[PATCH] MAINTAINERS: change TTM maintainers to Natalie and Arun

Christian König posted 1 patch 1 week, 2 days ago
MAINTAINERS | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
[PATCH] MAINTAINERS: change TTM maintainers to Natalie and Arun
Posted by Christian König 1 week, 2 days ago
The blunt reality is that I don't have time to look into patches or bugs
any more as it would be necessary. The same counts for Ray.

Natalie has been working on the dmem cgroup patches for TTM and agreed
to take over looking more into TTM.

Arun is working in my team and already maintaining AMDs VRAM backend for
TTM and the underlying buddy allocator.

Add Thomas as reviewer as well, better to have more eyes on that
component.

Signed-off-by: Christian König <christian.koenig@amd.com>
---
 MAINTAINERS | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 5b5a4e4b35cf..b6e58a138501 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9140,10 +9140,11 @@ F:	drivers/gpu/drm/drm_privacy_screen*
 F:	include/drm/drm_privacy_screen*
 
 DRM TTM SUBSYSTEM
-M:	Christian Koenig <christian.koenig@amd.com>
-M:	Huang Rui <ray.huang@amd.com>
+M:	Natalie Vock <nat@pixelcluster.dev>
+M:	Arun Pravin <arunpravin.paneerselvam@amd.com>
 R:	Matthew Auld <matthew.auld@intel.com>
 R:	Matthew Brost <matthew.brost@intel.com>
+R:	Thomas Hellström <thomas.hellstrom@linux.intel.com>
 L:	dri-devel@lists.freedesktop.org
 S:	Maintained
 T:	git https://gitlab.freedesktop.org/drm/misc/kernel.git
-- 
2.43.0

Re: [PATCH] MAINTAINERS: change TTM maintainers to Natalie and Arun
Posted by Arunpravin Paneer Selvam 1 week, 1 day ago

On 9/15/2026 9:18 PM, Christian König wrote:
> The blunt reality is that I don't have time to look into patches or bugs
> any more as it would be necessary. The same counts for Ray.
>
> Natalie has been working on the dmem cgroup patches for TTM and agreed
> to take over looking more into TTM.
>
> Arun is working in my team and already maintaining AMDs VRAM backend for
> TTM and the underlying buddy allocator.
>
> Add Thomas as reviewer as well, better to have more eyes on that
> component.
>
> Signed-off-by: Christian König <christian.koenig@amd.com>
> ---
>   MAINTAINERS | 5 +++--
>   1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5b5a4e4b35cf..b6e58a138501 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9140,10 +9140,11 @@ F:	drivers/gpu/drm/drm_privacy_screen*
>   F:	include/drm/drm_privacy_screen*
>   
>   DRM TTM SUBSYSTEM
> -M:	Christian Koenig <christian.koenig@amd.com>
> -M:	Huang Rui <ray.huang@amd.com>
> +M:	Natalie Vock <nat@pixelcluster.dev>
> +M:	Arun Pravin <arunpravin.paneerselvam@amd.com>
>   R:	Matthew Auld <matthew.auld@intel.com>
>   R:	Matthew Brost <matthew.brost@intel.com>
> +R:	Thomas Hellström <thomas.hellstrom@linux.intel.com>
>   L:	dri-devel@lists.freedesktop.org
>   S:	Maintained
>   T:	git https://gitlab.freedesktop.org/drm/misc/kernel.git
Acked-by: Arunpravin Paneer Selvam <Arunpravin.PaneerSelvam@amd.com>

Thanks,
Arun.

