]> git.baikalelectronics.ru Git - kernel.git/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)
commit74b7da773c0a6f9095477e267ac77ea502f58395
tree588e63256c78eb83ec45a5e6c3ba5f2b3cfe1d01
parenta48bc82dd4bf80d5db4cd249fb547df44f6224cc
drm/i915: don't prevent CPU idle states

Commit 88d7f9a954 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