drm/i915: Re-arm the idle timers if the device is still busy
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 8 Dec 2010 09:43:41 +0000 (09:43 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 9 Dec 2010 19:13:52 +0000 (19:13 +0000)
Don't post a downclocking task if the device is still active when the
idle timer fires. A pathological process could queue up several seconds
worth of processing and then go to sleep, during which time the idle
timer would kick in and downclock the GPU.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>

No differences found