✗ CI.checkpatch: warning for drm/xe/vf: Post-migration recovery of queues and jobs (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Thu May 15 22:25:01 UTC 2025
== Series Details ==
Series: drm/xe/vf: Post-migration recovery of queues and jobs (rev2)
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 3d91176745b6bac271e84306b2d20727c0daa18f
Author: Tomasz Lis <tomasz.lis at intel.com>
Date: Fri May 16 00:18:27 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 c6d1963954d75071cb66459e1c15c72186f80718 drm-intel
7f887a6fd4d6 drm/xe/sa: Avoid caching GGTT address within the manager
5d240823df59 drm/xe/vf: Finish RESFIX by reset if CTB not enabled
aee4a969d044 drm/xe/vf: Pause submissions during RESFIX fixups
dd239ed5ded4 drm/xe: Block reset while recovering from VF migration
b0de14fde7bd drm/xe/vf: Rebase HWSP of all contexts after migration
-:96: CHECK:BRACES: Unbalanced braces around else statement
#96: FILE: drivers/gpu/drm/xe/xe_lrc.c:1199:
+ } else
total: 0 errors, 0 warnings, 1 checks, 108 lines checked
fac8df78e1b4 drm/xe/vf: Rebase MEMIRQ structures for all contexts after migration
3d91176745b6 drm/xe/vf: Post migration, repopulate ring area for pending request
More information about the Intel-xe
mailing list