diff options
author | Shuicheng Lin <shuicheng.lin@intel.com> | 2025-05-13 18:30:10 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-05-29 12:14:08 +0300 |
commit | 931d072089c74e704a6abc13e8ae4a4ea9c0ccca (patch) | |
tree | 9621601f7ec98a8576b3b387305054d8259432b9 /scripts/gdb/linux/xarray.py | |
parent | adfa6d0484c606645ea67f2b1761b64e5cfb00c2 (diff) | |
download | linux-931d072089c74e704a6abc13e8ae4a4ea9c0ccca.tar.xz |
drm/xe: Use xe_mmio_read32() to read mtcfg register
[ Upstream commit 84b6f8503b29a6cc5a82848253a97c09a95fdf49 ]
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@intel.com>
Cc: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Shuicheng Lin <shuicheng.lin@intel.com>
Link: https://lore.kernel.org/r/20250513153010.3464767-1-shuicheng.lin@intel.com
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
(cherry picked from commit d2662cf8f44a68deb6c76ad9f1d9f29dbf7ba601)
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/xarray.py')
0 files changed, 0 insertions, 0 deletions