File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
drivers/amlogic/media/osd Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2574,7 +2574,7 @@ static void osd1_update_disp_freescale_enable(void)
25742574 hsc_ini_rcv_num = hf_bank_len ;
25752575 vsc_ini_rcv_num = vf_bank_len ;
25762576 hsc_ini_rpt_p0_num =
2577- ( hf_bank_len / 2 - 1 ) > 0 ? ( hf_bank_len / 2 - 1 ) : 0 ;
2577+ hf_bank_len / 2 - 1 ;
25782578 vsc_ini_rpt_p0_num =
25792579 (vf_bank_len / 2 - 1 ) > 0 ? (vf_bank_len / 2 - 1 ) : 0 ;
25802580
@@ -2727,7 +2727,7 @@ static void osd2_update_disp_freescale_enable(void)
27272727 hsc_ini_rcv_num = hf_bank_len ;
27282728 vsc_ini_rcv_num = vf_bank_len ;
27292729 hsc_ini_rpt_p0_num =
2730- ( hf_bank_len / 2 - 1 ) > 0 ? ( hf_bank_len / 2 - 1 ) : 0 ;
2730+ hf_bank_len / 2 - 1 ;
27312731 vsc_ini_rpt_p0_num =
27322732 (vf_bank_len / 2 - 1 ) > 0 ? (vf_bank_len / 2 - 1 ) : 0 ;
27332733
You can’t perform that action at this time.
0 commit comments