Merge "disp: msm: dsi: enable dfps trigger at mdp intf flush" into display-kernel.lnx.5.4
Этот коммит содержится в:

коммит произвёл
Gerrit - the friendly Code Review server

Коммит
0af93447c5
@@ -215,6 +215,7 @@ static void dsi_catalog_phy_2_0_init(struct dsi_phy_hw *phy)
|
||||
dsi_phy_hw_v2_0_dyn_refresh_pipe_delay;
|
||||
phy->ops.dyn_refresh_ops.dyn_refresh_helper =
|
||||
dsi_phy_hw_v2_0_dyn_refresh_helper;
|
||||
phy->ops.dyn_refresh_ops.dyn_refresh_trigger_sel = NULL;
|
||||
phy->ops.dyn_refresh_ops.cache_phy_timings =
|
||||
dsi_phy_hw_v2_0_cache_phy_timings;
|
||||
}
|
||||
@@ -250,6 +251,7 @@ static void dsi_catalog_phy_3_0_init(struct dsi_phy_hw *phy)
|
||||
dsi_phy_hw_v3_0_dyn_refresh_pipe_delay;
|
||||
phy->ops.dyn_refresh_ops.dyn_refresh_helper =
|
||||
dsi_phy_hw_v3_0_dyn_refresh_helper;
|
||||
phy->ops.dyn_refresh_ops.dyn_refresh_trigger_sel = NULL;
|
||||
phy->ops.dyn_refresh_ops.cache_phy_timings =
|
||||
dsi_phy_hw_v3_0_cache_phy_timings;
|
||||
}
|
||||
@@ -286,6 +288,8 @@ static void dsi_catalog_phy_4_0_init(struct dsi_phy_hw *phy)
|
||||
dsi_phy_hw_v4_0_dyn_refresh_pipe_delay;
|
||||
phy->ops.dyn_refresh_ops.dyn_refresh_helper =
|
||||
dsi_phy_hw_v4_0_dyn_refresh_helper;
|
||||
phy->ops.dyn_refresh_ops.dyn_refresh_trigger_sel =
|
||||
dsi_phy_hw_v4_0_dyn_refresh_trigger_sel;
|
||||
phy->ops.dyn_refresh_ops.cache_phy_timings =
|
||||
dsi_phy_hw_v4_0_cache_phy_timings;
|
||||
phy->ops.set_continuous_clk = dsi_phy_hw_v4_0_set_continuous_clk;
|
||||
|
Ссылка в новой задаче
Block a user