✗ CI.checkpatch: warning for drm/xe/vf: Post-migration recovery of queues and jobs
Patchwork
patchwork at emeril.freedesktop.org
Wed May 14 20:04:56 UTC 2025
== Series Details ==
Series: drm/xe/vf: Post-migration recovery of queues and jobs
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 d1a645cf0b31d43f0126b3249eac65039254a971
Author: Tomasz Lis <tomasz.lis at intel.com>
Date: Wed May 14 00:49:52 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.
Signed-off-by: Tomasz Lis <tomasz.lis at intel.com>
+ /mt/dim checkpatch 3d6670fab64cb00b5e6ed80d2517147db533faf1 drm-intel
bbabe9120f96 drm/xe/sa: Avoid caching GGTT address within the manager
725b46b75176 drm/xe/vf: Finish RESFIX by reset if CTB not enabled
e410cb336c16 drm/xe/vf: Pause submissions during RESFIX fixups
0d8e95b0897a drm/xe: Block reset while recovering from VF migration
229e74e0d035 drm/xe/vf: Rebase HWSP of all contexts after migration
-:38: CHECK:BRACES: Unbalanced braces around else statement
#38: FILE: drivers/gpu/drm/xe/xe_lrc.c:1201:
+ } else
total: 0 errors, 0 warnings, 1 checks, 91 lines checked
5e691aa6b97e drm/xe/vf: Rebase MEMIRQ structures for all contexts after migration
d1a645cf0b31 drm/xe/vf: Post migration, repopulate ring area for pending request
More information about the Intel-xe
mailing list