Re: [PATCH] MAINTAINERS: change TTM maintainers to Natalie and Arun
Posted by Thomas Hellström 1 week, 1 day ago
On Tue, 2026-09-15 at 17:48 +0200, Christian König wrote:
> The blunt reality is that I don't have time to look into patches or
> bugs
> any more as it would be necessary. The same counts for Ray.
> 
> Natalie has been working on the dmem cgroup patches for TTM and
> agreed
> to take over looking more into TTM.
> 
> Arun is working in my team and already maintaining AMDs VRAM backend
> for
> TTM and the underlying buddy allocator.
> 
> Add Thomas as reviewer as well, better to have more eyes on that
> component.
> 
> Signed-off-by: Christian König <christian.koenig@amd.com>
> ---
>  MAINTAINERS | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5b5a4e4b35cf..b6e58a138501 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9140,10 +9140,11 @@ F:	drivers/gpu/drm/drm_privacy_screen*
>  F:	include/drm/drm_privacy_screen*
>  
>  DRM TTM SUBSYSTEM
> -M:	Christian Koenig <christian.koenig@amd.com>
> -M:	Huang Rui <ray.huang@amd.com>
> +M:	Natalie Vock <nat@pixelcluster.dev>
> +M:	Arun Pravin <arunpravin.paneerselvam@amd.com>
>  R:	Matthew Auld <matthew.auld@intel.com>
>  R:	Matthew Brost <matthew.brost@intel.com>
> +R:	Thomas Hellström <thomas.hellstrom@linux.intel.com>
>  L:	dri-devel@lists.freedesktop.org
>  S:	Maintained
>  T:	git https://gitlab.freedesktop.org/drm/misc/kernel.git

Acked-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>

@Natalie, @Arun Do you have a presence on dri-devel IRC? If so, Nicks?

Also what is your stance on merging pages to TTM? 
1) Requiring an explicit maintainer ack, or
2) an R-B from one of the reviewers/maintainers and no concerns raised
within reasonable time?
3) drm-misc as default merge repo?

Thanks,
Thomas
Re: [PATCH] MAINTAINERS: change TTM maintainers to Natalie and Arun
Posted by Arunpravin Paneer Selvam 1 week, 1 day ago

On 9/16/2026 3:14 PM, Thomas Hellström wrote:
> On Tue, 2026-09-15 at 17:48 +0200, Christian König wrote:
>> The blunt reality is that I don't have time to look into patches or
>> bugs
>> any more as it would be necessary. The same counts for Ray.
>>
>> Natalie has been working on the dmem cgroup patches for TTM and
>> agreed
>> to take over looking more into TTM.
>>
>> Arun is working in my team and already maintaining AMDs VRAM backend
>> for
>> TTM and the underlying buddy allocator.
>>
>> Add Thomas as reviewer as well, better to have more eyes on that
>> component.
>>
>> Signed-off-by: Christian König <christian.koenig@amd.com>
>> ---
>>   MAINTAINERS | 5 +++--
>>   1 file changed, 3 insertions(+), 2 deletions(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 5b5a4e4b35cf..b6e58a138501 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -9140,10 +9140,11 @@ F:	drivers/gpu/drm/drm_privacy_screen*
>>   F:	include/drm/drm_privacy_screen*
>>   
>>   DRM TTM SUBSYSTEM
>> -M:	Christian Koenig <christian.koenig@amd.com>
>> -M:	Huang Rui <ray.huang@amd.com>
>> +M:	Natalie Vock <nat@pixelcluster.dev>
>> +M:	Arun Pravin <arunpravin.paneerselvam@amd.com>
>>   R:	Matthew Auld <matthew.auld@intel.com>
>>   R:	Matthew Brost <matthew.brost@intel.com>
>> +R:	Thomas Hellström <thomas.hellstrom@linux.intel.com>
>>   L:	dri-devel@lists.freedesktop.org
>>   S:	Maintained
>>   T:	git https://gitlab.freedesktop.org/drm/misc/kernel.git
> Acked-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
>
> @Natalie, @Arun Do you have a presence on dri-devel IRC? If so, Nicks?
>
> Also what is your stance on merging pages to TTM?
> 1) Requiring an explicit maintainer ack, or
> 2) an R-B from one of the reviewers/maintainers and no concerns raised
> within reasonable time?
> 3) drm-misc as default merge repo?
Hi Thomas,

I am not currently on dri-devel IRC, but I will set up an OFTC account 
and follow up with my nick shortly.

Regarding the merge process, my preference would also be option 2, i.e. 
a Reviewed-by from one of the reviewers/maintainers with no concerns 
raised within a reasonable timeframe.
For larger or more significant changes, I think a closer maintainer 
review before merging would be good.
I will also try my best to review patches on time so this rarely happens.

Using drm-misc as the default merge repository sounds good to me as well.

Thanks,
Arun.
>
> Thanks,
> Thomas

Re: [PATCH] MAINTAINERS: change TTM maintainers to Natalie and Arun
Posted by Thomas Hellström 1 week, 1 day ago
On Wed, 2026-09-16 at 16:58 +0530, Arunpravin Paneer Selvam wrote:
> 
> 
> On 9/16/2026 3:14 PM, Thomas Hellström wrote:
> > On Tue, 2026-09-15 at 17:48 +0200, Christian König wrote:
> > > The blunt reality is that I don't have time to look into patches
> > > or
> > > bugs
> > > any more as it would be necessary. The same counts for Ray.
> > > 
> > > Natalie has been working on the dmem cgroup patches for TTM and
> > > agreed
> > > to take over looking more into TTM.
> > > 
> > > Arun is working in my team and already maintaining AMDs VRAM
> > > backend
> > > for
> > > TTM and the underlying buddy allocator.
> > > 
> > > Add Thomas as reviewer as well, better to have more eyes on that
> > > component.
> > > 
> > > Signed-off-by: Christian König <christian.koenig@amd.com>
> > > ---
> > >   MAINTAINERS | 5 +++--
> > >   1 file changed, 3 insertions(+), 2 deletions(-)
> > > 
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index 5b5a4e4b35cf..b6e58a138501 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -9140,10 +9140,11 @@
> > > F:	drivers/gpu/drm/drm_privacy_screen*
> > >   F:	include/drm/drm_privacy_screen*
> > >   
> > >   DRM TTM SUBSYSTEM
> > > -M:	Christian Koenig <christian.koenig@amd.com>
> > > -M:	Huang Rui <ray.huang@amd.com>
> > > +M:	Natalie Vock <nat@pixelcluster.dev>
> > > +M:	Arun Pravin <arunpravin.paneerselvam@amd.com>
> > >   R:	Matthew Auld <matthew.auld@intel.com>
> > >   R:	Matthew Brost <matthew.brost@intel.com>
> > > +R:	Thomas Hellström <thomas.hellstrom@linux.intel.com>
> > >   L:	dri-devel@lists.freedesktop.org
> > >   S:	Maintained
> > >   T:	git https://gitlab.freedesktop.org/drm/misc/kernel.git
> > Acked-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
> > 
> > @Natalie, @Arun Do you have a presence on dri-devel IRC? If so,
> > Nicks?
> > 
> > Also what is your stance on merging pages to TTM?
> > 1) Requiring an explicit maintainer ack, or
> > 2) an R-B from one of the reviewers/maintainers and no concerns
> > raised
> > within reasonable time?
> > 3) drm-misc as default merge repo?
> Hi Thomas,
> 
> I am not currently on dri-devel IRC, but I will set up an OFTC
> account 
> and follow up with my nick shortly.
> 
> Regarding the merge process, my preference would also be option 2,
> i.e. 
> a Reviewed-by from one of the reviewers/maintainers with no concerns 
> raised within a reasonable timeframe.
> For larger or more significant changes, I think a closer maintainer 
> review before merging would be good.
> I will also try my best to review patches on time so this rarely
> happens.
> 
> Using drm-misc as the default merge repository sounds good to me as
> well.

Thanks, Arun,
/Thomas


> 
> Thanks,
> Arun.
> > 
> > Thanks,
> > Thomas
Re: [PATCH] MAINTAINERS: change TTM maintainers to Natalie and Arun
Posted by Natalie Vock 1 week, 1 day ago
Hi,

