diff options
author | Dave Airlie <airlied@redhat.com> | 2022-05-11 04:40:47 +0200 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2022-05-11 04:40:47 +0200 |
commit | f83493f7d34da258310ecd3d07f0cc78f884c954 (patch) | |
tree | 5b0d034a505dc8a0f42a16fe17407e443afae32d /MAINTAINERS | |
parent | Merge tag 'drm-intel-next-2022-05-06' of git://anongit.freedesktop.org/drm/dr... (diff) | |
parent | MAINTAINERS: Add Dmitry as MSM DRM driver co-maintainer (diff) | |
download | linux-f83493f7d34da258310ecd3d07f0cc78f884c954.tar.xz linux-f83493f7d34da258310ecd3d07f0cc78f884c954.zip |
Merge tag 'drm-msm-next-2022-05-09' of https://gitlab.freedesktop.org/drm/msm into drm-next
- Fourcc modifier for tiled but not compressed layouts
- Support for userspace allocated IOVA (GPU virtual address)
- Devfreq clamp_to_idle fix
- DPU: DSC (Display Stream Compression) support
- DPU: inline rotation support on SC7280
- DPU: update DP timings to follow vendor recommendations
- DP, DPU: add support for wide bus (on newer chipsets)
- DP: eDP support
- Merge DPU1 and MDP5 MDSS driver, make dpu/mdp device the master
component
- MDSS: optionally reset the IP block at the bootup to drop
bootloader state
- Properly register and unregister internal bridges in the DRM framework
- Complete DPU IRQ cleanup
- DP: conversion to use drm_bridge and drm_bridge_connector
- eDP: drop old eDP parts again
- DPU: writeback support
- Misc small fixes
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Rob Clark <robdclark@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/CAF6AEGvJCr_1D8d0dgmyQC5HD4gmXeZw=bFV_CNCfceZbpMxRw@mail.gmail.com
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 1a04950c1a8f..0642e476b8c6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6258,8 +6258,9 @@ F: drivers/gpu/drm/tiny/panel-mipi-dbi.c DRM DRIVER FOR MSM ADRENO GPU M: Rob Clark <robdclark@gmail.com> -M: Sean Paul <sean@poorly.run> -R: Abhinav Kumar <quic_abhinavk@quicinc.com> +M: Abhinav Kumar <quic_abhinavk@quicinc.com> +M: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> +R: Sean Paul <sean@poorly.run> L: linux-arm-msm@vger.kernel.org L: dri-devel@lists.freedesktop.org L: freedreno@lists.freedesktop.org |