video: rockchip: mpp: increase iep2 timeout threshold

Signed-off-by: Chandler Chen <chandler.chen@rock-chips.com>
Change-Id: If585f9086150ef261d1cc6aa6054110aba3e1a80
This commit is contained in:
Chandler Chen 2023-02-15 11:30:38 +08:00 committed by Tao Huang
parent 6291a1be8f
commit 1b151c0aef

View File

@ -439,7 +439,7 @@ static void iep2_config(struct mpp_dev *mpp, struct iep_task *task)
mpp_write_relaxed(mpp, IEP2_REG_SRC_ADDR_NXTV, bot->cr);
}
reg = IEP2_REG_TIMEOUT_CFG_EN | 0x7fffff;
reg = IEP2_REG_TIMEOUT_CFG_EN | 0x3ffffff;
mpp_write_relaxed(mpp, IEP2_REG_TIMEOUT_CFG, reg);
mpp_write_relaxed(mpp, IEP2_REG_SRC_ADDR_PREY, cfg->src[2].y);