✓ CI.checkpatch: success for drm/xe: Allow migrate vm gpu submissions from reclaim context
Patchwork
patchwork at emeril.freedesktop.org
Mon May 27 14:06:05 UTC 2024
== Series Details ==
Series: drm/xe: Allow migrate vm gpu submissions from reclaim context
URL : https://patchwork.freedesktop.org/series/134087/
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 81044b5bd81dc66c9552cd7bd5ced4afaca4fd97
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date: Mon May 27 15:59:12 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>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
+ /mt/dim checkpatch f2c37d7fd878c82ea57075948d614f60a168128c drm-intel
30b307b89956 drm/xe: Decouple job seqno and lrc seqno
c103d7d6b259 drm/xe: Split lrc seqno fence creation up
61e22870531d drm/xe: Don't initialize fences at xe_sched_job_create()
ae8aa4180f0b drm/xe: Remove xe_lrc_create_seqno_fence()
81044b5bd81d drm/xe: Move job creation out of the struct xe_migrate::job_mutex
More information about the Intel-xe
mailing list