This series adds MDSS and DPU support for SM7150. Changes in v3: - Swap DPU and MDSS patches (Krzysztof) - Add an explanation of the abbreviation DPU in patch 1 (Krzysztof) - Switch qseed3_1_4 on qseed3_2_4 in patch 2 (Dmitry) - Drop LM_4 and LM_5 in patch 2 (Dmitry) - Add Krzysztof's R-b tag to patch 1 and patch 3 - Add Dmitry's R-b tag to patch 4 - Link to v2: https://lore.kernel.org/all/[email protected]/
Changes in v2: - Drop clock controller headers and use invented clocks instead in patches 1 and 2 (Dmitry and Rob) - Link to v1: https://lore.kernel.org/all/[email protected]/ To: Rob Clark <[email protected]> To: Abhinav Kumar <[email protected]> To: Dmitry Baryshkov <[email protected]> To: Sean Paul <[email protected]> To: Marijn Suijten <[email protected]> To: Maarten Lankhorst <[email protected]> To: Maxime Ripard <[email protected]> To: Thomas Zimmermann <[email protected]> To: David Airlie <[email protected]> To: Daniel Vetter <[email protected]> To: Rob Herring <[email protected]> To: Krzysztof Kozlowski <[email protected]> To: Conor Dooley <[email protected]> To: Ryan McCann <[email protected]> To: Stephen Boyd <[email protected]> To: Neil Armstrong <[email protected]> To: Jonathan Marek <[email protected]> To: Kuogee Hsieh <[email protected]> To: Jessica Zhang <[email protected]> To: Konrad Dybcio <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Signed-off-by: Danila Tikhonov <[email protected]> Danila Tikhonov (4): dt-bindings: display/msm: Add SM7150 DPU drm/msm/dpu: Add SM7150 support dt-bindings: display/msm: Add SM7150 MDSS drm/msm: mdss: Add SM7150 support .../bindings/display/msm/qcom,sm7150-dpu.yaml | 143 ++++++ .../display/msm/qcom,sm7150-mdss.yaml | 458 ++++++++++++++++++ .../msm/disp/dpu1/catalog/dpu_5_2_sm7150.h | 335 +++++++++++++ .../gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c | 1 + .../gpu/drm/msm/disp/dpu1/dpu_hw_catalog.h | 1 + drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c | 1 + drivers/gpu/drm/msm/msm_mdss.c | 8 + 7 files changed, 947 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/msm/qcom,sm7150-dpu.yaml create mode 100644 Documentation/devicetree/bindings/display/msm/qcom,sm7150-mdss.yaml create mode 100644 drivers/gpu/drm/msm/disp/dpu1/catalog/dpu_5_2_sm7150.h -- 2.45.2
