✓ CI.checkpatch: success for Fix xe_force_wake_get() failure handling (rev9)
Patchwork
patchwork at emeril.freedesktop.org
Tue Oct 8 06:59:03 UTC 2024
== Series Details ==
Series: Fix xe_force_wake_get() failure handling (rev9)
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 365f87541793b157087a13beb6bba1612bd5c030
Author: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
Date: Tue Oct 8 12:41:15 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>(#rev5)
Signed-off-by: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
+ /mt/dim checkpatch fc6867c683c18ec3ac31682fd37d418d8a8ebde1 drm-intel
9f56af761827 drm/xe: Add member initialized_domains to xe_force_wake()
4ff304414484 drm/xe/forcewake: Change awake_domain datatype
fce974f5e0cc drm/xe/forcewake: Add a helper xe_force_wake_ref_has_domain()
a2b8c044a55e drm/xe: Error handling in xe_force_wake_get()
8e3c3ce39037 drm/xe: Modify xe_force_wake_put to handle _get returned mask
e637129ea9b1 drm/xe/device: Update handling of xe_force_wake_get return
d43ee07e5970 drm/xe/hdcp: Update handling of xe_force_wake_get return
e382be2714c1 drm/xe/gsc: Update handling of xe_force_wake_get return
90ccb891a635 drm/xe/gt: Update handling of xe_force_wake_get return
4d0bf03e669c drm/xe/xe_gt_idle: Update handling of xe_force_wake_get return
e21f6428c549 drm/xe/devcoredump: Update handling of xe_force_wake_get return
ec753581c74d drm/xe/tests/mocs: Update xe_force_wake_get() return handling
73d39cc0a980 drm/xe/mocs: Update handling of xe_force_wake_get return
ee7d7142a7d9 drm/xe/xe_drm_client: Update handling of xe_force_wake_get return
4b42561e9b11 drm/xe/xe_gt_debugfs: Update handling of xe_force_wake_get return
1ffff82ebfef drm/xe/guc: Update handling of xe_force_wake_get return
d5a2d71a0ed7 drm/xe/huc: Update handling of xe_force_wake_get return
4ef509583b5c drm/xe/oa: Handle force_wake_get failure in xe_oa_stream_init()
268a660189a8 drm/xe/pat: Update handling of xe_force_wake_get return
f3ca0bd8049d drm/xe/gt_tlb_invalidation_ggtt: Update handling of xe_force_wake_get return
d6ca8a98213a drm/xe/xe_reg_sr: Update handling of xe_force_wake_get return
6edf980ccf3f drm/xe/query: Update handling of xe_force_wake_get return
abdc1cfa1437 drm/xe/vram: Update handling of xe_force_wake_get return
6f08244eca72 drm/xe: forcewake debugfs open fails on xe_forcewake_get failure
f34df599421e drm/xe: Ensure __must_check for xe_force_wake_get() return
365f87541793 drm/xe: Change return type to void for xe_force_wake_put
More information about the Intel-xe
mailing list