]> Pileus Git - ~andy/linux/commit
drm/i915: fix fastboot pfit disable hack to update pipe w/h
authorJesse Barnes <jbarnes@virtuousgeek.org>
Thu, 19 Dec 2013 18:48:01 +0000 (10:48 -0800)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 8 Jan 2014 07:38:57 +0000 (08:38 +0100)
commit0637d60d1a790cf2759b3bae8ec08a03aa8421a2
tree80ad8359720f1c775f76d39ee6e2f59c6044edb4
parent7ca51a3abf9e34232fcb3bff3c11befde73f8fd5
drm/i915: fix fastboot pfit disable hack to update pipe w/h

When fastbooting, we read out the pipe timings early on, and then in a
panel fitted config, disable the fitter later.  But we weren't updating
the pipe src h/w, which meant the mouse cursor was clipped to the
pfitted size rather than the native size set later.  Fix that up so the
cursor is visible in the new mode.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c