mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
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:
committed by
Jianxin Pan
parent
00204d1cee
commit
f859e84e54
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user