✓ CI.checkpatch: success for drm/xe: Release force wake first then runtime power
Patchwork
patchwork at emeril.freedesktop.org
Wed May 7 02:28:56 UTC 2025
== Series Details ==
Series: drm/xe: Release force wake first then runtime power
URL : https://patchwork.freedesktop.org/series/148666/
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
202708c00696422fd217223bb679a353a5936e23
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit aea0e69689b7a100c86e32265499204d6218b513
Author: Shuicheng Lin <shuicheng.lin at intel.com>
Date: Wed May 7 02:23:02 2025 +0000
drm/xe: Release force wake first then runtime power
xe_force_wake_get() is dependent on xe_pm_runtime_get(), so for
the release path, xe_force_wake_put() should be called first then
xe_pm_runtime_put().
Combine the error path and normal path together with goto.
Fixes: 85d547608ef5 ("drm/xe/xe_gt_debugfs: Update handling of xe_force_wake_get return")
Cc: Himal Prasad Ghimiray <himal.prasad.ghimiray at intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
Signed-off-by: Shuicheng Lin <shuicheng.lin at intel.com>
+ /mt/dim checkpatch 842c3c276c106040f9b96d72b9df35ed6aed9ae9 drm-intel
aea0e69689b7 drm/xe: Release force wake first then runtime power
More information about the Intel-xe
mailing list