drm/sched: Remove relic from entity docu

commit 4827d6d83f ("drm/sched: Remove racy hack from
drm_sched_fini()") removed the necessity to mark an entity as stopped in
drm_sched_fini(). The documentation, however, still details that.

Update sched_entity's documentation.

Acked-by: Danilo Krummrich <dakr@kernel.org>
Signed-off-by: Philipp Stanner <phasta@kernel.org>
Link: https://patch.msgid.link/20260629083631.2547199-2-phasta@kernel.org
This commit is contained in:
Philipp Stanner
2026-07-06 10:53:51 +02:00
parent 9b2dedadf6
commit ecc025ec28
+1 -2
View File
@@ -217,8 +217,7 @@ struct drm_sched_entity {
* @stopped:
*
* Marks the enity as removed from rq and destined for
* termination. This is set by calling drm_sched_entity_flush() and by
* drm_sched_fini().
* termination. This is set by calling drm_sched_entity_flush().
*/
bool stopped;