-
- Downloads
drm/xe/uapi: Return correct error code for xe_wait_user_fence_ioctl
Currently xe_wait_user_fence_ioctl is not checking exec_queue state and blocking until timeout, with this patch wakeup the blocking wait if exec_queue reset happen and returning proper error code Signed-off-by:Bommu Krishnaiah <krishnaiah.bommu@intel.com> Cc: Oak Zeng <oak.zeng@intel.com> Cc: Kempczynski Zbigniew <Zbigniew.Kempczynski@intel.com> Cc: Matthew Brost <matthew.brost@intel.com> Reviewed-by:
Rodrigo Vivi <rodrigo.vivi@intel.com> Reviewed-by:
Matthew Brost <matthew.brost@intel.com> Acked-by:
José Roberto de Souza <jose.souza@intel.com> Acked-by:
Mateusz Naklicki <mateusz.naklicki@intel.com> Signed-off-by:
Rodrigo Vivi <rodrigo.vivi@intel.com>
Showing
- drivers/gpu/drm/xe/xe_exec_queue_types.h 2 additions, 0 deletionsdrivers/gpu/drm/xe/xe_exec_queue_types.h
- drivers/gpu/drm/xe/xe_execlist.c 7 additions, 0 deletionsdrivers/gpu/drm/xe/xe_execlist.c
- drivers/gpu/drm/xe/xe_guc_submit.c 10 additions, 0 deletionsdrivers/gpu/drm/xe/xe_guc_submit.c
- drivers/gpu/drm/xe/xe_wait_user_fence.c 24 additions, 6 deletionsdrivers/gpu/drm/xe/xe_wait_user_fence.c
Loading