Merge "disp: msm: dp: fix disp_cc offsets for pixel clk dividers"

This commit is contained in:
qctecmdr
2021-03-02 13:25:08 -08:00
committed by Gerrit - the friendly Code Review server
8 changed files with 121 additions and 39 deletions

View File

@@ -1950,6 +1950,7 @@ static int dp_init_sub_modules(struct dp_display_private *dp)
pll_in.aux = dp->aux;
pll_in.parser = dp->parser;
pll_in.dp_core_revision = dp_catalog_get_dp_core_version(dp->catalog);
dp->pll = dp_pll_get(&pll_in);
if (IS_ERR(dp->pll)) {