Commit cb9a645c authored by Philipp Stanner's avatar Philipp Stanner
Browse files

drm/sched/tests: Remove relict of done_list



A rework of the scheduler unit tests removed the done_list. That list is
still mentioned in the mock test header.

Remove that relict.

Fixes: 4576de9b ("drm/sched/tests: Implement cancel_job() callback")
Reviewed-by: default avatarTvrtko Ursulin <tvrtko.ursulin@igalia.com>
Signed-off-by: default avatarPhilipp Stanner <phasta@kernel.org>
Link: https://lore.kernel.org/r/20250919064450.147176-2-phasta@kernel.org
parent 1a93d708
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -31,9 +31,8 @@
 *
 * @base: DRM scheduler base class
 * @test: Backpointer to owning the kunit test case
 * @lock: Lock to protect the simulated @hw_timeline, @job_list and @done_list
 * @lock: Lock to protect the simulated @hw_timeline and @job_list
 * @job_list: List of jobs submitted to the mock GPU
 * @done_list: List of jobs completed by the mock GPU
 * @hw_timeline: Simulated hardware timeline has a @context, @next_seqno and
 *		 @cur_seqno for implementing a struct dma_fence signaling the
 *		 simulated job completion.