mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-06 17:46:50 +08:00
fix[vepu510]: Fix camera record stuck issue
The dvbm_err_en must be cleared before hw start. Change-Id: Ic3e51f01ba0722e0490dc7d819ca248516cd60b8 Signed-off-by: Ding Wei <leo.ding@rock-chips.com>
This commit is contained in:
@@ -590,7 +590,7 @@ static void setup_vepu510_normal(HalVepu510RegSet *regs)
|
||||
regs->reg_ctl.int_en.jslc_done_en = 1;
|
||||
regs->reg_ctl.int_en.jbsf_oflw_en = 1;
|
||||
regs->reg_ctl.int_en.jbuf_lens_en = 1;
|
||||
regs->reg_ctl.int_en.dvbm_err_en = 1;
|
||||
regs->reg_ctl.int_en.dvbm_err_en = 0;
|
||||
|
||||
/* reg005 INT_MSK */
|
||||
regs->reg_ctl.int_msk.enc_done_msk = 0;
|
||||
|
Reference in New Issue
Block a user