[PATCH 2/2] i915: Apply the 'pipe A force' quirk to some more models
Ben Hutchings
ben at decadent.org.uk
Sun Mar 20 16:09:38 PDT 2011
Add some more IDs as listed in the old X driver.
Signed-off-by: Ben Hutchings <ben at decadent.org.uk>
---
Is there some reason these were omitted from the kernel driver?
If not, it seems sensible to include them.
Ben.
drivers/gpu/drm/i915/intel_display.c | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c
index a490f75..fbba580 100644
--- a/drivers/gpu/drm/i915/intel_display.c
+++ b/drivers/gpu/drm/i915/intel_display.c
@@ -7342,6 +7342,8 @@ struct intel_quirk intel_quirks[] = {
{ 0x2a42, 0x103c, 0x30eb, quirk_pipea_force },
/* HP Mini needs pipe A force quirk (LP: #322104) */
{ 0x27ae,0x103c, 0x361a, quirk_pipea_force },
+ /* HP Mini 5101 needs pipe A force quirk */
+ { 0x27ae, 0x103c, 0x3632, quirk_pipea_force },
/* Thinkpad R31 needs pipe A force quirk */
{ 0x3577, 0x1014, 0x0505, quirk_pipea_force },
@@ -7373,6 +7375,12 @@ struct intel_quirk intel_quirks[] = {
/* ThinkPad T60 needs pipe A force quirk (bug #16494) */
{ 0x2782, 0x17aa, 0x201a, quirk_pipea_force },
+
+ /* Sony vaio VGN-SZ4MN (See LP: #212163) */
+ { 0x3577, 0x104d, 0x81e6, quirk_pipea_force },
+
+ /* Quanta Gigabyte W251U (See LP: #244242) */
+ { 0x27a2, 0x152d, 0x0755, quirk_pipea_force },
};
static void intel_init_quirks(struct drm_device *dev)
--
1.7.4.1
More information about the dri-devel
mailing list