瀏覽代碼

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

qctecmdr 6 年之前
父節點
當前提交
6b22de88f0
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      msm/sde/sde_hw_color_proc_common_v4.h

+ 1 - 0
msm/sde/sde_hw_color_proc_common_v4.h

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