Searched hist:e1f99ce6cac3b6a95551642be5ddb5d9c46bea76 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_irq.c | diff e1f99ce6cac3b6a95551642be5ddb5d9c46bea76 Wed Oct 27 06:45:26 CDT 2010 Chris Wilson <chris@chris-wilson.co.uk> drm/i915: Propagate errors from writing to ringbuffer
Preparing the ringbuffer for adding new commands can fail (a timeout whilst waiting for the GPU to catch up and free some space). So check for any potential error before overwriting HEAD with new commands, and propagate that error back to the user where possible.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
|
H A D | i915_gem.c | diff e1f99ce6cac3b6a95551642be5ddb5d9c46bea76 Wed Oct 27 06:45:26 CDT 2010 Chris Wilson <chris@chris-wilson.co.uk> drm/i915: Propagate errors from writing to ringbuffer
Preparing the ringbuffer for adding new commands can fail (a timeout whilst waiting for the GPU to catch up and free some space). So check for any potential error before overwriting HEAD with new commands, and propagate that error back to the user where possible.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
|
H A D | i915_drv.h | diff e1f99ce6cac3b6a95551642be5ddb5d9c46bea76 Wed Oct 27 06:45:26 CDT 2010 Chris Wilson <chris@chris-wilson.co.uk> drm/i915: Propagate errors from writing to ringbuffer
Preparing the ringbuffer for adding new commands can fail (a timeout whilst waiting for the GPU to catch up and free some space). So check for any potential error before overwriting HEAD with new commands, and propagate that error back to the user where possible.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
|