✓ CI.checkpatch: success for Fix xe_force_wake_get() failure handling (rev5)
Patchwork
patchwork at emeril.freedesktop.org
Thu Sep 26 01:04:22 UTC 2024
== Series Details ==
Series: Fix xe_force_wake_get() failure handling (rev5)
URL : https://patchwork.freedesktop.org/series/137982/
State : success
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 9ab09c18bb7258069f77ee4b31b2f40ae3c3be69
Author: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
Date: Tue Sep 24 17:46:41 2024 +0530
drm/xe: Change return type to void for xe_force_wake_put
There is no need to return an error from xe_force_wake_put(), as a
failure implicitly indicates that the domain failed to sleep.
v3
- Move kernel-doc to this patch (Badal)
v5
- change parameter to unsigned int in xe_force_wake_put()
Cc: Badal Nilawar <badal.nilawar at intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
Cc: Lucas De Marchi <lucas.demarchi at intel.com>
Cc: Nirmoy Das <nirmoy.das at intel.com>
Signed-off-by: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
Reviewed-by: Badal Nilawar <badal.nilawar at intel.com>
+ /mt/dim checkpatch 88d592f72f7bc508d6a027b1f96aa2e53f803e1b drm-intel
a77b885b893c drm/xe: Error handling in xe_force_wake_get()
3ed9e597ff05 drm/xe: Modify xe_force_wake_put to handle _get returned mask
c9ece6d6acc7 drm/xe/device: Update handling of xe_force_wake_get return
5e66322bb536 drm/xe/hdcp: Update handling of xe_force_wake_get return
3eef38a8a365 drm/xe/gsc: Update handling of xe_force_wake_get return
f6fe90b64ce2 drm/xe/gt: Update handling of xe_force_wake_get return
3acbdf2022df drm/xe/xe_gt_idle: Update handling of xe_force_wake_get return
3ecd8f39dffb drm/xe/devcoredump: Update handling of xe_force_wake_get return
b62afb2dff1a drm/xe/tests/mocs: Update xe_force_wake_get() return handling
4e11ba3fc938 drm/xe/mocs: Update handling of xe_force_wake_get return
ea8ada53209b drm/xe/xe_drm_client: Update handling of xe_force_wake_get return
e19f5021ce15 drm/xe/xe_gt_debugfs: Update handling of xe_force_wake_get return
914e4b07d8ab drm/xe/guc: Update handling of xe_force_wake_get return
b006ac0f50ae drm/xe/huc: Update handling of xe_force_wake_get return
d80a41d00eac drm/xe/oa: Handle force_wake_get failure in xe_oa_stream_init()
219ad0a214b8 drm/xe/pat: Update handling of xe_force_wake_get return
7daad5ddacd7 drm/xe/gt_tlb_invalidation_ggtt: Update handling of xe_force_wake_get return
12a83e9840d8 drm/xe/xe_reg_sr: Update handling of xe_force_wake_get return
e63c7a848b03 drm/xe/query: Update handling of xe_force_wake_get return
3c236042aaa2 drm/xe/vram: Update handling of xe_force_wake_get return
c47bd90293d1 drm/xe: forcewake debugfs open fails on xe_forcewake_get failure
a0225b99fec9 drm/xe: Ensure __must_check for xe_force_wake_get() return
9ab09c18bb72 drm/xe: Change return type to void for xe_force_wake_put
More information about the Intel-xe
mailing list