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

Patchwork patchwork at emeril.freedesktop.org
Mon Sep 30 06:03:17 UTC 2024


== Series Details ==

Series: Fix xe_force_wake_get() failure handling (rev6)
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 1b8e7194f609fc8f87758b086b25338535ef3cde
Author: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
Date:   Mon Sep 30 11:01:49 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)
    
    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>
+ /mt/dim checkpatch 1accf1380ac2afd6da0ebfd3a62971335fc9214b drm-intel
5dcec7ce9922 drm/xe: Add member initialized_domains to xe_force_wake()
d2c37854a7d7 drm/xe/forcewake: Add a helper xe_force_wake_ref_has_domain()
dee8b2fa63c2 drm/xe: Error handling in xe_force_wake_get()
0efcbf2f27e0 drm/xe: Modify xe_force_wake_put to handle _get returned mask
5ecd49a731f4 drm/xe/device: Update handling of xe_force_wake_get return
42862ddc16af drm/xe/hdcp: Update handling of xe_force_wake_get return
909db6e1810b drm/xe/gsc: Update handling of xe_force_wake_get return
b4b942954867 drm/xe/gt: Update handling of xe_force_wake_get return
3f4ac9040fc7 drm/xe/xe_gt_idle: Update handling of xe_force_wake_get return
aad0564f4ce9 drm/xe/devcoredump: Update handling of xe_force_wake_get return
9b0493e1f778 drm/xe/tests/mocs: Update xe_force_wake_get() return handling
7b034bb10862 drm/xe/mocs: Update handling of xe_force_wake_get return
46d5292e8ee4 drm/xe/xe_drm_client: Update handling of xe_force_wake_get return
ecc736fbf1f2 drm/xe/xe_gt_debugfs: Update handling of xe_force_wake_get return
6d3a58a5fa7c drm/xe/guc: Update handling of xe_force_wake_get return
400c86b8f0e7 drm/xe/huc: Update handling of xe_force_wake_get return
1ebf1b967595 drm/xe/oa: Handle force_wake_get failure in xe_oa_stream_init()
22f0a9841e47 drm/xe/pat: Update handling of xe_force_wake_get return
790df3247711 drm/xe/gt_tlb_invalidation_ggtt: Update handling of xe_force_wake_get return
bc5ac1d22b82 drm/xe/xe_reg_sr: Update handling of xe_force_wake_get return
1cdf3fd7f398 drm/xe/query: Update handling of xe_force_wake_get return
bc1eeea44b4c drm/xe/vram: Update handling of xe_force_wake_get return
72ef34ec253e drm/xe: forcewake debugfs open fails on xe_forcewake_get failure
473efe438935 drm/xe: Ensure __must_check for xe_force_wake_get() return
1b8e7194f609 drm/xe: Change return type to void for xe_force_wake_put




More information about the Intel-xe mailing list