* [PATCH] MAINTAINERS: Maintain spsc_queue through drm_sched
@ 2025-10-24 8:15 Philipp Stanner
2025-10-24 11:45 ` Simona Vetter
0 siblings, 1 reply; 3+ messages in thread
From: Philipp Stanner @ 2025-10-24 8:15 UTC (permalink / raw)
To: Matthew Brost, Danilo Krummrich, Philipp Stanner,
Christian König, David Airlie, Simona Vetter
Cc: dri-devel, linux-kernel
Back in the day a specialized lockless queue was designed solely for the
DRM GPU Scheduler: spsc_queue. This queue's only user is drm_sched, and
there is no dedicated maintainer entry for the queue.
Add the spsc_queue header to the DRM GPU Scheduler MAINTAINERS' section.
Signed-off-by: Philipp Stanner <phasta@kernel.org>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 5889df9de210..efafe2b3517c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8580,6 +8580,7 @@ S: Supported
T: git https://gitlab.freedesktop.org/drm/misc/kernel.git
F: drivers/gpu/drm/scheduler/
F: include/drm/gpu_scheduler.h
+F: include/drm/spsc_queue.h
DRM GPUVM
M: Danilo Krummrich <dakr@kernel.org>
--
2.49.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] MAINTAINERS: Maintain spsc_queue through drm_sched
2025-10-24 8:15 [PATCH] MAINTAINERS: Maintain spsc_queue through drm_sched Philipp Stanner
@ 2025-10-24 11:45 ` Simona Vetter
2025-10-27 12:45 ` Philipp Stanner
0 siblings, 1 reply; 3+ messages in thread
From: Simona Vetter @ 2025-10-24 11:45 UTC (permalink / raw)
To: Philipp Stanner
Cc: Matthew Brost, Danilo Krummrich, Christian König,
David Airlie, Simona Vetter, dri-devel, linux-kernel
On Fri, Oct 24, 2025 at 10:15:00AM +0200, Philipp Stanner wrote:
> Back in the day a specialized lockless queue was designed solely for the
> DRM GPU Scheduler: spsc_queue. This queue's only user is drm_sched, and
> there is no dedicated maintainer entry for the queue.
>
> Add the spsc_queue header to the DRM GPU Scheduler MAINTAINERS' section.
>
> Signed-off-by: Philipp Stanner <phasta@kernel.org>
Acked-by: Simona Vetter <simona.vetter@ffwll.ch>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5889df9de210..efafe2b3517c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8580,6 +8580,7 @@ S: Supported
> T: git https://gitlab.freedesktop.org/drm/misc/kernel.git
> F: drivers/gpu/drm/scheduler/
> F: include/drm/gpu_scheduler.h
> +F: include/drm/spsc_queue.h
>
> DRM GPUVM
> M: Danilo Krummrich <dakr@kernel.org>
> --
> 2.49.0
>
--
Simona Vetter
Software Engineer
http://blog.ffwll.ch
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] MAINTAINERS: Maintain spsc_queue through drm_sched
2025-10-24 11:45 ` Simona Vetter
@ 2025-10-27 12:45 ` Philipp Stanner
0 siblings, 0 replies; 3+ messages in thread
From: Philipp Stanner @ 2025-10-27 12:45 UTC (permalink / raw)
To: Philipp Stanner, Matthew Brost, Danilo Krummrich,
Christian König, David Airlie, Simona Vetter, dri-devel,
linux-kernel
On Fri, 2025-10-24 at 13:45 +0200, Simona Vetter wrote:
> On Fri, Oct 24, 2025 at 10:15:00AM +0200, Philipp Stanner wrote:
> > Back in the day a specialized lockless queue was designed solely for the
> > DRM GPU Scheduler: spsc_queue. This queue's only user is drm_sched, and
> > there is no dedicated maintainer entry for the queue.
> >
> > Add the spsc_queue header to the DRM GPU Scheduler MAINTAINERS' section.
> >
> > Signed-off-by: Philipp Stanner <phasta@kernel.org>
>
> Acked-by: Simona Vetter <simona.vetter@ffwll.ch>
Applied to drm-misc-next
Thx.
P.
>
> > ---
> > MAINTAINERS | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 5889df9de210..efafe2b3517c 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -8580,6 +8580,7 @@ S: Supported
> > T: git https://gitlab.freedesktop.org/drm/misc/kernel.git
> > F: drivers/gpu/drm/scheduler/
> > F: include/drm/gpu_scheduler.h
> > +F: include/drm/spsc_queue.h
> >
> > DRM GPUVM
> > M: Danilo Krummrich <dakr@kernel.org>
> > --
> > 2.49.0
> >
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-10-27 12:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-24 8:15 [PATCH] MAINTAINERS: Maintain spsc_queue through drm_sched Philipp Stanner
2025-10-24 11:45 ` Simona Vetter
2025-10-27 12:45 ` Philipp Stanner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox