All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ben Hutchings <ben@decadent.org.uk>
To: Chris Wilson <chris@chris-wilson.co.uk>
Cc: dri-devel@lists.freedesktop.org
Subject: [PATCH 2/2] i915: Apply the 'pipe A force' quirk to some more models
Date: Sun, 20 Mar 2011 23:09:38 +0000	[thread overview]
Message-ID: <1300662578.26693.303.camel@localhost> (raw)
In-Reply-To: <1300662425.26693.301.camel@localhost>

Add some more IDs as listed in the old X driver.

Signed-off-by: Ben Hutchings <ben@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

  reply	other threads:[~2011-03-20 23:35 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-20 23:07 Bug#619019: [PATCH 1/2] i915: Remove 'pipe A force' quirk for 855GM and 845G Ben Hutchings
2011-03-20 23:09 ` Ben Hutchings [this message]
2011-03-21  7:18   ` [PATCH 2/2] i915: Apply the pipe A force quirk to some more models Chris Wilson
2011-03-21  7:38 ` [PATCH 1/2] i915: Remove pipe A force quirk for 855GM and 845G Chris Wilson
2011-03-22  3:05   ` Ben Hutchings
2011-03-22  7:17     ` Chris Wilson
2011-03-22 11:04     ` Chris Wilson
2011-03-22 15:47     ` Jesse Barnes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1300662578.26693.303.camel@localhost \
    --to=ben@decadent.org.uk \
    --cc=chris@chris-wilson.co.uk \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.