✗ CI.checkpatch: warning for series starting with [1/2] drm/xe: Export xe_hw_engine's mmio accessors
Patchwork
patchwork at emeril.freedesktop.org
Tue Aug 6 16:15:44 UTC 2024
== Series Details ==
Series: series starting with [1/2] drm/xe: Export xe_hw_engine's mmio accessors
URL : https://patchwork.freedesktop.org/series/136937/
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
66551fd1be58212fb46d0bc97f2e5ae43c69b733
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 9e5a4a032219e309655839945109eebbb2aaeb24
Author: Mika Kuoppala <mika.kuoppala at linux.intel.com>
Date: Tue Aug 6 18:30:09 2024 +0300
drm/xe: Add kernel doc for xe_hw_engine_lookup
kerneldoc was missing from earlier commit where
we exported xe_hw_engine_lookup. Add it.
Fixes: 6f20fc09936e ("drm/xe: Move and export xe_hw_engine lookup.")
Cc: Dominik Grzegorzek <dominik.grzegorzek at intel.com>
Cc: Mika Kuoppala <mika.kuoppala at linux.intel.com>
Cc: Matthew Brost <matthew.brost at intel.com>
Cc: Lucas De Marchi <lucas.demarchi at intel.com>
Cc: "Thomas Hellström" <thomas.hellstrom at linux.intel.com>
Cc: intel-xe at lists.freedesktop.org
Signed-off-by: Mika Kuoppala <mika.kuoppala at linux.intel.com>
+ /mt/dim checkpatch 83eea64f81edb86ed3aa368039520810c154fd94 drm-intel
04ba51a102ae drm/xe: Export xe_hw_engine's mmio accessors
-:69: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#69: FILE: drivers/gpu/drm/xe/xe_hw_engine.c:332:
+ xe_hw_engine_mmio_write32(hwe, RING_HWS_PGA(0),
xe_bo_ggtt_addr(hwe->hwsp));
-:72: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#72: FILE: drivers/gpu/drm/xe/xe_hw_engine.c:334:
+ xe_hw_engine_mmio_write32(hwe, RING_MODE(0),
_MASKED_BIT_ENABLE(GFX_DISABLE_LEGACY_MODE));
-:75: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#75: FILE: drivers/gpu/drm/xe/xe_hw_engine.c:336:
+ xe_hw_engine_mmio_write32(hwe, RING_MI_MODE(0),
_MASKED_BIT_DISABLE(STOP_RING));
total: 0 errors, 0 warnings, 3 checks, 150 lines checked
9e5a4a032219 drm/xe: Add kernel doc for xe_hw_engine_lookup
More information about the Intel-xe
mailing list