drm/i915: Avoid use of uninitialised values when disabling panel-fitter
authorChris Wilson <chris@chris-wilson.co.uk>
Sun, 5 Sep 2010 09:01:13 +0000 (10:01 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 7 Sep 2010 10:16:40 +0000 (11:16 +0100)
We were passing garbage values into the panel-fitter control register
when disabling it on Ironlake - those values (filter modes and reserved
MBZ bits) would have then be re-used the next time panel-fitting was
enabled.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>

No differences found