From: Philipp Grete mail@pgrete.de
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.
Signed-off-by: Philipp Grete mail@pgrete.de --- Fix has been confirmed by at least three people (see https://bugs.launchpad.net/ubuntu/+source/linux/+bug/796030) who didn't experience any sleep mode problems after applying the patch.
diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c index daa5743..515a1cc 100644 --- a/drivers/gpu/drm/i915/intel_display.c +++ b/drivers/gpu/drm/i915/intel_display.c @@ -8702,8 +8702,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 },
On Sun, Feb 12, 2012 at 11:10:32AM +0100, phil@haerkules.de wrote:
From: Philipp Grete mail@pgrete.de
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.
Signed-off-by: Philipp Grete mail@pgrete.de
Fix has been confirmed by at least three people (see https://bugs.launchpad.net/ubuntu/+source/linux/+bug/796030) who didn't experience any sleep mode problems after applying the patch.
Can you please supply the corresponding tested-bys for these three people? I.e. add
Tested-by: Name mail@address.com
to the sob part of your commit message. Also please add a reference to the LP as a full link (easier to handle for people outside of the ubuntu universe):
Bugzilla: http://launchpad/direct/link/to/bug
Thanks, Daniel
On Mon, Feb 13, 2012 at 09:38:33AM +0100, Daniel Vetter wrote:
On Sun, Feb 12, 2012 at 11:10:32AM +0100, phil@haerkules.de wrote:
From: Philipp Grete mail@pgrete.de
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.
Signed-off-by: Philipp Grete mail@pgrete.de
Fix has been confirmed by at least three people (see https://bugs.launchpad.net/ubuntu/+source/linux/+bug/796030) who didn't experience any sleep mode problems after applying the patch.
Can you please supply the corresponding tested-bys for these three people? I.e. add
Tested-by: Name mail@address.com
to the sob part of your commit message. Also please add a reference to the LP as a full link (easier to handle for people outside of the ubuntu universe):
Bugzilla: http://launchpad/direct/link/to/bug
Ping.
-Daniel
On Tue, Apr 3, 2012 at 10:48, Daniel Vetter daniel@ffwll.ch wrote:
On Mon, Feb 13, 2012 at 09:38:33AM +0100, Daniel Vetter wrote:
On Sun, Feb 12, 2012 at 11:10:32AM +0100, phil@haerkules.de wrote:
From: Philipp Grete mail@pgrete.de
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.
Signed-off-by: Philipp Grete mail@pgrete.de
Fix has been confirmed by at least three people (see https://bugs.launchpad.net/ubuntu/+source/linux/+bug/796030) who didn't experience any sleep mode problems after applying the patch.
Can you please supply the corresponding tested-bys for these three people? I.e. add
Tested-by: Name mail@address.com
to the sob part of your commit message. Also please add a reference to the LP as a full link (easier to handle for people outside of the ubuntu universe):
Bugzilla: http://launchpad/direct/link/to/bug
Ping.
Disregard that ping, I've noticed that I've already picked this up.
Cheers, Daniel
dri-devel@lists.freedesktop.org