aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonrad Dybcio <[email protected]>2024-04-23 00:41:31 +0200
committerRob Clark <[email protected]>2024-05-04 09:41:54 -0700
commit3fe0aa1c0947689ad8274fffb305ddbcfc35f8e7 (patch)
tree7a3d6b662f8971ca35d8f0925bb8dff5806b30b8
parent46d4efcccc688cbacdd70a238bedca510acaa8e4 (diff)
MAINTAINERS: Add a separate entry for Qualcomm Adreno GPU drivers
The msm driver is.. gigantic and covers display hardware (incl. things concerning (e)DP, DSI, HDMI), as well as the entire lineup of Adreno GPUs (with hw bringup, memory mappings, userspace interaction etc.). Because of that, people listed as M:/R: receive patches concerning drivers for any part of the display block OR the GPU. Separate the latter, as it's both a functionally separate block and is of interest to different folks. Signed-off-by: Konrad Dybcio <[email protected]> Patchwork: https://patchwork.freedesktop.org/patch/590704/ Signed-off-by: Rob Clark <[email protected]>
-rw-r--r--MAINTAINERS19
1 files changed, 18 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index aa3b947fb080..534de9c8bade 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6802,7 +6802,24 @@ T: git git://anongit.freedesktop.org/drm/drm-misc
F: Documentation/devicetree/bindings/display/panel/panel-mipi-dbi-spi.yaml
F: drivers/gpu/drm/tiny/panel-mipi-dbi.c
-DRM DRIVER FOR MSM ADRENO GPU
+DRM DRIVER for Qualcomm Adreno GPUs
+M: Rob Clark <[email protected]>
+R: Sean Paul <[email protected]>
+S: Maintained
+B: https://gitlab.freedesktop.org/drm/msm/-/issues
+T: git https://gitlab.freedesktop.org/drm/msm.git
+F: Documentation/devicetree/bindings/display/msm/gpu.yaml
+F: drivers/gpu/drm/msm/adreno/
+F: drivers/gpu/drm/msm/msm_gpu.*
+F: drivers/gpu/drm/msm/msm_gpu_devfreq.*
+F: drivers/gpu/drm/msm/msm_ringbuffer.*
+F: drivers/gpu/drm/msm/registers/adreno/
+F: include/uapi/drm/msm_drm.h
+
+DRM DRIVER for Qualcomm display hardware
M: Rob Clark <[email protected]>
M: Abhinav Kumar <[email protected]>
M: Dmitry Baryshkov <[email protected]>