Re: [PATCH] Add NULL check for s_fence->parent

2022-09-30 Thread Christian König
Am 30.09.22 um 10:38 schrieb Arvind Yadav: NULL check is added for s_fence->parent. I've send a patch to fix this as well and this here is actually the wrong way around. We want to free up the job when there isn't any parent fence any more. Regards, Christian. Signed-off-by: Arvind Yadav

[PATCH] Add NULL check for s_fence->parent

2022-09-30 Thread Arvind Yadav
NULL check is added for s_fence->parent. Signed-off-by: Arvind Yadav --- drivers/gpu/drm/scheduler/sched_main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/scheduler/sched_main.c b/drivers/gpu/drm/scheduler/sched_main.c index 4f2395d1a791..6684d88463b4