commit | 52be11964869c948fbbb9ec7845f9c52b0d3dc09 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Sun Sep 05 10:01:13 2010 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Tue Sep 07 11:16:40 2010 +0100 |
tree | 122d27bd189abe10f420f8e7c298f10226ac1e44 | |
parent | 4e5359cd053bfb7d8dabe4a63624a5726848ffbc [diff] |
drm/i915: Avoid use of uninitialised values when disabling panel-fitter 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>