From: Chris Wilson Date: Tue, 8 Oct 2013 10:16:59 +0000 (+0100) Subject: drm/i915: Undo the PIPEA quirk for i845 X-Git-Tag: v3.13-rc1~69^2~3^2~151 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a4945f9522d27e1e6d64a02ad055e83768cb0896;p=platform%2Fkernel%2Flinux-stable.git drm/i915: Undo the PIPEA quirk for i845 The PIPEA quirk is specifically for the issue with the PIPEB PLL on 830gm being slaved to the PIPEA PLL, and so to use PIPEB requires PIPEA running. i845 doesn't even have the second PLL or pipe, and enabling the quirk results in a blank DVO LVDS. Signed-off-by: Chris Wilson Signed-off-by: Daniel Vetter --- diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c index 2e3289c..a6d8698 100644 --- a/drivers/gpu/drm/i915/intel_display.c +++ b/drivers/gpu/drm/i915/intel_display.c @@ -10305,8 +10305,7 @@ static struct intel_quirk intel_quirks[] = { /* ThinkPad T60 needs pipe A force quirk (bug #16494) */ { 0x2782, 0x17aa, 0x201a, quirk_pipea_force }, - /* 830/845 need to leave pipe A & dpll A up */ - { 0x2562, PCI_ANY_ID, PCI_ANY_ID, quirk_pipea_force }, + /* 830 needs to leave pipe A & dpll A up */ { 0x3577, PCI_ANY_ID, PCI_ANY_ID, quirk_pipea_force }, /* Lenovo U160 cannot use SSC on LVDS */