diff options
| author | Philipp Stanner <phasta@kernel.org> | 2026-06-29 10:36:32 +0200 |
|---|---|---|
| committer | Philipp Stanner <phasta@kernel.org> | 2026-07-06 10:53:51 +0200 |
| commit | ecc025ec2861ea4f48624e9a86466dd4dc9b5c6c (patch) | |
| tree | 12ba70569f23464ee65c92861fbbfc8287461cd6 /include/drm | |
| parent | 9b2dedadf6a91ac3fc9fae268bb556a041222711 (diff) | |
| download | linux-next-ecc025ec2861ea4f48624e9a86466dd4dc9b5c6c.tar.gz linux-next-ecc025ec2861ea4f48624e9a86466dd4dc9b5c6c.zip | |
drm/sched: Remove relic from entity docu
commit 4827d6d83f07 ("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
Diffstat (limited to 'include/drm')
| -rw-r--r-- | include/drm/gpu_scheduler.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/drm/gpu_scheduler.h b/include/drm/gpu_scheduler.h index d61c19e78182..363d13fc929f 100644 --- a/include/drm/gpu_scheduler.h +++ b/include/drm/gpu_scheduler.h @@ -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; |
