✗ CI.checkpatch: warning for Support PMT features in Xe (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Thu Jun 20 21:26:41 UTC 2024
== Series Details ==
Series: Support PMT features in Xe (rev2)
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 51908ec78be13cf680f8928f11b4efa57889b30c
Author: Michael J. Ruhl <michael.j.ruhl at intel.com>
Date: Thu Jun 20 17:20:50 2024 -0400
drm/xe/vsec: Add support for DG2
DG2 needs to adjust the discovery offset WRT the GT BAR not the
P2SB bar so add the base_adjust value to allow for the difference
to be used.
Update xe_vsec.c to include DG2 header information.
Signed-off-by: Michael J. Ruhl <michael.j.ruhl at intel.com>
+ /mt/dim checkpatch 0f80a34bf301a2001705a212b94b07a51056b451 drm-intel
c35e4d90d35a platform/x86/intel/vsec.h: Move to include/linux
-:191: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#191:
rename from drivers/platform/x86/intel/vsec.h
total: 0 errors, 1 warnings, 0 checks, 149 lines checked
cedcebbb1adf platform/x86/intel/vsec: Add PMT read callbacks
5c304fd50c6a platform/x86/intel/pmt: Use PMT callbacks
d40ca9e9f3d2 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'
-:70: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#70:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 268 lines checked
9004283e5f13 platform/x86/intel/pmt: Add support for PMT base adjust
51908ec78be1 drm/xe/vsec: Add support for DG2
More information about the Intel-xe
mailing list