✗ CI.checkpatch: warning for Fix xe_force_wake_get() failure handling (rev11)
Patchwork
patchwork at emeril.freedesktop.org
Thu Oct 17 05:40:51 UTC 2024
== Series Details ==
Series: Fix xe_force_wake_get() failure handling (rev11)
URL : https://patchwork.freedesktop.org/series/137982/
State : warning
== 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 96ab87fcd5ffee209dfd6297990ad06157d84d96
Author: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
Date: Mon Oct 14 13:26:01 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()
v6
- Remove unneccsary wrapping (Michal)
- Remove non required header (Michal)
- Mention timeout(Michal)
v8
- Fix kernel-doc
Cc: Michal Wajdeczko <michal.wajdeczko at intel.com>
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>
Reviewed-by: Badal Nilawar <badal.nilawar at intel.com>
Signed-off-by: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
Reviewed-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
Reviewed-by: Nirmoy Das <nirmoy.das at intel.com>
+ /mt/dim checkpatch 87312f4bbb70018f831a8ef565db9cdc37b4da67 drm-intel
f7c953f5f2ad drm/xe: Add member initialized_domains to xe_force_wake()
59ef04a8b431 drm/xe/forcewake: Change awake_domain datatype
9e02d10fc381 drm/xe/forcewake: Add a helper xe_force_wake_ref_has_domain()
f2fcdd090c2d drm/xe: Error handling in xe_force_wake_get()
faa9d4e21cd9 drm/xe: Modify xe_force_wake_put to handle _get returned mask
b6d7dbeb1b7c drm/xe/device: Update handling of xe_force_wake_get return
9ea956a89534 drm/xe/hdcp: Update handling of xe_force_wake_get return
f9d08094bc24 drm/xe/gsc: Update handling of xe_force_wake_get return
24db2c7f9a57 drm/xe/gt: Update handling of xe_force_wake_get return
195244363cfd drm/xe/xe_gt_idle: Update handling of xe_force_wake_get return
dff773139a22 drm/xe/devcoredump: Update handling of xe_force_wake_get return
45312d98188f drm/xe/tests/mocs: Update xe_force_wake_get() return handling
fe310481e0ee drm/xe/mocs: Update handling of xe_force_wake_get return
6faf7f6dac76 drm/xe/xe_drm_client: Update handling of xe_force_wake_get return
055a1e7f42c5 drm/xe/xe_gt_debugfs: Update handling of xe_force_wake_get return
b0a026cbcec2 drm/xe/guc: Update handling of xe_force_wake_get return
4466e4abd4d7 drm/xe/huc: Update handling of xe_force_wake_get return
-:28: WARNING:BAD_SIGN_OFF: Duplicate signature
#28:
Reviewed-by: Badal Nilawar <badal.nilawar at intel.com>
total: 0 errors, 1 warnings, 0 checks, 23 lines checked
e24049e6a98f drm/xe/oa: Handle force_wake_get failure in xe_oa_stream_init()
9f0016425cfc drm/xe/pat: Update handling of xe_force_wake_get return
8c05d7b87236 drm/xe/gt_tlb_invalidation_ggtt: Update handling of xe_force_wake_get return
17481179fe81 drm/xe/xe_reg_sr: Update handling of xe_force_wake_get return
33a16d3aa04b drm/xe/query: Update handling of xe_force_wake_get return
de071cee9056 drm/xe/vram: Update handling of xe_force_wake_get return
2cb8c0dce8f4 drm/xe: forcewake debugfs open fails on xe_forcewake_get failure
f2017522c5fb drm/xe: Ensure __must_check for xe_force_wake_get() return
96ab87fcd5ff drm/xe: Change return type to void for xe_force_wake_put
More information about the Intel-xe
mailing list