drm/sched: Move free worker re-queuing out of the if block
authorTvrtko Ursulin <tvrtko.ursulin@intel.com>
Thu, 2 Nov 2023 10:55:35 +0000 (10:55 +0000)
committerLuben Tuikov <ltuikov89@gmail.com>
Sun, 5 Nov 2023 01:18:08 +0000 (21:18 -0400)
commite608d9f7ac1a94a4a63d1ef2b37dd80669ad828d
treea11d0e8a2ae1e75aadc93dd3dca11d849bd59f34
parent7abbbe2694b3d4fd366dc91934f42c047a6d282d
drm/sched: Move free worker re-queuing out of the if block

Whether or not there are more jobs to clean up does not depend on the
existance of the current job, given both drm_sched_get_finished_job and
drm_sched_free_job_queue_if_done take and drop the job list lock.
Therefore it is confusing to make it read like there is a dependency.

Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Cc: Luben Tuikov <ltuikov89@gmail.com>
Cc: Matthew Brost <matthew.brost@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231102105538.391648-3-tvrtko.ursulin@linux.intel.com
Reviewed-by: Luben Tuikov <ltuikov89@gmail.com>
Signed-off-by: Luben Tuikov <ltuikov89@gmail.com>
drivers/gpu/drm/scheduler/sched_main.c