commit | efc9064e7282aab65b281738089245c229c2df45 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Wed Sep 04 18:25:30 2013 +0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Sep 17 09:25:27 2013 +0200 |
tree | 0a93b3d0622690361397e076a930019bf5cac086 | |
parent | 5113bc9b2357bbfe64c8c36bb05dad3eeeabd166 [diff] |
drm/i915: Fix cursor visibility check with negative coordinates When the cursor x coordinate is exactly -cursor_width, the cursor is invisible. And obviously the same holds for the y coordinate and cursor_height. Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>