]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/i915: Prevent double dpms on
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 6 Sep 2010 15:17:22 +0000 (16:17 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 20 Sep 2010 20:36:50 +0000 (13:36 -0700)
commit2a0726e890af8f37f039cbec69b7c4f422e5ddf7
tree52df1770ef6f6c0ed45a765b6beb2967af604833
parentd3899a1634c427dbc7c43a6133b126a58c66a934
drm/i915: Prevent double dpms on

commit 032d2a0d068b0368296a56469761394ef03207c3 upstream.

Arguably this is a bug in drm-core in that we should not be called twice
in succession with DPMS_ON, however this is still occuring and we see
FDI link training failures on the second call leading to the occassional
blank display. For the time being ignore the repeated call.

Original patch by Dave Airlie <airlied@redhat.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/gpu/drm/i915/intel_display.c