✗ CI.checkpatch: warning for drm/xe: Export xe_hw_engine's mmio accessors
Patchwork
patchwork at emeril.freedesktop.org
Wed Jul 31 15:49:03 UTC 2024
== Series Details ==
Series: drm/xe: Export xe_hw_engine's mmio accessors
URL : https://patchwork.freedesktop.org/series/136755/
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
7b537a014c4c1a32250e342541870b03977fa7a4
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 7f0e90b1b7878b1d31c0a8fdc6d69cf14e175ea5
Author: Dominik Grzegorzek <dominik.grzegorzek at intel.com>
Date: Wed Jul 31 18:34:22 2024 +0300
drm/xe: Export xe_hw_engine's mmio accessors
Declare hw engine's mmio accessors in header file.
This is in preparation to use these from eudebug code.
v2: s/hw_engine_mmio/xe_hw_engine_mmio (Matthew)
Cc: Matthew Brost <matthew.brost at intel.com>
Signed-off-by: Dominik Grzegorzek <dominik.grzegorzek at intel.com>
Signed-off-by: Mika Kuoppala <mika.kuoppala at linux.intel.com>
+ /mt/dim checkpatch 2a74e6714291a2c9cf26c08f729d5feb203e8338 drm-intel
7f0e90b1b787 drm/xe: Export xe_hw_engine's mmio accessors
-:47: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#47: FILE: drivers/gpu/drm/xe/xe_hw_engine.c:312:
+ xe_hw_engine_mmio_write32(hwe, RING_HWS_PGA(0),
xe_bo_ggtt_addr(hwe->hwsp));
-:50: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#50: FILE: drivers/gpu/drm/xe/xe_hw_engine.c:314:
+ xe_hw_engine_mmio_write32(hwe, RING_MODE(0),
_MASKED_BIT_ENABLE(GFX_DISABLE_LEGACY_MODE));
-:53: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#53: FILE: drivers/gpu/drm/xe/xe_hw_engine.c:316:
+ xe_hw_engine_mmio_write32(hwe, RING_MI_MODE(0),
_MASKED_BIT_DISABLE(STOP_RING));
total: 0 errors, 0 warnings, 3 checks, 130 lines checked
More information about the Intel-xe
mailing list