dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: entry for DRM GPUVM
@ 2025-08-08  9:20 Danilo Krummrich
  2025-08-08  9:34 ` Alice Ryhl
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Danilo Krummrich @ 2025-08-08  9:20 UTC (permalink / raw)
  To: boris.brezillon, matthew.brost, thomas.hellstrom, aliceryhl
  Cc: maarten.lankhorst, mripard, tzimmermann, airlied, simona,
	dri-devel, Danilo Krummrich

GPUVM deserves a bit more coordination, also given the upcoming Rust
work for GPUVM, hence add a dedicated maintainers entry for DRM GPUVM.

Cc: Boris Brezillon <boris.brezillon@collabora.com>
Cc: Matthew Brost <matthew.brost@intel.com>
Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Cc: Alice Ryhl <aliceryhl@google.com>
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
---
@Boris: I think it'd be good to add you as well, but haven't heard back from you
so far, hence I did not add you to the entry for now.
---
 MAINTAINERS | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index bd62ad58a47f..ea42a43851cf 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8426,6 +8426,17 @@ T:	git https://gitlab.freedesktop.org/drm/misc/kernel.git
 F:	drivers/gpu/drm/scheduler/
 F:	include/drm/gpu_scheduler.h
 
+DRM GPUVM
+M:	Danilo Krummrich <dakr@kernel.org>
+R:	Matthew Brost <matthew.brost@intel.com>
+R:	Thomas Hellström <thomas.hellstrom@linux.intel.com>
+R:	Alice Ryhl <aliceryhl@google.com>
+L:	dri-devel@lists.freedesktop.org
+S:	Supported
+T:	git https://gitlab.freedesktop.org/drm/misc/kernel.git
+F:	drivers/gpu/drm/drm_gpuvm.c
+F:	include/drm/drm_gpuvm.h
+
 DRM LOG
 M:	Jocelyn Falempe <jfalempe@redhat.com>
 M:	Javier Martinez Canillas <javierm@redhat.com>
-- 
2.50.1


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

* Re: [PATCH] MAINTAINERS: entry for DRM GPUVM
  2025-08-08  9:20 [PATCH] MAINTAINERS: entry for DRM GPUVM Danilo Krummrich
@ 2025-08-08  9:34 ` Alice Ryhl
  2025-08-08 18:08 ` Matthew Brost
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Alice Ryhl @ 2025-08-08  9:34 UTC (permalink / raw)
  To: Danilo Krummrich
  Cc: boris.brezillon, matthew.brost, thomas.hellstrom,
	maarten.lankhorst, mripard, tzimmermann, airlied, simona,
	dri-devel

On Fri, Aug 08, 2025 at 11:20:49AM +0200, Danilo Krummrich wrote:
> GPUVM deserves a bit more coordination, also given the upcoming Rust
> work for GPUVM, hence add a dedicated maintainers entry for DRM GPUVM.
> 
> Cc: Boris Brezillon <boris.brezillon@collabora.com>
> Cc: Matthew Brost <matthew.brost@intel.com>
> Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
> Cc: Alice Ryhl <aliceryhl@google.com>
> Signed-off-by: Danilo Krummrich <dakr@kernel.org>

Acked-by: Alice Ryhl <aliceryhl@google.com>

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

* Re: [PATCH] MAINTAINERS: entry for DRM GPUVM
  2025-08-08  9:20 [PATCH] MAINTAINERS: entry for DRM GPUVM Danilo Krummrich
  2025-08-08  9:34 ` Alice Ryhl
