commit | 9559fcdbff4f93d29af04478bbc48294519424f5 | [log] [tgz] |
---|---|---|
author | Jesse Barnes <jbarnes@virtuousgeek.org> | Tue Aug 24 11:31:16 2010 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Aug 24 11:41:08 2010 -0700 |
tree | 708465ed6fdbe18d88fff781bc447de98ec85780 | |
parent | f4e385ccfc10f44364101b126d1ac52b4c806f1d [diff] |
drm/i915: fix vblank wait test condition When converting this to the new wait_for macro I inverted the wait condition, which causes all sorts of problems. So correct it to fix several failures caused by the bad wait (flickering, bad output detection, tearing, etc.). Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Tested-by: Sitsofe Wheeler <sitsofe@yahoo.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>