Merge "disp: msm: sde: Init LTM phase init_h with single pipe value"

This commit is contained in:
qctecmdr
2019-06-18 23:20:19 -07:00
committed by Gerrit - the friendly Code Review server
melakukan 6b22de88f0

Melihat File

@@ -152,6 +152,7 @@ static inline void sde_ltm_get_phase_info(struct sde_hw_cp_cfg *hw_cfg,
info->merge_en = true;
info->init_h[LTM_0] = (1 << 23);
info->init_h[LTM_1] = (1 << 23);
info->init_v = (1 << 23);
info->inc_h = ((count_h - 1) << 24) / (hw_cfg->displayh - 1);
info->inc_v = ((count_v - 1) << 24) / (hw_cfg->displayv - 1);