On 9/16/26 11:44, Thomas Hellström wrote:
> On Tue, 2026-09-15 at 17:48 +0200, Christian König wrote:
>> The blunt reality is that I don't have time to look into patches or
>> bugs
>> any more as it would be necessary. The same counts for Ray.
>>
>> Natalie has been working on the dmem cgroup patches for TTM and
>> agreed
>> to take over looking more into TTM.
>>
>> Arun is working in my team and already maintaining AMDs VRAM backend
>> for
>> TTM and the underlying buddy allocator.
>>
>> Add Thomas as reviewer as well, better to have more eyes on that
>> component.
>>
>> Signed-off-by: Christian König <christian.koenig@amd.com>
>> ---
>>   MAINTAINERS | 5 +++--
>>   1 file changed, 3 insertions(+), 2 deletions(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 5b5a4e4b35cf..b6e58a138501 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -9140,10 +9140,11 @@ F:	drivers/gpu/drm/drm_privacy_screen*
>>   F:	include/drm/drm_privacy_screen*
>>   
>>   DRM TTM SUBSYSTEM
>> -M:	Christian Koenig <christian.koenig@amd.com>
>> -M:	Huang Rui <ray.huang@amd.com>
>> +M:	Natalie Vock <nat@pixelcluster.dev>
>> +M:	Arun Pravin <arunpravin.paneerselvam@amd.com>
>>   R:	Matthew Auld <matthew.auld@intel.com>
>>   R:	Matthew Brost <matthew.brost@intel.com>
>> +R:	Thomas Hellström <thomas.hellstrom@linux.intel.com>
>>   L:	dri-devel@lists.freedesktop.org
>>   S:	Maintained
>>   T:	git https://gitlab.freedesktop.org/drm/misc/kernel.git
> 
> Acked-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
> 
> @Natalie, @Arun Do you have a presence on dri-devel IRC? If so, Nicks?

Yes, I have the nick "pixelcluster".

> 
> Also what is your stance on merging pages to TTM?
> 1) Requiring an explicit maintainer ack, or
> 2) an R-B from one of the reviewers/maintainers and no concerns raised
> within reasonable time?

I think my preference would more or less be 2). That is, if for some
reason no maintainer answers, after some time the patches should be ok
to merge (but if a maintainer does explicitly ack/R-b the patch it can
be merged sooner). I'll try my best to not leave patches unanswered so
hopefully 2) stays a rarity :)

> 3) drm-misc as default merge repo?

Sure, why not? Basically like it's been so far as well, right? It didn't
seem to me like the patch volume for TTM is particularly large at least
so far, so something like a separate branch might not be worth the
hassle.

Best,
Natalie

Re: [PATCH] MAINTAINERS: change TTM maintainers to Natalie and Arun
Posted by Thomas Hellström 1 week, 1 day ago
On Wed, 2026-09-16 at 12:35 +0200, Natalie Vock wrote:
> Hi,
> 
> On 9/16/26 11:44, Thomas Hellström wrote:
> > On Tue, 2026-09-15 at 17:48 +0200, Christian König wrote:
> > > The blunt reality is that I don't have time to look into patches
> > > or
> > > bugs
> > > any more as it would be necessary. The same counts for Ray.
> > > 
> > > Natalie has been working on the dmem cgroup patches for TTM and
> > > agreed
> > > to take over looking more into TTM.
> > > 
> > > Arun is working in my team and already maintaining AMDs VRAM
> > > backend
> > > for
> > > TTM and the underlying buddy allocator.
> > > 
> > > Add Thomas as reviewer as well, better to have more eyes on that
> > > component.
> > > 
> > > Signed-off-by: Christian König <christian.koenig@amd.com>
> > > ---
> > >   MAINTAINERS | 5 +++--
> > >   1 file changed, 3 insertions(+), 2 deletions(-)
> > > 
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index 5b5a4e4b35cf..b6e58a138501 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -9140,10 +9140,11 @@
> > > F:	drivers/gpu/drm/drm_privacy_screen*
> > >   F:	include/drm/drm_privacy_screen*
> > >   
> > >   DRM TTM SUBSYSTEM
> > > -M:	Christian Koenig <christian.koenig@amd.com>
> > > -M:	Huang Rui <ray.huang@amd.com>
> > > +M:	Natalie Vock <nat@pixelcluster.dev>
> > > +M:	Arun Pravin <arunpravin.paneerselvam@amd.com>
> > >   R:	Matthew Auld <matthew.auld@intel.com>
> > >   R:	Matthew Brost <matthew.brost@intel.com>
> > > +R:	Thomas Hellström <thomas.hellstrom@linux.intel.com>
> > >   L:	dri-devel@lists.freedesktop.org
> > >   S:	Maintained
> > >   T:	git https://gitlab.freedesktop.org/drm/misc/kernel.git
> > 
> > Acked-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
> > 
> > @Natalie, @Arun Do you have a presence on dri-devel IRC? If so,
> > Nicks?
> 
> Yes, I have the nick "pixelcluster".
> 
> > 
> > Also what is your stance on merging pages to TTM?
> > 1) Requiring an explicit maintainer ack, or
> > 2) an R-B from one of the reviewers/maintainers and no concerns
> > raised
> > within reasonable time?
> 
> I think my preference would more or less be 2). That is, if for some
> reason no maintainer answers, after some time the patches should be
> ok
> to merge (but if a maintainer does explicitly ack/R-b the patch it
> can
> be merged sooner). I'll try my best to not leave patches unanswered
> so
> hopefully 2) stays a rarity :)
> 
> > 3) drm-misc as default merge repo?
> 
> Sure, why not? Basically like it's been so far as well, right? It
> didn't
> seem to me like the patch volume for TTM is particularly large at
> least
> so far, so something like a separate branch might not be worth the
> hassle.

