commit | d56b21361ca52afa5d7cb47c9792d0982666d9a5 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Apr 26 23:28:06 2012 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu May 03 11:18:27 2012 +0200 |
tree | ee73e81425fe37bc6c89cf9a0400b19de719f865 | |
parent | 6d90c952cdd20158ec41a5c016c6fad73c9a8749 [diff] |
drm/i915: kill intel_clear_scanline_wait This is a pretty racy way to close these races, and we have much better means to cope with these races meanwhile: For non-broken userspace we correctly wait for any outstanding rendering, for broken userspace the hangcheck will save the day. Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Acked-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>