commit | 97a19a247c23e286814a5ac7ec0825d0ff82a16c | [log] [tgz] |
---|---|---|
author | Tomas Janousek <tomi@nomi.cz> | Sat Dec 08 13:48:13 2012 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Sat Dec 08 18:44:05 2012 +0100 |
tree | 588e63256c78eb83ec45a5e6c3ba5f2b3cfe1d01 | |
parent | e9b73c67390a5d4faec1d22cbdf24cd6fcca53f6 [diff] |
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>