Commit 80056d9a authored by Dmitry Baryshkov's avatar Dmitry Baryshkov
parent 100d7ef6
...@@ -289,6 +289,10 @@ static int msm_mdss_enable(struct msm_mdss *msm_mdss) ...@@ -289,6 +289,10 @@ static int msm_mdss_enable(struct msm_mdss *msm_mdss)
case DPU_HW_VER_720: case DPU_HW_VER_720:
msm_mdss_setup_ubwc_dec_40(msm_mdss, UBWC_3_0, 6, 1, 1, 1); msm_mdss_setup_ubwc_dec_40(msm_mdss, UBWC_3_0, 6, 1, 1, 1);
break; break;
case DPU_HW_VER_810:
/* TODO: highest_bank_bit = 2 for LP_DDR4 */
msm_mdss_setup_ubwc_dec_40(msm_mdss, UBWC_4_0, 6, 1, 3, 1);
break;
} }
return ret; return ret;
...@@ -518,6 +522,7 @@ static const struct of_device_id mdss_dt_match[] = { ...@@ -518,6 +522,7 @@ static const struct of_device_id mdss_dt_match[] = {
{ .compatible = "qcom,sm6115-mdss" }, { .compatible = "qcom,sm6115-mdss" },
{ .compatible = "qcom,sm8150-mdss" }, { .compatible = "qcom,sm8150-mdss" },
{ .compatible = "qcom,sm8250-mdss" }, { .compatible = "qcom,sm8250-mdss" },
{ .compatible = "qcom,sm8450-mdss" },
{} {}
}; };
MODULE_DEVICE_TABLE(of, mdss_dt_match); MODULE_DEVICE_TABLE(of, mdss_dt_match);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment