✗ CI.checkpatch: warning for Fix xe_force_wake_get() failure handling (rev4)

Patchwork patchwork at emeril.freedesktop.org
Tue Sep 17 19:25:35 UTC 2024


== Series Details ==

Series: Fix xe_force_wake_get() failure handling (rev4)
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 71e4dc6b4d4577555b3b6fa608e82e8dd1f22de5
Author: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
Date:   Tue Sep 17 23:44:25 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
833f72039699 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
bfe4b9dcf96e drm/xe: Modify xe_force_wake_put to handle _get returned mask
16f4ba7138f5 drm/xe/device: Update handling of xe_force_wake_get return
640b54e08fb1 drm/xe/hdcp: Update handling of xe_force_wake_get return
1c0feab3417f drm/xe/gsc: Update handling of xe_force_wake_get return
33f2a23dfa96 drm/xe/gt: Update handling of xe_force_wake_get return
caf17c6042af drm/xe/xe_gt_idle: Update handling of xe_force_wake_get return
50b8e91d59eb drm/xe/devcoredump: Update handling of xe_force_wake_get return
80ff38e4fcdf drm/xe/tests/mocs: Update xe_force_wake_get() return handling
808a7baff013 drm/xe/mocs: Update handling of xe_force_wake_get return
3713453c756e drm/xe/xe_drm_client: Update handling of xe_force_wake_get return
68ec08477090 drm/xe/xe_gt_debugfs: Update handling of xe_force_wake_get return
a7a74f9844bd drm/xe/guc: Update handling of xe_force_wake_get return
79533d523d5d drm/xe/huc: Update handling of xe_force_wake_get return
3427e00715a9 drm/xe/oa: Handle force_wake_get failure in xe_oa_stream_init()
d27bbd79d892 drm/xe/pat: Update handling of xe_force_wake_get return
f9b01d8bbfb6 drm/xe/gt_tlb_invalidation_ggtt: Update handling of xe_force_wake_get return
4d9f2cc1726d drm/xe/xe_reg_sr: Update handling of xe_force_wake_get return
60141eed74c7 drm/xe/query: Update handling of xe_force_wake_get return
5d6cf660f94a drm/xe/vram: Update handling of xe_force_wake_get return
61104c93aeef drm/xe: forcewake debugfs open fails on xe_forcewake_get failure
fa92f3ec4d8f drm/xe: Ensure __must_check for xe_force_wake_get() return
71e4dc6b4d45 drm/xe: Change return type to void for xe_force_wake_put




More information about the Intel-xe mailing list