diff options
author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2023-06-10 03:56:52 +0300 |
---|---|---|
committer | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2023-06-10 03:56:52 +0300 |
commit | 712c76b360aa3d2a99c9597f2fba9ee117a303f6 (patch) | |
tree | 7247d1c491fc289ab859832f77e59933716d7a37 /drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c | |
parent | 12abd735f0300600bfc01b2a3832b966312df205 (diff) | |
parent | 5ff3d3a0a09ecf86f7de6089905d8c9297503da2 (diff) | |
parent | e7a2cf8e058e24218067694113938726db8696c9 (diff) | |
parent | 76015b9e573eee41009ba8a5ff556ef02f83abfd (diff) | |
parent | 1531d0b9235e5c8e959fbfe02c90ecd5b2b8de05 (diff) | |
parent | eed3f9c7c36a2dbf01b6a3529a17b015df68b456 (diff) | |
download | linux-712c76b360aa3d2a99c9597f2fba9ee117a303f6.tar.gz linux-712c76b360aa3d2a99c9597f2fba9ee117a303f6.tar.bz2 linux-712c76b360aa3d2a99c9597f2fba9ee117a303f6.zip |
Merge branches 'msm-next-lumag-core', 'msm-next-lumag-dpu', 'msm-next-lumag-dp', 'msm-next-lumag-dsi' and 'msm-next-lumag-mdp5' into msm-next-lumag
Core:
- Add Marijn Suijten as drm/msm reviewer
- Adreno A660 bindings
- SM8350 MDSS bindings fix
DP:
- Removed obsolete USB-PD remains
- Documented DP compatible string for sm8550 platform
DPU:
- Added support for DPU on sm6350 and sm6375 platforms
- Implemented tearcheck support to support vsync on SM150 and newer platforms
- Enabled missing features (DSPP, DSC, split display) on sc8180x, sc8280xp, sm8450
- Enabled writeback on sc7280
- Enabled DSC on msm8998
- Native HDMI output support
- Dropped unused features: regdma, GC, IGC
- Fixed the DSC flush operations
- Simplified QoS handling, removing obsolete and unused features and merging
SSPP and WB code paths
- Reworked dpu_encoder initialisation path
DSI:
- Added support for DSI and 28nm DSI PHY on MSM8226 platform
- Added support for DSI on sm6350 and sm6375 platforms
- Dropped powerup quirks in favour of using pre_enable_prev_first for
downstream bridges
- Fixed 14nm DSI PHY programming
MDP5:
- Added support for display controller on MSM8226 platform
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>