]> git.baikalelectronics.ru Git - kernel.git/commit
drm/sched: Use parent fence instead of finished
authorArvind Yadav <Arvind.Yadav@amd.com>
Wed, 14 Sep 2022 16:43:20 +0000 (22:13 +0530)
committerChristian König <christian.koenig@amd.com>
Fri, 16 Sep 2022 13:53:25 +0000 (15:53 +0200)
commit31d8d690425748129a7486b5c52f964245438f0c
tree8fde9e3573fcf4a232613bf1fb0970a86e4fedf1
parentd059cac1ed8f0ae7d1aaf5ad01d160d5cbb38458
drm/sched: Use parent fence instead of finished

Using the parent fence instead of the finished fence
to get the job status. This change is to avoid GPU
scheduler timeout error which can cause GPU reset.

Signed-off-by: Arvind Yadav <Arvind.Yadav@amd.com>
Reviewed-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220914164321.2156-6-Arvind.Yadav@amd.com
Signed-off-by: Christian König <christian.koenig@amd.com>
drivers/gpu/drm/scheduler/sched_main.c