✓ CI.checkpatch: success for Ensure xe_force_wake_put is always called after xe_force_wake_get

Patchwork patchwork at emeril.freedesktop.org
Wed Jun 5 01:07:02 UTC 2024


== Series Details ==

Series: Ensure xe_force_wake_put is always called after xe_force_wake_get
URL   : https://patchwork.freedesktop.org/series/134437/
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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 27e36d0422974c5d399fedb51d15df6bdcfbc764
Author: Nirmoy Das <nirmoy.das at intel.com>
Date:   Tue Jun 4 13:02:25 2024 +0200

    drm/xe: Add __must_check for xe_force_wake_get
    
    Return value of xe_force_wake_get()  should not be ignored. So add
    a __must_check attribute. Also add documentation for all related functions.
    
    Signed-off-by: Nirmoy Das <nirmoy.das at intel.com>
+ /mt/dim checkpatch 596cf447db94909c4788fd612876520531e439b0 drm-intel
b1c5daa081b0 drm/xe/display: Always call xe_force_wake_put/get in pairs
5899b9d41e18 drm/xe/pat: Always call xe_force_wake_put/get in pairs
f2e8caed592b drm/xe/xe_reg_sr: Always call xe_force_wake_put/get in pairs
36f71c9cd5b7 drm/xe/xe_gt: Always call xe_force_wake_put/get in pairs
213648c8182a drm/xe/uc: Always call xe_force_wake_put/get in pairs
2b60a6933f1d drm/xe: Add xe_force_wake_tryget to simplify forcewake handling
18f395ba0f2c drm/xe: Use xe_force_wake_tryget when possible
5a202755c76c drm/xe/client: Check return value of xe_force_wake_get
27e36d042297 drm/xe: Add __must_check for xe_force_wake_get




More information about the Intel-xe mailing list