The DRM buddy allocator is a shared DRM memory management component used by multiple DRM drivers.
Matthew Auld and Arun Pravin have been actively involved in maintaining this code, including patch review and functional changes. Add a dedicated MAINTAINERS entry to reflect the current maintainership. v2: Include drivers/gpu/drm/tests/drm_buddy_test.c file (Matthew). Signed-off-by: Arunpravin Paneer Selvam <[email protected]> Acked-by: Matthew Auld <[email protected]> Acked-by: Christian König <[email protected]> --- MAINTAINERS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 6169bd4d7bac..3b84ad595e22 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8780,6 +8780,17 @@ T: git https://gitlab.freedesktop.org/drm/misc/kernel.git F: drivers/gpu/drm/ttm/ F: include/drm/ttm/ +DRM BUDDY ALLOCATOR +M: Matthew Auld <[email protected]> +M: Arun Pravin <[email protected]> +R: Christian Koenig <[email protected]> +L: [email protected] +S: Maintained +T: git https://gitlab.freedesktop.org/drm/misc/kernel.git +F: drivers/gpu/drm/drm_buddy.c +F: drivers/gpu/drm/tests/drm_buddy_test.c +F: include/drm/drm_buddy.h + DRM AUTOMATED TESTING M: Helen Koike <[email protected]> M: Vignesh Raman <[email protected]> -- 2.34.1
