We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8571bbf commit 430749aCopy full SHA for 430749a
1 file changed
drivers/vpp/hdr2.c
@@ -1004,8 +1004,7 @@ void hdr_func(enum hdr_module_sel module_sel,
1004
hdr_mtx_param.mtx_only = HDR_ONLY;
1005
/*for g12a/g12b osd blend shift rtl bug*/
1006
if (((get_cpu_id().family_id == MESON_CPU_MAJOR_ID_G12A) ||
1007
- (get_cpu_id().family_id == MESON_CPU_MAJOR_ID_G12B &&
1008
- get_cpu_id().chip_rev == MESON_CPU_CHIP_REVISION_A)) &&
+ (get_cpu_id().family_id == MESON_CPU_MAJOR_ID_G12B)) &&
1009
(hdr_process_select & HDR_BYPASS) &&
1010
(module_sel & OSD1_HDR)) {
1011
for (i = 0; i < 15; i++) {
0 commit comments