drm/msm/mdss: add data for sc8180xp
Add platform data for sc8180xp based on sdmshrike-sde.dtsi. Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Patchwork: https://patchwork.freedesktop.org/patch/518782/ Link: https://lore.kernel.org/r/20230118010428.1671443-3-dmitry.baryshkov@linaro.org Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
This commit is contained in:
parent
d68db6069a
commit
aeff6bb5b1
|
@ -516,6 +516,13 @@ static const struct msm_mdss_data sc7280_data = {
|
|||
.macrotile_mode = 1,
|
||||
};
|
||||
|
||||
static const struct msm_mdss_data sc8180x_data = {
|
||||
.ubwc_version = UBWC_3_0,
|
||||
.ubwc_dec_version = UBWC_3_0,
|
||||
.highest_bank_bit = 3,
|
||||
.macrotile_mode = 1,
|
||||
};
|
||||
|
||||
static const struct msm_mdss_data sc8280xp_data = {
|
||||
.ubwc_version = UBWC_4_0,
|
||||
.ubwc_dec_version = UBWC_4_0,
|
||||
|
@ -555,7 +562,7 @@ static const struct of_device_id mdss_dt_match[] = {
|
|||
{ .compatible = "qcom,sdm845-mdss" },
|
||||
{ .compatible = "qcom,sc7180-mdss", .data = &sc7180_data },
|
||||
{ .compatible = "qcom,sc7280-mdss", .data = &sc7280_data },
|
||||
{ .compatible = "qcom,sc8180x-mdss" },
|
||||
{ .compatible = "qcom,sc8180x-mdss", .data = &sc8180x_data },
|
||||
{ .compatible = "qcom,sc8280xp-mdss", .data = &sc8280xp_data },
|
||||
{ .compatible = "qcom,sm6115-mdss", .data = &sm6115_data },
|
||||
{ .compatible = "qcom,sm8150-mdss", .data = &sm8150_data },
|
||||
|
|
Loading…
Reference in New Issue