* [PATCH] drm/sched: Remove relic from entity docu
@ 2026-06-29 8:36 Philipp Stanner
2026-06-29 9:12 ` Danilo Krummrich
0 siblings, 1 reply; 3+ messages in thread
From: Philipp Stanner @ 2026-06-29 8:36 UTC (permalink / raw)
To: atthew Brost, Danilo Krummrich, Philipp Stanner,
Christian König, David Airlie, Simona Vetter
Cc: dri-devel, linux-kernel
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.
Signed-off-by: Philipp Stanner <phasta@kernel.org>
---
include/drm/gpu_scheduler.h | 3 +--
1 file changed, 1 insertion(+), 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;
base-commit: 6648301c5bb2ef23f0fb15bcb01d21ff66f36799
--
2.54.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] drm/sched: Remove relic from entity docu
2026-06-29 8:36 [PATCH] drm/sched: Remove relic from entity docu Philipp Stanner
@ 2026-06-29 9:12 ` Danilo Krummrich
2026-07-06 8:54 ` Philipp Stanner
0 siblings, 1 reply; 3+ messages in thread
From: Danilo Krummrich @ 2026-06-29 9:12 UTC (permalink / raw)
To: Philipp Stanner
Cc: atthew Brost, Christian König, David Airlie, Simona Vetter,
dri-devel, linux-kernel
On 6/29/26 10:36 AM, Philipp Stanner wrote:
> 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.
>
> Signed-off-by: Philipp Stanner <phasta@kernel.org>
Acked-by: Danilo Krummrich <dakr@kernel.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] drm/sched: Remove relic from entity docu
2026-06-29 9:12 ` Danilo Krummrich
@ 2026-07-06 8:54 ` Philipp Stanner
0 siblings, 0 replies; 3+ messages in thread
From: Philipp Stanner @ 2026-07-06 8:54 UTC (permalink / raw)
To: Danilo Krummrich, Philipp Stanner
Cc: atthew Brost, Christian König, David Airlie, Simona Vetter,
dri-devel, linux-kernel
On Mon, 2026-06-29 at 11:12 +0200, Danilo Krummrich wrote:
> On 6/29/26 10:36 AM, Philipp Stanner wrote:
> > 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.
> >
> > Signed-off-by: Philipp Stanner <phasta@kernel.org>
> Acked-by: Danilo Krummrich <dakr@kernel.org>
Pushed to drm-misc-next.
P.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-07-06 8:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 8:36 [PATCH] drm/sched: Remove relic from entity docu Philipp Stanner
2026-06-29 9:12 ` Danilo Krummrich
2026-07-06 8:54 ` Philipp Stanner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox