✗ CI.checkpatch: warning for Support PMT features in Xe (rev8)
Patchwork
patchwork at emeril.freedesktop.org
Mon Jul 15 18:01:53 UTC 2024
== Series Details ==
Series: Support PMT features in Xe (rev8)
URL : https://patchwork.freedesktop.org/series/133472/
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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 36d91890bc832583d3e1f258ec0ad6e5cfabab5b
Author: Michael J. Ruhl <michael.j.ruhl at intel.com>
Date: Mon Jul 15 13:54:50 2024 -0400
drm/xe/vsec: Add support for DG2
PMT (DVSEC) offset information is based on the PCI BAR
for the telemetry (PCI) endpoint (also known as the P2SB).
However the DG2 endpoint is not completely functional,
and is disabled.
In order to allow access to the DG2 PMT features it is
necessary to inform the VSEC driver of the correct offset
via the base_adjust value.
This odjustment is the difference between the telemetry
offset (read from the PMT regiser) and the fixed offset in
the Xe SOC space. Calculate the offset, and pass it to the
VSEC driver on header registration.
Update xe_vsec.c to include DG2 header information.
Signed-off-by: Michael J. Ruhl <michael.j.ruhl at intel.com>
+ /mt/dim checkpatch b6af83ceb593bc4e0d79acda73684462b13a15b9 drm-intel
4796dceb799c platform/x86/intel/vsec.h: Move to include/linux
-:198: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#198:
rename from drivers/platform/x86/intel/vsec.h
total: 0 errors, 1 warnings, 0 checks, 184 lines checked
8856c1f8abd6 platform/x86/intel/vsec: Add PMT read callbacks
f398e3830ff2 platform/x86/intel/pmt: Use PMT callbacks
b0c7d799e8df drm/xe/vsec: Support BMG devices
Traceback (most recent call last):
File "scripts/spdxcheck.py", line 6, in <module>
from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
Traceback (most recent call last):
File "scripts/spdxcheck.py", line 6, in <module>
from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
-:71: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#71:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 277 lines checked
ea9382b8650e platform/x86/intel/pmt: Add support for PMT base adjust
36d91890bc83 drm/xe/vsec: Add support for DG2
-:16: WARNING:TYPO_SPELLING: 'regiser' may be misspelled - perhaps 'register'?
#16:
offset (read from the PMT regiser) and the fixed offset in
^^^^^^^
total: 0 errors, 1 warnings, 0 checks, 124 lines checked
More information about the Intel-xe
mailing list