drm/scheduler: fix drm_sched_job_add_implicit_dependencies
authorChristian König <christian.koenig@amd.com>
Mon, 18 Oct 2021 19:27:55 +0000 (21:27 +0200)
committerChristian König <christian.koenig@amd.com>
Tue, 19 Oct 2021 13:11:26 +0000 (15:11 +0200)
commit13e9e30cafea10dff6bc8d63a38a61249e83fd65
tree17113bb8b9f7c60840eed30f5ad51a4495aff93f
parentc4f08d7246a520da5f2b1068f635da0678485e33
drm/scheduler: fix drm_sched_job_add_implicit_dependencies

Trivial fix since we now need to grab a reference to the fence we have
added. Previously the dma_resv function where doing that for us.

Signed-off-by: Christian König <christian.koenig@amd.com>
Fixes: 9c2ba265352a ("drm/scheduler: use new iterator in drm_sched_job_add_implicit_dependencies v2")
Link: https://patchwork.freedesktop.org/patch/msgid/20211019112706.27769-1-christian.koenig@amd.com
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Reported-by: Nicolas Frattaroli <frattaroli.nicolas@gmail.com>
References: https://lore.kernel.org/dri-devel/2023306.UmlnhvANQh@archbook/
Tested-by: Nicolas Frattaroli <frattaroli.nicolas@gmail.com>
drivers/gpu/drm/scheduler/sched_main.c