aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Vivi <[email protected]>2023-12-11 11:30:56 -0500
committerRodrigo Vivi <[email protected]>2023-12-21 11:47:37 -0500
commitd9e41171e513b594470f81a97d26fe0f06f1fbd3 (patch)
tree361869706389fbce8bdc38a292b27587e9e701b6
parent77a0d4d1cea2140ef56929ab1cfa5e525772c90e (diff)
MAINTAINERS: Updates to Intel DRM
Introduce the Maintainers of the new drm/xe driver for upcoming Intel GPUs. Since it has a shared display with drm/i915, let's also create a dedicated block to group display related files. But without any substantial change to the i915 side. The display patches will continue to flow through i915 from drm-intel-next branches for now. Acked-by: Jani Nikula <[email protected]> Acked-by: Joonas Lahtinen <[email protected]> Acked-by: Tvrtko Ursulin <[email protected]> Acked-by: Lucas De Marchi <[email protected]> Acked-by: Oded Gabbay <[email protected]> Acked-by: Thomas Hellström <[email protected]> Acked-by: Dave Airlie <[email protected]> Signed-off-by: Rodrigo Vivi <[email protected]>
-rw-r--r--MAINTAINERS29
1 files changed, 28 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index d4b46b3db022..8b5e3c27bca6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10640,7 +10640,17 @@ L: [email protected]
S: Supported
F: arch/x86/include/asm/intel-family.h
-INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
+INTEL DRM DISPLAY FOR XE AND I915 DRIVERS
+M: Jani Nikula <[email protected]>
+M: Rodrigo Vivi <[email protected]>
+S: Supported
+F: drivers/gpu/drm/i915/display/
+F: drivers/gpu/drm/xe/display/
+F: drivers/gpu/drm/xe/compat-i915-headers
+
+INTEL DRM I915 DRIVER (Meteor Lake, DG2 and older excluding Poulsbo, Moorestown and derivative)
M: Jani Nikula <[email protected]>
M: Joonas Lahtinen <[email protected]>
M: Rodrigo Vivi <[email protected]>
@@ -10659,6 +10669,23 @@ F: drivers/gpu/drm/i915/
F: include/drm/i915*
F: include/uapi/drm/i915_drm.h
+INTEL DRM XE DRIVER (Lunar Lake and newer)
+M: Lucas De Marchi <[email protected]>
+M: Oded Gabbay <[email protected]>
+M: Thomas Hellström <[email protected]>
+S: Supported
+W: https://drm.pages.freedesktop.org/intel-docs/
+Q: http://patchwork.freedesktop.org/project/intel-xe/
+B: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues
+C: irc://irc.oftc.net/xe
+T: git https://gitlab.freedesktop.org/drm/xe/kernel.git
+F: Documentation/ABI/testing/sysfs-driver-intel-xe-hwmon
+F: Documentation/gpu/xe/
+F: drivers/gpu/drm/xe/
+F: include/drm/xe*
+F: include/uapi/drm/xe_drm.h
+
INTEL ETHERNET DRIVERS
M: Jesse Brandeburg <[email protected]>
M: Tony Nguyen <[email protected]>