Unverified Commit c753c187 authored by Lukas Bulwahn's avatar Lukas Bulwahn Committed by Maxime Ripard
Browse files

MAINTAINERS: adjust file entry in GPU BUDDY ALLOCATOR



The commit 4a9671a0 ("gpu: Move DRM buddy allocator one level up (part
one)") and commit ba110db8 ("gpu: Move DRM buddy allocator one level up
(part two)") split the majority of the file drivers/gpu/drm/drm_buddy.c
into drivers/gpu/buddy.c, with some pieces remaining in the original
location drivers/gpu/drm/drm_buddy.c.

The commits also adjust the file entries in the GPU BUDDY ALLOCATOR
section, but as part of that, change the file entry to the non-existing
file drivers/gpu/drm_buddy.c instead of keeping the reference to the
existing file drivers/gpu/drm/drm_buddy.c.

Make the file entry in GPU BUDDY ALLOCATOR refer to the intended existing
file. While at it, order the file entries in this section alphabetically.

Signed-off-by: default avatarLukas Bulwahn <lukas.bulwahn@redhat.com>
Reviewed-by: default avatarArunpravin Paneer Selvam <Arunpravin.PaneerSelvam@amd.com>
Reviewed-by: default avatarJoel Fernandes <joelagnelf@nvidia.com>
Link: https://patch.msgid.link/20260311043314.265627-1-lukas.bulwahn@redhat.com


Signed-off-by: default avatarMaxime Ripard <mripard@kernel.org>
parent 91d04505
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8925,11 +8925,11 @@ R: Christian Koenig <christian.koenig@amd.com>
L:	dri-devel@lists.freedesktop.org
S:	Maintained
T:	git https://gitlab.freedesktop.org/drm/misc/kernel.git
F:	drivers/gpu/drm_buddy.c
F:	drivers/gpu/buddy.c
F:	drivers/gpu/drm/drm_buddy.c
F:	drivers/gpu/tests/gpu_buddy_test.c
F:	include/linux/gpu_buddy.h
F:	include/drm/drm_buddy.h
F:	include/linux/gpu_buddy.h
DRM AUTOMATED TESTING
M:	Helen Koike <helen.fornazier@gmail.com>