✓ CI.checkpatch: success for drm/xe: Allow migrate vm gpu submissions from reclaim context (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Fri May 24 08:18:30 UTC 2024
== Series Details ==
Series: drm/xe: Allow migrate vm gpu submissions from reclaim context (rev3)
URL : https://patchwork.freedesktop.org/series/133918/
State : success
== 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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit cf0f7f13c8ccb064270f17404b0baf99abd0d6e5
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date: Fri May 24 09:19:40 2024 +0200
drm/xe: Move job creation out of the struct xe_migrate::job_mutex
In order to be able to run gpu jobs from reclaim context,
move job creation (where allocation takes place) out of the
struct xe_migrate::job_mutex, and prime that mutex as reclaim
tainted.
Jobs that may need to run from reclaim context include
CCS metadata extraction at shrinking time.
Signed-off-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
+ /mt/dim checkpatch 94810806e111d51cdb3822ee749448997993c732 drm-intel
88c7b5492541 drm/xe: Decouple job seqno and lrc seqno
a68592084c9c drm/xe: Split lrc seqno fence creation up
c930267a707e drm/xe: Don't initialize fences at xe_sched_job_create()
2258e4b071a1 drm/xe: Remove xe_lrc_create_seqno_fence()
cf0f7f13c8cc drm/xe: Move job creation out of the struct xe_migrate::job_mutex
More information about the Intel-xe
mailing list