amvecm: sdr2hdr function set by uplayer, driver default disable [1/1]

PD#SWPL-4255

Problem:
UI disable SDR TO HDR, reboot BOX,
TV flicker white and then display ok when connect hdr tv

Solution:
dr2hdr function set by uplayer, kernel default disable

Verify:
verify on G12A

Change-Id: Iea5a1e0be9b5665bb7deb785b6b5faa702ef1664
Signed-off-by: MingLiang Dong <mingliang.dong@amlogic.com>
This commit is contained in:
MingLiang Dong
2019-01-16 01:36:29 -05:00
parent 4a80bbfb15
commit db48b5e9c4

View File

@@ -6219,9 +6219,6 @@ static int aml_vecm_probe(struct platform_device *pdev)
else
hdr_flag = (1 << 0) | (1 << 1) | (0 << 2) | (0 << 3);
if (is_meson_g12a_cpu() || is_meson_g12b_cpu())
sdr_mode = 2;
vlock_status_init();
hdr_init(&amvecm_dev.hdr_d);
aml_vecm_dt_parse(pdev);