✗ CI.checkpatch: warning for drm/xe: Support for mmap-ing mmio regions (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Mon Jul 14 12:33:04 UTC 2025
== Series Details ==
Series: drm/xe: Support for mmap-ing mmio regions (rev4)
URL : https://patchwork.freedesktop.org/series/149977/
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
43254c2aa575037fc031c7ac21b0d031c700b2bf
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 56764b8e82746cc0ec4776590302a458fc461cec
Author: Ilia Levi <ilia.levi at intel.com>
Date: Mon Jul 14 15:26:58 2025 +0300
drm/xe: Support for mmap-ing mmio regions
Allow the driver to expose hardware register spaces to userspace
through GEM objects with fake mmap offsets. This can be useful
for userspace-firmware communication, debugging, etc.
v2: Minor doc fix (CI)
v3: Enforce MAP_SHARED (Tejas)
Add fault handler with dummy page (Tejas, Matt Auld)
Store physical address instead of xe_mmio in the GEM object (MattB)
v4: Separate xe_mmio_gem from xe_mmio and make it private (MattB)
Signed-off-by: Ilia Levi <ilia.levi at intel.com>
+ /mt/dim checkpatch 4990310f0d4505f8a92f01012eaf433c35da7822 drm-intel
56764b8e8274 drm/xe: Support for mmap-ing mmio regions
-:31: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#31:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 253 lines checked
More information about the Intel-xe
mailing list