]> Pileus Git - ~andy/linux/commit
drm/i915: don't prevent CPU idle states
authorTomas Janousek <tomi@nomi.cz>
Sat, 8 Dec 2012 12:48:13 +0000 (13:48 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Sat, 8 Dec 2012 17:44:05 +0000 (18:44 +0100)
commit97a19a247c23e286814a5ac7ec0825d0ff82a16c
tree588e63256c78eb83ec45a5e6c3ba5f2b3cfe1d01
parente9b73c67390a5d4faec1d22cbdf24cd6fcca53f6
drm/i915: don't prevent CPU idle states

Commit 9ee32fea5f unconditionally prevents the CPU from entering idle states
until intel_dp_aux_ch completes for the first time, which never happens on my
DisplayPort-less intel gfx, causing the CPU to get rather hot.

Signed-off-by: Tomas Janousek <tomi@nomi.cz>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_irq.c