mirror of https://gitee.com/openkylin/linux.git
drm/i915: add missing gen2 pipe A quirk entries
For some odd reason we've missed i830 and a i855 variant. Also kill the two now redundant i830 entries. v2: Don't add the missing 855 id to the pipe A quirk list, we seem to lack justification for it. Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
e9a851ed63
commit
dcdaed6eae
|
@ -7017,21 +7017,16 @@ static struct intel_quirk intel_quirks[] = {
|
||||||
/* HP Mini needs pipe A force quirk (LP: #322104) */
|
/* HP Mini needs pipe A force quirk (LP: #322104) */
|
||||||
{ 0x27ae, 0x103c, 0x361a, quirk_pipea_force },
|
{ 0x27ae, 0x103c, 0x361a, quirk_pipea_force },
|
||||||
|
|
||||||
/* Thinkpad R31 needs pipe A force quirk */
|
|
||||||
{ 0x3577, 0x1014, 0x0505, quirk_pipea_force },
|
|
||||||
/* Toshiba Protege R-205, S-209 needs pipe A force quirk */
|
/* Toshiba Protege R-205, S-209 needs pipe A force quirk */
|
||||||
{ 0x2592, 0x1179, 0x0001, quirk_pipea_force },
|
{ 0x2592, 0x1179, 0x0001, quirk_pipea_force },
|
||||||
|
|
||||||
/* ThinkPad X30 needs pipe A force quirk (LP: #304614) */
|
|
||||||
{ 0x3577, 0x1014, 0x0513, quirk_pipea_force },
|
|
||||||
/* ThinkPad X40 needs pipe A force quirk */
|
|
||||||
|
|
||||||
/* ThinkPad T60 needs pipe A force quirk (bug #16494) */
|
/* ThinkPad T60 needs pipe A force quirk (bug #16494) */
|
||||||
{ 0x2782, 0x17aa, 0x201a, quirk_pipea_force },
|
{ 0x2782, 0x17aa, 0x201a, quirk_pipea_force },
|
||||||
|
|
||||||
/* 855 & before need to leave pipe A & dpll A up */
|
/* 855 & before need to leave pipe A & dpll A up */
|
||||||
{ 0x3582, PCI_ANY_ID, PCI_ANY_ID, quirk_pipea_force },
|
{ 0x3582, PCI_ANY_ID, PCI_ANY_ID, quirk_pipea_force },
|
||||||
{ 0x2562, PCI_ANY_ID, PCI_ANY_ID, quirk_pipea_force },
|
{ 0x2562, PCI_ANY_ID, PCI_ANY_ID, quirk_pipea_force },
|
||||||
|
{ 0x3577, PCI_ANY_ID, PCI_ANY_ID, quirk_pipea_force },
|
||||||
|
|
||||||
/* Lenovo U160 cannot use SSC on LVDS */
|
/* Lenovo U160 cannot use SSC on LVDS */
|
||||||
{ 0x0046, 0x17aa, 0x3920, quirk_ssc_force_disable },
|
{ 0x0046, 0x17aa, 0x3920, quirk_ssc_force_disable },
|
||||||
|
|
Loading…
Reference in New Issue