aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
diff options
context:
space:
mode:
authorPhilipp Grete <mail@pgrete.de>2012-04-16 11:29:06 -0400
committerLuis Henriques <luis.henriques@canonical.com>2012-05-01 05:59:54 -0400
commit81ba273287c8ef17a0e7780a993c99e5d941edf0 (patch)
tree5abdd0befc0188bddec93b87f84cc106b5899491 /drivers/gpu/drm
parent26ac74ba9b9a343265cf5728cad48fe6d2d8737b (diff)
drm/i915: Fixes distorted external screen image on HP 2730p
Fixes LP: #796030 by removing forced pipe A on HP 2730p. Quirk has previously been introduced to fix a sleep mode problem that does not exist any more. v2: Added Tested-by and Bugzilla Link [herton - removed Bugzilla, replaced with BugLink] BugLink: http://bugs.launchpad.net/bugs/796030 Tested-by: Ronny Standtke <ronny.standtke@gmx.net> Signed-off-by: Philipp Grete <mail@pgrete.de> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> (backported from commit d12d04512c4430e29daede7f24b97f83f8cf259a upstream) Signed-off-by: Herton Ronaldo Krzesinski <herton.krzesinski@canonical.com> Acked-by: Leann Ogasawara <leann.ogasawara@canonical.com> Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r--drivers/gpu/drm/i915/intel_display.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c
index 4922e062c33..e191ba6ec8c 100644
--- a/drivers/gpu/drm/i915/intel_display.c
+++ b/drivers/gpu/drm/i915/intel_display.c
@@ -8058,8 +8058,6 @@ struct intel_quirk {
8058}; 8058};
8059 8059
8060struct intel_quirk intel_quirks[] = { 8060struct intel_quirk intel_quirks[] = {
8061 /* HP Compaq 2730p needs pipe A force quirk (LP: #291555) */
8062 { 0x2a42, 0x103c, 0x30eb, quirk_pipea_force },
8063 /* HP Mini needs pipe A force quirk (LP: #322104) */ 8061 /* HP Mini needs pipe A force quirk (LP: #322104) */
8064 { 0x27ae,0x103c, 0x361a, quirk_pipea_force }, 8062 { 0x27ae,0x103c, 0x361a, quirk_pipea_force },
8065 8063