From: Chris Wilson Date: Sun, 5 Sep 2010 09:01:13 +0000 (+0100) Subject: drm/i915: Avoid use of uninitialised values when disabling panel-fitter X-Git-Tag: v2.6.36-rc4~94^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52be11964869c948fbbb9ec7845f9c52b0d3dc09;p=pandora-kernel.git 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 --- Reading git-diff-tree failed