]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe: Change xe_guc_submit_stop return to void
authorHimal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
Wed, 24 Apr 2024 04:19:11 +0000 (09:49 +0530)
committerMatthew Brost <matthew.brost@intel.com>
Fri, 26 Apr 2024 03:38:49 +0000 (20:38 -0700)
commitc832541ca8d5b04cbf957ffce5f4a2a4ee6b396e
treefd58532248d68bb60eba464bc9623319a02966d5
parentc79828e0c7795cccc92abcd24107aa478168628c
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
drivers/gpu/drm/xe/xe_gt.c
drivers/gpu/drm/xe/xe_guc.c
drivers/gpu/drm/xe/xe_guc.h
drivers/gpu/drm/xe/xe_guc_submit.c
drivers/gpu/drm/xe/xe_guc_submit.h
drivers/gpu/drm/xe/xe_uc.c
drivers/gpu/drm/xe/xe_uc.h