mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
[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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user