commit | ef468849751251864a50576a3b0df43448a960fe | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Sun Aug 18 00:25:11 2019 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Sun Aug 18 12:38:09 2019 +0100 |
tree | 064ee2e5fc17fad4114e59d25e4c4b9095afe5bc | |
parent | a8dc0f6d187bcccc7c1a41f0062badbf3d74e44c [diff] |
drm/i915: Propagate fence errors Errors spread like wildfire, and must eventually be returned to the user. They need to be captured and passed along the flow of fences, infecting each in turn with the existing error, until finally they fall out of a user visible result. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Matthew Auld <matthew.auld@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190817232511.11391-1-chris@chris-wilson.co.uk