MAINTAINERS | 1 + 1 file changed, 1 insertion(+)
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
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
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 > > >
© 2016 - 2026 Red Hat, Inc.