✗ CI.checkpatch: warning for series starting with [1/2] platform/x86/intel/pmt: allow user offset for PMT callbacks
Patchwork
patchwork at emeril.freedesktop.org
Fri Nov 8 20:39:38 UTC 2024
== Series Details ==
Series: series starting with [1/2] platform/x86/intel/pmt: allow user offset for PMT callbacks
URL : https://patchwork.freedesktop.org/series/141118/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 45d64a84fc762ca45ed843e78f8ed7f3d47755f3
Author: Michael J. Ruhl <michael.j.ruhl at intel.com>
Date: Fri Nov 8 15:19:54 2024 -0500
drm/xe/vsec: Support BMG devices
The Battlemage (BMG) discrete graphics card supports the
Platform, Monitoring Technology (PMT) feature directly
on the primary PCI device.
Utilize the PMT callback API to add support for the BMG
devices.
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen at linux.intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
Signed-off-by: Michael J. Ruhl <michael.j.ruhl at intel.com>
+ /mt/dim checkpatch 5d94c05a3b9625a569b92a4ed208ce04e241f122 drm-intel
044f5c8046ca platform/x86/intel/pmt: allow user offset for PMT callbacks
45d64a84fc76 drm/xe/vsec: Support BMG devices
-:33: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#33:
new file mode 100644
-:259: WARNING:LONG_LINE: line length of 102 exceeds 100 columns
#259: FILE: drivers/gpu/drm/xe/xe_vsec.c:150:
+static int xe_pmt_telem_read(struct pci_dev *pdev, u32 guid, u64 *data, loff_t user_offset, u32 count)
total: 0 errors, 2 warnings, 0 checks, 304 lines checked
More information about the Intel-xe
mailing list