summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Stanner <phasta@kernel.org>2025-10-24 10:15:00 +0200
committerPhilipp Stanner <phasta@kernel.org>2025-10-27 13:44:22 +0100
commit953086424aa6632c2e2ce5f357f86872fe90c41d (patch)
treef877963d051d17d79a0413b70c19778538848394
parent9837f9fcb7eb3f62a49c988c41e2bdadd86de4e2 (diff)
MAINTAINERS: Maintain spsc_queue through drm_sched
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. Acked-by: Simona Vetter <simona.vetter@ffwll.ch> Signed-off-by: Philipp Stanner <phasta@kernel.org> Link: https://patch.msgid.link/20251024081459.164634-2-phasta@kernel.org
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 874fcbe59990..1083598bb2b6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8589,6 +8589,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>