✓ CI.checkpatch: success for drm/xe: use xe_mmio_read32() to read mtcfg register (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Wed May 14 15:36:20 UTC 2025
== Series Details ==
Series: drm/xe: use xe_mmio_read32() to read mtcfg register (rev2)
URL : https://patchwork.freedesktop.org/series/148924/
State : success
== 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
202708c00696422fd217223bb679a353a5936e23
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 447c467dfb4fa800e89419729da537fed42f0237
Author: Shuicheng Lin <shuicheng.lin at intel.com>
Date: Tue May 13 15:30:10 2025 +0000
drm/xe: Use xe_mmio_read32() to read mtcfg register
The mtcfg register is a 32-bit register and should therefore be
accessed using xe_mmio_read32().
Other 3 changes per codestyle suggestion:
"
xe_mmio.c:83: CHECK: Alignment should match open parenthesis
xe_mmio.c:131: CHECK: Comparison to NULL could be written "!xe->mmio.regs"
xe_mmio.c:315: CHECK: line length of 103 exceeds 100 columns
"
Fixes: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs")
Reviewed-by: Tejas Upadhyay <tejas.upadhyay at intel.com>
Cc: Matt Roper <matthew.d.roper at intel.com>
Signed-off-by: Shuicheng Lin <shuicheng.lin at intel.com>
+ /mt/dim checkpatch dd6a856541dd90fa4ef755783898fcfbea3b9961 drm-intel
447c467dfb4f drm/xe: Use xe_mmio_read32() to read mtcfg register
More information about the Intel-xe
mailing list