✗ CI.checkpatch: warning for drm/xe/vf: Post-migration recovery of queues and jobs (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Tue May 20 00:00:23 UTC 2025
== Series Details ==
Series: drm/xe/vf: Post-migration recovery of queues and jobs (rev3)
URL : https://patchwork.freedesktop.org/series/148982/
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
202708c00696422fd217223bb679a353a5936e23
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit f2a3e6ca86198afba61b2d04c183b705722f9b64
Author: Tomasz Lis <tomasz.lis at intel.com>
Date: Tue May 20 01:19:25 2025 +0200
drm/xe/vf: Post migration, repopulate ring area for pending request
The commands within ring area allocated for a request may contain
references to GGTT. These references require update after VF
migration, in order to continue any preempted LRCs, or jobs which
were emitted to the ring but not sent to GuC yet.
This change calls the emit function again for all such jobs,
as part of post-migration recovery.
v2: Moved few functions to better files
Signed-off-by: Tomasz Lis <tomasz.lis at intel.com>
Cc: Michal Wajdeczko <michal.wajdeczko at intel.com>
+ /mt/dim checkpatch 956a742459cff150a14f1d2f44b6294e646f208a drm-intel
af51dc378026 drm/xe/sa: Avoid caching GGTT address within the manager
ae3b38fb3cf1 drm/xe/vf: Finish RESFIX by reset if CTB not enabled
7cb98aac63eb drm/xe/vf: Pause submissions during RESFIX fixups
58ea550f0ede drm/xe: Block reset while recovering from VF migration
2d721b630a00 drm/xe/vf: Rebase HWSP of all contexts after migration
-:107: CHECK:BRACES: Unbalanced braces around else statement
#107: FILE: drivers/gpu/drm/xe/xe_lrc.c:1199:
+ } else
total: 0 errors, 0 warnings, 1 checks, 118 lines checked
67328470630b drm/xe/vf: Rebase MEMIRQ structures for all contexts after migration
f2a3e6ca8619 drm/xe/vf: Post migration, repopulate ring area for pending request
More information about the Intel-xe
mailing list