hdr: report box output conversion cap. [1/1]

PD#SWPL-132034

Problem:
report s4 hdr output conversion cap.

Solution:
report s4 hdr output conversion cap.

Verify:
s4.

Change-Id: Icdb7dc4281346c47dfc25a61ca295f416bacaaa8
Signed-off-by: jialong.jiang <jialong.jiang@amlogic.com>
This commit is contained in:
jialong.jiang
2023-07-21 17:29:14 +08:00
committed by gerrit autosubmit
parent 7b52497eea
commit 51a5d2229b
+1 -1
View File
@@ -492,7 +492,7 @@ bool is_hdr_stb_mode(void)
is_meson_gxm_cpu() || is_meson_g12a_cpu() ||
is_meson_g12b_cpu() || is_meson_sm1_cpu() ||
is_meson_sc2_cpu() || is_meson_s4d_cpu() ||
is_meson_s5_cpu())
is_meson_s5_cpu() || is_meson_s4_cpu())
return true;
else
return false;