[Intel-xe] ✗ CI.checkpatch: warning for drm/xe: Donot apply forcewake while reading actual frequency (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Fri Jun 9 02:46:57 UTC 2023
== Series Details ==
Series: drm/xe: Donot apply forcewake while reading actual frequency (rev3)
URL : https://patchwork.freedesktop.org/series/118990/
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
c7d32770e3cd31d9fc134ce41f329b10aa33ee15
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit b2afbd019fa82d418491e8a9519b7ed4d5a6db2d
Author: Badal Nilawar <badal.nilawar at intel.com>
Date: Fri Jun 9 08:19:54 2023 +0530
drm/xe: Donot apply forcewake while reading actual frequency
RPSTAT1 is an sgunit register and thus doesn't need forcewake.
MTL_MIRROR_TARGET_WP1 is within an "always on" power domain and thus
doesn't require any forcewake to ensure the register is powered
up and usable. When GT is RC6 the actual frequency reported will be 0.
v2:
- Add bspec index (Anshuman)
- %s/GEN12_RPSTAT1/GT_PERF_STATUS as per bspec
v3: Update Fixes tag
Bspec: 51837, 67651
Fixes: 9d9212dd4228 ("drm/xe: Introduce a new DRM driver for Intel GPUs")
Signed-off-by: Badal Nilawar <badal.nilawar at intel.com>
Reviewed-by: Matt Roper <matthew.d.roper at intel.com>
+ /mt/dim checkpatch c075cadc4c6d0238556545baab98a63368908404 drm-intel
b2afbd019 drm/xe: Donot apply forcewake while reading actual frequency
-:17: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '9d9212dd4228', maybe rebased or not pulled?
#17:
Fixes: 9d9212dd4228 ("drm/xe: Introduce a new DRM driver for Intel GPUs")
total: 0 errors, 1 warnings, 0 checks, 36 lines checked
More information about the Intel-xe
mailing list