diff options
author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2023-01-22 21:43:05 +0100 |
---|---|---|
committer | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2023-01-22 21:43:05 +0100 |
commit | 82461ab89aa534066897b5fbfd92bb6fc82e051b (patch) | |
tree | 615396514d887bc80319b6f1d7711c51b567ef9e /Documentation/devicetree/bindings/display | |
parent | dt-bindings: display/msm: rename mdp nodes to display-controller (diff) | |
parent | drm/msm/dpu: Reapply CTM if modeset is needed (diff) | |
parent | drm/msm/dp: Remove INIT_SETUP delay (diff) | |
parent | drm/msm/dsi: Allow 2 CTRLs on v2.5.0 (diff) | |
parent | dt-bindings: display/msm: qcom, mdss: fix HDMI PHY node names (diff) | |
parent | drm/msm/mdp5: convert to drm_crtc_handle_vblank() (diff) | |
parent | drm/msm/mdp4: convert to drm_crtc_handle_vblank() (diff) | |
download | linux-82461ab89aa534066897b5fbfd92bb6fc82e051b.tar.xz linux-82461ab89aa534066897b5fbfd92bb6fc82e051b.zip |
Merge branches 'msm-next-lumag-core', 'msm-next-lumag-dpu', 'msm-next-lumag-dp', 'msm-next-lumag-dsi', 'msm-next-lumag-hdmi', 'msm-next-lumag-mdp5' and 'msm-next-lumag-mdp4' into msm-next-lumag
DPU, DSI, MDSS:
- Support for SM8350, SM8450 SM8550 and SC8280XP platform
Core:
- Added bindings for SM8150 (driver support already present)
DPU:
- Partial support for DSC on SM8150 and SM8250
- Fixed color transformation matrix being lost on suspend/resume
DP:
- Support for DP on SDM845 and SC8280XP platforms
- HPD fixes
- Support for limiting DP link rate via DT property, this enables
support for HBR3 rates.
DSI:
- Validate display modes according to the DSI OPP table
- DSI PHY support for the SM6375 platform
- Fixed byte intf clock selection for 14nm PHYs
MDP5:
- Schema conversion to YAML
Misc fixes as usual
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>