drm/xe: Change xe_guc_submit_stop return to void
The function xe_guc_submit_stop consistently returns 0 without an error state, prompting the caller to verify it, which is redundant. Cc: Matthew Brost <matthew.brost@intel.com> Signed-off-by:Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com> Reviewed-by:
Matthew Brost <matthew.brost@intel.com> Signed-off-by:
Matthew Brost <matthew.brost@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240424041911.2184868-1-himal.prasad.ghimiray@intel.com
Showing
- drivers/gpu/drm/xe/xe_gt.c 1 addition, 3 deletionsdrivers/gpu/drm/xe/xe_gt.c
- drivers/gpu/drm/xe/xe_guc.c 2 additions, 8 deletionsdrivers/gpu/drm/xe/xe_guc.c
- drivers/gpu/drm/xe/xe_guc.h 1 addition, 1 deletiondrivers/gpu/drm/xe/xe_guc.h
- drivers/gpu/drm/xe/xe_guc_submit.c 1 addition, 2 deletionsdrivers/gpu/drm/xe/xe_guc_submit.c
- drivers/gpu/drm/xe/xe_guc_submit.h 1 addition, 1 deletiondrivers/gpu/drm/xe/xe_guc_submit.h
- drivers/gpu/drm/xe/xe_uc.c 4 additions, 8 deletionsdrivers/gpu/drm/xe/xe_uc.c
- drivers/gpu/drm/xe/xe_uc.h 1 addition, 1 deletiondrivers/gpu/drm/xe/xe_uc.h
Please register or sign in to comment