AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: drm: add maintainers for DRM buddy allocator
@ 2026-01-12  7:24 Arunpravin Paneer Selvam
  2026-01-12  9:43 ` Matthew Auld
  0 siblings, 1 reply; 3+ messages in thread
From: Arunpravin Paneer Selvam @ 2026-01-12  7:24 UTC (permalink / raw)
  To: matthew.auld, christian.koenig, dri-devel, intel-gfx, intel-xe,
	amd-gfx
  Cc: alexander.deucher, airlied, simona, Arunpravin Paneer Selvam

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.

Signed-off-by: Arunpravin Paneer Selvam <Arunpravin.PaneerSelvam@amd.com>
---
 MAINTAINERS | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6169bd4d7bac..3cd69f6905ae 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8780,6 +8780,16 @@ 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 <matthew.auld@intel.com>
+M:	Arun Pravin <arunpravin.paneerselvam@amd.com>
+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/drm_buddy.c
+F:	include/drm/drm_buddy.h
+
 DRM AUTOMATED TESTING
 M:	Helen Koike <helen.fornazier@gmail.com>
 M:	Vignesh Raman <vignesh.raman@collabora.com>
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] MAINTAINERS: drm: add maintainers for DRM buddy allocator
  2026-01-12  7:24 [PATCH] MAINTAINERS: drm: add maintainers for DRM buddy allocator Arunpravin Paneer Selvam
@ 2026-01-12  9:43 ` Matthew Auld
  2026-01-12 10:08   ` Christian König
  0 siblings, 1 reply; 3+ messages in thread
From: Matthew Auld @ 2026-01-12  9:43 UTC (permalink / raw)
  To: Arunpravin Paneer Selvam, christian.koenig, dri-devel, intel-gfx,
	intel-xe, amd-gfx
  Cc: alexander.deucher, airlied, simona

On 12/01/2026 07:24, Arunpravin Paneer Selvam wrote:
> 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.
> 
> Signed-off-by: Arunpravin Paneer Selvam <Arunpravin.PaneerSelvam@amd.com>
> ---
>   MAINTAINERS | 10 ++++++++++
>   1 file changed, 10 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6169bd4d7bac..3cd69f6905ae 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8780,6 +8780,16 @@ 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 <matthew.auld@intel.com>
> +M:	Arun Pravin <arunpravin.paneerselvam@amd.com>
> +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/drm_buddy.c
> +F:	include/drm/drm_buddy.h

I guess we should also add:

drivers/gpu/drm/tests/drm_buddy_test.c

?

Acked-by: Matthew Auld <matthew.auld@intel.com>

> +
>   DRM AUTOMATED TESTING
>   M:	Helen Koike <helen.fornazier@gmail.com>
>   M:	Vignesh Raman <vignesh.raman@collabora.com>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] MAINTAINERS: drm: add maintainers for DRM buddy allocator
  2026-01-12  9:43 ` Matthew Auld
@ 2026-01-12 10:08   ` Christian König
  0 siblings, 0 replies; 3+ messages in thread
From: Christian König @ 2026-01-12 10:08 UTC (permalink / raw)
  To: Matthew Auld, Arunpravin Paneer Selvam, dri-devel, intel-gfx,
	intel-xe, amd-gfx
  Cc: alexander.deucher, airlied, simona

On 1/12/26 10:43, Matthew Auld wrote:
> On 12/01/2026 07:24, Arunpravin Paneer Selvam wrote:
>> 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.
>>
>> Signed-off-by: Arunpravin Paneer Selvam <Arunpravin.PaneerSelvam@amd.com>
>> ---
>>   MAINTAINERS | 10 ++++++++++
>>   1 file changed, 10 insertions(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 6169bd4d7bac..3cd69f6905ae 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -8780,6 +8780,16 @@ 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 <matthew.auld@intel.com>
>> +M:    Arun Pravin <arunpravin.paneerselvam@amd.com>
>> +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/drm_buddy.c
>> +F:    include/drm/drm_buddy.h
> 
> I guess we should also add:
> 
> drivers/gpu/drm/tests/drm_buddy_test.c
> > ?

Good point, completely agree.

> 
> Acked-by: Matthew Auld <matthew.auld@intel.com>

Acked-by: Christian König <christian.koenig@amd.com>

> 
>> +
>>   DRM AUTOMATED TESTING
>>   M:    Helen Koike <helen.fornazier@gmail.com>
>>   M:    Vignesh Raman <vignesh.raman@collabora.com>
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-01-12 10:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-12  7:24 [PATCH] MAINTAINERS: drm: add maintainers for DRM buddy allocator Arunpravin Paneer Selvam
2026-01-12  9:43 ` Matthew Auld
2026-01-12 10:08   ` Christian König

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox