mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 04:34:03 +02:00
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:
parent
9b2dedadf6
commit
ecc025ec28
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user