✗ CI.checkpatch: warning for series starting with [1/3] drm/xe: Fix build by setting the correct parameter to intel_dmc_suspend()
Patchwork
patchwork at emeril.freedesktop.org
Wed Sep 11 20:08:48 UTC 2024
== Series Details ==
Series: series starting with [1/3] drm/xe: Fix build by setting the correct parameter to intel_dmc_suspend()
URL : https://patchwork.freedesktop.org/series/138542/
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
c62d7e164862503a3662a095da1c6c9014248cb2
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit b52a3d3587a77d8d88b51ebd65fb9a5614d281ab
Author: José Roberto de Souza <jose.souza at intel.com>
Date: Wed Sep 11 13:02:18 2024 -0700
drm/xe/oa: Fix overflow in oa batch buffer
By default xe_bb_create_job() appends a MI_BATCH_BUFFER_END to batch
buffer, this is not a problem if batch buffer is only used once but
oa reuses the batch buffer for the same metric and at each call
it appends a MI_BATCH_BUFFER_END, printing the warning below and then
overflowing.
[ 381.072016] ------------[ cut here ]------------
[ 381.072019] xe 0000:00:02.0: [drm] Assertion `bb->len * 4 + bb_prefetch(q->gt) <= size` failed!
platform: LUNARLAKE subplatform: 1
graphics: Xe2_LPG / Xe2_HPG 20.04 step B0
media: Xe2_LPM / Xe2_HPM 20.00 step B0
tile: 0 VRAM 0 B
GT: 0 type 1
Cc: Ashutosh Dixit <ashutosh.dixit at intel.com>
Signed-off-by: José Roberto de Souza <jose.souza at intel.com>
+ /mt/dim checkpatch 16fcff5c446e35c66d7addecadabf9f362a09bf1 drm-intel
1a674d089ddc drm/xe: Fix build by setting the correct parameter to intel_dmc_suspend()
e3703daed353 drm/xe: Add a parameter to xe_bb_create_job() to append or not batch buffer end instruction
-:13: WARNING:REPEATED_WORD: Possible repeated word: 'adding'
#13:
That will be fixed in the next patch, here just adding adding
total: 0 errors, 1 warnings, 0 checks, 84 lines checked
b52a3d3587a7 drm/xe/oa: Fix overflow in oa batch buffer
More information about the Intel-xe
mailing list