]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: Prevent a machine hang by checking crtc->active before loading lut
authorAlban Browaeys <prahal@yahoo.com>
Fri, 24 Feb 2012 17:12:45 +0000 (17:12 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Mar 2012 17:32:39 +0000 (10:32 -0700)
commit46ef1956475fd62f21ee67b3f49dbfe2a60fa13d
tree29deaf0113cc7ab774cb6b9e25650cf076de7b86
parent9eb9e47632735bb3bb3da343663ea10a6954ef31
drm/i915: Prevent a machine hang by checking crtc->active before loading lut

commit aed3f09db39596e539f90b11a5016aea4d8442e1 upstream.

Before loading the lut (gamma), check the active state of intel_crtc,
otherwise at least on gen2 hang ensue.

This is reproducible in Xorg via:
  xset dpms force off
then
  xgamma -rgamma 2.0 # freeze.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=44505
Signed-off-by: Alban Browaeys <prahal@yahoo.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/i915/intel_display.c