Searched hist:b3b079dbef06c7f775178d561a4c8e47b7447139 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_irq.c | diff b3b079dbef06c7f775178d561a4c8e47b7447139 Mon Sep 13 17:44:34 CDT 2010 Chris Wilson <chris@chris-wilson.co.uk> drm/i915: Reduce hangcheck frequency
By reducing the hangcheck frequency we check less often, conserving resources, and still detect a lock up quickly. On a fast machine with a slow GPU (like a Core2 paired with a 945G) it is easy for the hangcheck to misfire as we check too fast.
Also once hung and if we fail to completely reset the chip, we have a nasty habit of proclaming a hang many times a second and generating a strobe-like display.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
|
H A D | i915_gem.c | diff b3b079dbef06c7f775178d561a4c8e47b7447139 Mon Sep 13 17:44:34 CDT 2010 Chris Wilson <chris@chris-wilson.co.uk> drm/i915: Reduce hangcheck frequency
By reducing the hangcheck frequency we check less often, conserving resources, and still detect a lock up quickly. On a fast machine with a slow GPU (like a Core2 paired with a 945G) it is easy for the hangcheck to misfire as we check too fast.
Also once hung and if we fail to completely reset the chip, we have a nasty habit of proclaming a hang many times a second and generating a strobe-like display.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
|
H A D | i915_drv.h | diff b3b079dbef06c7f775178d561a4c8e47b7447139 Mon Sep 13 17:44:34 CDT 2010 Chris Wilson <chris@chris-wilson.co.uk> drm/i915: Reduce hangcheck frequency
By reducing the hangcheck frequency we check less often, conserving resources, and still detect a lock up quickly. On a fast machine with a slow GPU (like a Core2 paired with a 945G) it is easy for the hangcheck to misfire as we check too fast.
Also once hung and if we fail to completely reset the chip, we have a nasty habit of proclaming a hang many times a second and generating a strobe-like display.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
|