Great. Thanks. Reason for the last question was more that if we want to
merge TTM patches outside of the default branch if they are required
for a driver feature, and then we always ask for ack to merge on a
different branch / repo. If we have an agreed default we typically
don't ask for a separate merge ack on that one.

/Thomas

> 
> Best,
> Natalie
Re: [PATCH] MAINTAINERS: change TTM maintainers to Natalie and Arun
Posted by Matthew Auld 1 week, 1 day ago
On 15/09/2026 16:48, Christian König wrote:
> The blunt reality is that I don't have time to look into patches or bugs
> any more as it would be necessary. The same counts for Ray.
> 
> Natalie has been working on the dmem cgroup patches for TTM and agreed
> to take over looking more into TTM.
> 
> Arun is working in my team and already maintaining AMDs VRAM backend for
> TTM and the underlying buddy allocator.
> 
> Add Thomas as reviewer as well, better to have more eyes on that
> component.
> 
> Signed-off-by: Christian König <christian.koenig@amd.com>

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

> ---
>   MAINTAINERS | 5 +++--
>   1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5b5a4e4b35cf..b6e58a138501 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9140,10 +9140,11 @@ F:	drivers/gpu/drm/drm_privacy_screen*
>   F:	include/drm/drm_privacy_screen*
>   
>   DRM TTM SUBSYSTEM
> -M:	Christian Koenig <christian.koenig@amd.com>
> -M:	Huang Rui <ray.huang@amd.com>
> +M:	Natalie Vock <nat@pixelcluster.dev>
> +M:	Arun Pravin <arunpravin.paneerselvam@amd.com>
>   R:	Matthew Auld <matthew.auld@intel.com>
>   R:	Matthew Brost <matthew.brost@intel.com>
> +R:	Thomas Hellström <thomas.hellstrom@linux.intel.com>
>   L:	dri-devel@lists.freedesktop.org
>   S:	Maintained
>   T:	git https://gitlab.freedesktop.org/drm/misc/kernel.git

Re: [PATCH] MAINTAINERS: change TTM maintainers to Natalie and Arun
Posted by Natalie Vock 1 week, 2 days ago
Hi,

On 9/15/26 17:48, Christian König wrote:
> The blunt reality is that I don't have time to look into patches or bugs
> any more as it would be necessary. The same counts for Ray.
> 
> Natalie has been working on the dmem cgroup patches for TTM and agreed
> to take over looking more into TTM.
> 
> Arun is working in my team and already maintaining AMDs VRAM backend for
> TTM and the underlying buddy allocator.
> 
> Add Thomas as reviewer as well, better to have more eyes on that
> component.
> 
> Signed-off-by: Christian König <christian.koenig@amd.com>

Acked-by: Natalie Vock <nat@pixelcluster.dev>

Thank you for your work!

