drm/i915: fix panel fitting filter coefficient select for Ironlake
commitf19f531a3257ea2e709de9e423c0a4a72358a4be
authorZhenyu Wang <zhenyuw@linux.intel.com>
Mon, 19 Oct 2009 07:43:49 +0000 (19 15:43 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 10 Nov 2009 00:22:38 +0000 (9 16:22 -0800)
treed7c9077678c0a7b5b98cece1f06960353056fa8b
parent82a1c0522cf747742461ac7874f463af46e3ba18
drm/i915: fix panel fitting filter coefficient select for Ironlake

commit b1f60b7029989da71fd8ea1b1176480fac9e846c upstream.

Must set filter selection as hardcoded coefficients for medium 3x3
filtering, which matches vbios setting for Ironlake.

This fixes display corrupt issue on HP arrandale with new vbios.

Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/gpu/drm/i915/i915_reg.h
drivers/gpu/drm/i915/intel_display.c