MAINTAINERS: Add a separate entry for Qualcomm Adreno GPU drivers
authorKonrad Dybcio <konrad.dybcio@linaro.org>
Mon, 22 Apr 2024 22:41:31 +0000 (00:41 +0200)
committerRob Clark <robdclark@chromium.org>
Sat, 4 May 2024 16:41:54 +0000 (09:41 -0700)
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 <konrad.dybcio@linaro.org>
Patchwork: https://patchwork.freedesktop.org/patch/590704/
Signed-off-by: Rob Clark <robdclark@chromium.org>
MAINTAINERS

index aa3b947..534de9c 100644 (file)
@@ -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 <robdclark@gmail.com>
+R:     Sean Paul <sean@poorly.run>
+L:     linux-arm-msm@vger.kernel.org
+L:     dri-devel@lists.freedesktop.org
+L:     freedreno@lists.freedesktop.org
+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 <robdclark@gmail.com>
 M:     Abhinav Kumar <quic_abhinavk@quicinc.com>
 M:     Dmitry Baryshkov <dmitry.baryshkov@linaro.org>