Skip to content

drm/xe: Check for correct return value of dma_resv_wait_timeout

Matthew Brost requested to merge (removed):fix_prefetch into xe

dma_resv_wait_timeout return 0 on timeout or -ERESTARTSYS on error, check for these values.

Signed-off-by: Matthew Brost matthew.brost@intel.com

Merge request reports