✗ CI.checkpatch: warning for Fix xe_force_wake_get() failure handling (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Tue Sep 17 13:18:53 UTC 2024
== Series Details ==
Series: Fix xe_force_wake_get() failure handling (rev3)
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
c62d7e164862503a3662a095da1c6c9014248cb2
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit afc9ddabf64291b6cc76122c59dc26d3ad251d45
Author: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
Date: Tue Sep 17 17:51:26 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)
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>
+ /mt/dim checkpatch 38e1b615fb395b928e514108e908cd6edf3d34c3 drm-intel
ef06113ec53d drm/xe: Error handling in xe_force_wake_get()
-:114: WARNING:NEW_TYPEDEFS: do not add new typedefs
#114: FILE: drivers/gpu/drm/xe/xe_force_wake_types.h:14:
+typedef unsigned int xe_wakeref_t;
total: 0 errors, 1 warnings, 0 checks, 73 lines checked
47453e6e6046 drm/xe: Modify xe_force_wake_put to handle _get returned mask
8e78e85275fd drm/xe/device: Update handling of xe_force_wake_get return
724a285fde36 drm/xe/hdcp: Update handling of xe_force_wake_get return
c46a1e089f9a drm/xe/gsc: Update handling of xe_force_wake_get return
d193eeb29872 drm/xe/gt: Update handling of xe_force_wake_get return
9ca1bdc2632b drm/xe/xe_gt_idle: Update handling of xe_force_wake_get return
c57a4a2351f6 drm/xe/devcoredump: Update handling of xe_force_wake_get return
568b5ca24bd3 drm/xe/tests/mocs: Update xe_force_wake_get() return handling
b91b4e886ec2 drm/xe/mocs: Update handling of xe_force_wake_get return
32c88d611f02 drm/xe/xe_drm_client: Update handling of xe_force_wake_get return
e5b904630b34 drm/xe/xe_gt_debugfs: Update handling of xe_force_wake_get return
651875b7aba8 drm/xe/guc: Update handling of xe_force_wake_get return
c422f7fdf78a drm/xe/huc: Update handling of xe_force_wake_get return
a3f2197a8045 drm/xe/oa: Handle force_wake_get failure in xe_oa_stream_init()
1d9c66f40706 drm/xe/pat: Update handling of xe_force_wake_get return
4270e9d86291 drm/xe/gt_tlb_invalidation_ggtt: Update handling of xe_force_wake_get return
28e4699a12d6 drm/xe/xe_reg_sr: Update handling of xe_force_wake_get return
0ed6b2754efb drm/xe/query: Update handling of xe_force_wake_get return
dd352d46fa67 drm/xe/vram: Update handling of xe_force_wake_get return
0a75996623a9 drm/xe: forcewake debugfs open fails on xe_forcewake_get failure
8147efc3e88a drm/xe: Ensure __must_check for xe_force_wake_get() return
afc9ddabf642 drm/xe: Change return type to void for xe_force_wake_put
More information about the Intel-xe
mailing list