@ 2025-08-08 18:08 ` Matthew Brost
  2025-08-09  9:28 ` Thomas Hellström
  2025-08-11 15:34 ` Danilo Krummrich
  3 siblings, 0 replies; 5+ messages in thread
From: Matthew Brost @ 2025-08-08 18:08 UTC (permalink / raw)
  To: Danilo Krummrich
  Cc: boris.brezillon, thomas.hellstrom, aliceryhl, maarten.lankhorst,
	mripard, tzimmermann, airlied, simona, dri-devel

On Fri, Aug 08, 2025 at 11:20:49AM +0200, Danilo Krummrich wrote:
> GPUVM deserves a bit more coordination, also given the upcoming Rust
> work for GPUVM, hence add a dedicated maintainers entry for DRM GPUVM.
> 
> Cc: Boris Brezillon <boris.brezillon@collabora.com>
> Cc: Matthew Brost <matthew.brost@intel.com>

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

> Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
> Cc: Alice Ryhl <aliceryhl@google.com>
> Signed-off-by: Danilo Krummrich <dakr@kernel.org>
> ---
> @Boris: I think it'd be good to add you as well, but haven't heard back from you
> so far, hence I did not add you to the entry for now.
> ---
>  MAINTAINERS | 11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index bd62ad58a47f..ea42a43851cf 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8426,6 +8426,17 @@ T:	git https://gitlab.freedesktop.org/drm/misc/kernel.git
>  F:	drivers/gpu/drm/scheduler/
>  F:	include/drm/gpu_scheduler.h
>  
> +DRM GPUVM
> +M:	Danilo Krummrich <dakr@kernel.org>
> +R:	Matthew Brost <matthew.brost@intel.com>
> +R:	Thomas Hellström <thomas.hellstrom@linux.intel.com>
> +R:	Alice Ryhl <aliceryhl@google.com>
> +L:	dri-devel@lists.freedesktop.org
> +S:	Supported
> +T:	git https://gitlab.freedesktop.org/drm/misc/kernel.git
> +F:	drivers/gpu/drm/drm_gpuvm.c
> +F:	include/drm/drm_gpuvm.h
> +
>  DRM LOG
>  M:	Jocelyn Falempe <jfalempe@redhat.com>
>  M:	Javier Martinez Canillas <javierm@redhat.com>
> -- 
> 2.50.1
> 

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

* Re: [PATCH] MAINTAINERS: entry for DRM GPUVM
  2025-08-08  9:20 [PATCH] MAINTAINERS: entry for DRM GPUVM Danilo Krummrich
  2025-08-08  9:34 ` Alice Ryhl
  2025-08-08 18:08 ` Matthew Brost
@ 2025-08-09  9:28 ` Thomas Hellström
  2025-08-11 15:34 ` Danilo Krummrich
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Hellström @ 2025-08-09  9:28 UTC (permalink / raw)
  To: Danilo Krummrich, boris.brezillon, matthew.brost, aliceryhl
  Cc: maarten.lankhorst, mripard, tzimmermann, airlied, simona,
	dri-devel

On Fri, 2025-08-08 at 11:20 +0200, Danilo Krummrich wrote:
> GPUVM deserves a bit more coordination, also given the upcoming Rust
> work for GPUVM, hence add a dedicated maintainers entry for DRM
> GPUVM.
> 
> Cc: Boris Brezillon <boris.brezillon@collabora.com>
> Cc: Matthew Brost <matthew.brost@intel.com>
> Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
> Cc: Alice Ryhl <aliceryhl@google.com>
> Signed-off-by: Danilo Krummrich <dakr@kernel.org>
> ---
> @Boris: I think it'd be good to add you as well, but haven't heard
> back from you
> so far, hence I did not add you to the entry for now.
> ---
>  MAINTAINERS | 11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index bd62ad58a47f..ea42a43851cf 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8426,6 +8426,17 @@ T:	git
> https://gitlab.freedesktop.org/drm/misc/kernel.git
>  F:	drivers/gpu/drm/scheduler/
>  F:	include/drm/gpu_scheduler.h
>  
> +DRM GPUVM
> +M:	Danilo Krummrich <dakr@kernel.org>
> +R:	Matthew Brost <matthew.brost@intel.com>
> +R:	Thomas Hellström <thomas.hellstrom@linux.intel.com>

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


> +R:	Alice Ryhl <aliceryhl@google.com>
> +L:	dri-devel@lists.freedesktop.org
> +S:	Supported
> +T:	git https://gitlab.freedesktop.org/drm/misc/kernel.git
> +F:	drivers/gpu/drm/drm_gpuvm.c
> +F:	include/drm/drm_gpuvm.h
> +
>  DRM LOG
>  M:	Jocelyn Falempe <jfalempe@redhat.com>
>  M:	Javier Martinez Canillas <javierm@redhat.com>


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

* Re: [PATCH] MAINTAINERS: entry for DRM GPUVM
  2025-08-08  9:20 [PATCH] MAINTAINERS: entry for DRM GPUVM Danilo Krummrich
                   ` (2 preceding siblings ...)
  2025-08-09  9:28 ` Thomas Hellström
@ 2025-08-11 15:34 ` Danilo Krummrich
  3 siblings, 0 replies; 5+ messages in thread
From: Danilo Krummrich @ 2025-08-11 15:34 UTC (permalink / raw)
  To: boris.brezillon, matthew.brost, thomas.hellstrom, aliceryhl
  Cc: maarten.lankhorst, mripard, tzimmermann, airlied, simona,
	dri-devel

On Fri Aug 8, 2025 at 11:20 AM CEST, Danilo Krummrich wrote:
> GPUVM deserves a bit more coordination, also given the upcoming Rust
> work for GPUVM, hence add a dedicated maintainers entry for DRM GPUVM.
>
> Cc: Boris Brezillon <boris.brezillon@collabora.com>
> Cc: Matthew Brost <matthew.brost@intel.com>
> Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
> Cc: Alice Ryhl <aliceryhl@google.com>
> Signed-off-by: Danilo Krummrich <dakr@kernel.org>

Applied to drm-misc-fixes, thanks!

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

end of thread, other threads:[~2025-08-11 15:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-08  9:20 [PATCH] MAINTAINERS: entry for DRM GPUVM Danilo Krummrich
2025-08-08  9:34 ` Alice Ryhl
2025-08-08 18:08 ` Matthew Brost
2025-08-09  9:28 ` Thomas Hellström
2025-08-11 15:34 ` Danilo Krummrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).