amvecm: disable gamma init in aml_vecm_probe [1/1]

PD#SWPL-3143

Problem:
boot logo stretched

Solution:
disable gamma init in aml_vecm_probe

Verify:
x301

Change-Id: I01a5bb609536edd2875ecad0613565a8382f9aef
Signed-off-by: Bencheng Jing <bencheng.jing@amlogic.com>
This commit is contained in:
Bencheng Jing
2018-12-27 19:45:56 +08:00
committed by Jianxin Pan
parent 00204d1cee
commit f859e84e54

View File

@@ -6080,7 +6080,7 @@ static void aml_vecm_dt_parse(struct platform_device *pdev)
}
/* init module status */
amvecm_wb_init(wb_en);
amvecm_gamma_init(gamma_en);
amvecm_gamma_init(0);
#ifdef CONFIG_AMLOGIC_MEDIA_ENHANCEMENT_DOLBYVISION
if (!is_dolby_vision_enable())
#endif