From: Alban Browaeys Date: Fri, 24 Feb 2012 17:12:45 +0000 (+0000) Subject: drm/i915: Prevent a machine hang by checking crtc->active before loading lut X-Git-Tag: v3.3-rc6~19^2~4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aed3f09db39596e539f90b11a5016aea4d8442e1;p=pandora-kernel.git drm/i915: Prevent a machine hang by checking crtc->active before loading lut 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 Signed-off-by: Chris Wilson Reviewed-by: Jesse Barnes Cc: stable@kernel.org Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed