Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d12d0451 authored by Philipp Grete's avatar Philipp Grete Committed by Daniel Vetter
Browse files

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

Bugzilla: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/796030


Tested-by: default avatarRonny Standtke <ronny.standtke@gmx.net>
Signed-off-by: default avatarPhilipp Grete <mail@pgrete.de>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent ff5f4b05
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -9020,8 +9020,6 @@ struct intel_quirk {
};

struct intel_quirk intel_quirks[] = {
	/* HP Compaq 2730p needs pipe A force quirk (LP: #291555) */
	{ 0x2a42, 0x103c, 0x30eb, quirk_pipea_force },
	/* HP Mini needs pipe A force quirk (LP: #322104) */
	{ 0x27ae, 0x103c, 0x361a, quirk_pipea_force },