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 <[email protected]>
Acked-by: Simona Vetter <[email protected]> > --- > 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 <[email protected]> > -- > 2.49.0 > -- Simona Vetter Software Engineer http://blog.ffwll.ch
