[display]amvecm: aml_vecm_init Initialization bug [1/1]

PD#OTT-10492

Problem:
    function of aml_vecm_init Initialization bug.

Solution:
    Add support for G12B chips

Verify:
   on W400

Signed-off-by: chunlong.cao <chunlong.cao@amlogic.com>
Change-Id: I8398676a99d0957daf1fbc4fbb207d1c39e2e320
This commit is contained in:
chunlong.cao
2020-06-16 17:39:36 +08:00
committed by Chris
parent fe96d66ae6
commit 87e7c07df2

View File

@@ -2330,8 +2330,7 @@ enum hdr_process_sel hdr_func(enum hdr_module_sel module_sel,
else if (hdr_process_select == SDR_HLG)
hdr_process_select = RGB_HLG;
/* use in_mtx for g12b rev b, sm1, tl1 */
if (hdr_process_select == RGB_YUV
&& (is_meson_sm1_cpu() || is_meson_tl1_cpu()))
if (hdr_process_select == RGB_YUV)
mtx_only_mode = true;
}
}