Best,
Natalie
> ---
>   MAINTAINERS | 5 +++--
>   1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5b5a4e4b35cf..b6e58a138501 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9140,10 +9140,11 @@ F:	drivers/gpu/drm/drm_privacy_screen*
>   F:	include/drm/drm_privacy_screen*
>   
>   DRM TTM SUBSYSTEM
> -M:	Christian Koenig <christian.koenig@amd.com>
> -M:	Huang Rui <ray.huang@amd.com>
> +M:	Natalie Vock <nat@pixelcluster.dev>
> +M:	Arun Pravin <arunpravin.paneerselvam@amd.com>
>   R:	Matthew Auld <matthew.auld@intel.com>
>   R:	Matthew Brost <matthew.brost@intel.com>
> +R:	Thomas Hellström <thomas.hellstrom@linux.intel.com>
>   L:	dri-devel@lists.freedesktop.org
>   S:	Maintained
>   T:	git https://gitlab.freedesktop.org/drm/misc/kernel.git

Re: [PATCH] MAINTAINERS: change TTM maintainers to Natalie and Arun
Posted by Huang Rui 1 week, 2 days ago
On Tue, Sep 15, 2026 at 05:48:04PM +0200, Christian KKKnig wrote:
> The blunt reality is that I don't have time to look into patches or bugs
> any more as it would be necessary. The same counts for Ray.
> 
> Natalie has been working on the dmem cgroup patches for TTM and agreed
> to take over looking more into TTM.
> 
> Arun is working in my team and already maintaining AMDs VRAM backend for
> TTM and the underlying buddy allocator.
> 
> Add Thomas as reviewer as well, better to have more eyes on that
> component.
> 
> Signed-off-by: Christian König <christian.koenig@amd.com>

Yes, thank you, Christian, for your many years of valuable contributions to TTM.

Acked-by: Huang Rui <ray.huang@amd.com>

> ---
>  MAINTAINERS | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5b5a4e4b35cf..b6e58a138501 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9140,10 +9140,11 @@ F:	drivers/gpu/drm/drm_privacy_screen*
>  F:	include/drm/drm_privacy_screen*
>  
>  DRM TTM SUBSYSTEM
> -M:	Christian Koenig <christian.koenig@amd.com>
> -M:	Huang Rui <ray.huang@amd.com>
> +M:	Natalie Vock <nat@pixelcluster.dev>
> +M:	Arun Pravin <arunpravin.paneerselvam@amd.com>
>  R:	Matthew Auld <matthew.auld@intel.com>
>  R:	Matthew Brost <matthew.brost@intel.com>
> +R:	Thomas Hellström <thomas.hellstrom@linux.intel.com>
>  L:	dri-devel@lists.freedesktop.org
>  S:	Maintained
>  T:	git https://gitlab.freedesktop.org/drm/misc/kernel.git
> -- 
> 2.43.0
> 
Re: [PATCH] MAINTAINERS: change TTM maintainers to Natalie and Arun
Posted by Matthew Brost 1 week, 2 days ago
On Tue, Sep 15, 2026 at 05:48:04PM +0200, Christian König wrote:
> The blunt reality is that I don't have time to look into patches or bugs
> any more as it would be necessary. The same counts for Ray.
> 
> Natalie has been working on the dmem cgroup patches for TTM and agreed
> to take over looking more into TTM.
> 
> Arun is working in my team and already maintaining AMDs VRAM backend for
> TTM and the underlying buddy allocator.
> 
> Add Thomas as reviewer as well, better to have more eyes on that
> component.
> 
> Signed-off-by: Christian König <christian.koenig@amd.com>
> ---
>  MAINTAINERS | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5b5a4e4b35cf..b6e58a138501 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9140,10 +9140,11 @@ F:	drivers/gpu/drm/drm_privacy_screen*
>  F:	include/drm/drm_privacy_screen*
>  
>  DRM TTM SUBSYSTEM
> -M:	Christian Koenig <christian.koenig@amd.com>
> -M:	Huang Rui <ray.huang@amd.com>
> +M:	Natalie Vock <nat@pixelcluster.dev>
> +M:	Arun Pravin <arunpravin.paneerselvam@amd.com>
>  R:	Matthew Auld <matthew.auld@intel.com>
>  R:	Matthew Brost <matthew.brost@intel.com>

Acked-by: Matthew Brost <matthew.brost@intel.com>

> +R:	Thomas Hellström <thomas.hellstrom@linux.intel.com>
>  L:	dri-devel@lists.freedesktop.org
>  S:	Maintained
>  T:	git https://gitlab.freedesktop.org/drm/misc/kernel.git
> -- 
> 2.43.0
>