]> Gentwo Git Trees - linux/.git/commit
drm/panthor: Handle errors returned by drm_sched_entity_init()
authorBoris Brezillon <boris.brezillon@collabora.com>
Fri, 31 Oct 2025 16:03:17 +0000 (17:03 +0100)
committerLiviu Dudau <liviu.dudau@arm.com>
Mon, 3 Nov 2025 14:25:21 +0000 (14:25 +0000)
commitbb7939e332c64c4ef33974a0eae4f3841acfa8eb
tree92ba325ee24a59982e90b1b805de549b9aab56fa
parentc7ee592dccab73e345b2811f1568c0618997a8e0
drm/panthor: Handle errors returned by drm_sched_entity_init()

In practice it's not going to fail because we're passing the current
sanity checks done by drm_sched_entity_init(), and that's the only
reason it would return an error, but better safe than sorry.

Fixes: de8548813824 ("drm/panthor: Add the scheduler logical block")
Reviewed-by: Liviu Dudau <liviu.dudau@arm.com>
Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Link: https://patch.msgid.link/20251031160318.832427-1-boris.brezillon@collabora.com
Signed-off-by: Liviu Dudau <liviu.dudau@arm.com>
drivers/gpu/drm/panthor/panthor_sched.c