✓ CI.checkpatch: success for Fix xe_force_wake_get() failure handling (rev2)

Patchwork patchwork at emeril.freedesktop.org
Thu Sep 12 19:24:48 UTC 2024


== Series Details ==

Series: Fix xe_force_wake_get() failure handling (rev2)
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
c62d7e164862503a3662a095da1c6c9014248cb2
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit fd1d4bfb0f9d0ec50c5090d647cbb4157d2484ed
Author: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
Date:   Fri Sep 13 00:46:03 2024 +0530

    drm/xe: Change return type to void for xe_force_wake_put
    
    In case of xe_force_wake_put failure caller just calls XE_WARN_ON
    and continues. Move XE_WARN_ON inside the xe_force_wake_put() and return
    void.
    
    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 9fd27ed0883cff53777b8db0b7c6db327132dcdc drm-intel
371bc46c07da drm/xe: Error handling in xe_force_wake_get()
ea23cef4c1c6 drm/xe: Modify xe_force_wake_put to handle _get returned mask
00ecc12dbf9c drm/xe/device: Update handling of xe_force_wake_get return
a64b36d1e9df drm/xe/hdcp: Update handling of xe_force_wake_get return
e4e869fa3078 drm/xe/gsc: Update handling of xe_force_wake_get return
0d31a7d7d838 drm/xe/gt: Update handling of xe_force_wake_get return
d82df880439a drm/xe/xe_gt_idle: Update handling of xe_force_wake_get return
df0377f07ffc drm/xe/devcoredump: Update handling of xe_force_wake_get return
8f7fe7f81b46 drm/xe/tests/mocs: Update xe_force_wake_get() return handling
00cce24f3f56 drm/xe/mocs: Update handling of xe_force_wake_get return
332c2794525b drm/xe/xe_drm_client: Update handling of xe_force_wake_get return
807cabddf4d7 drm/xe/xe_gt_debugfs: Update handling of xe_force_wake_get return
72eb752b1d0b drm/xe/guc: Update handling of xe_force_wake_get return
d1e03013faa9 drm/xe/huc: Update handling of xe_force_wake_get return
7e544d1b6ce7 drm/xe/oa: Handle force_wake_get failure in xe_oa_stream_init()
f25893f0b465 drm/xe/pat: Update handling of xe_force_wake_get return
7d3dd424a1ac drm/xe/gt_tlb_invalidation_ggtt: Update handling of xe_force_wake_get return
d42bc2771516 drm/xe/xe_reg_sr: Update handling of xe_force_wake_get return
a75cfc6879c9 drm/xe/query: Update handling of xe_force_wake_get return
16d611d168ae drm/xe/vram: Update handling of xe_force_wake_get return
9f22b16b40d4 drm/xe: forcewake debugfs open fails on xe_forcewake_get failure
62502b32aec3 drm/xe: Ensure __must_check for xe_force_wake_get() return
fd1d4bfb0f9d drm/xe: Change return type to void for xe_force_wake_put




More information about the Intel-xe mailing list