mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 05:27:07 +02:00
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:
parent
6291a1be8f
commit
1b151c0aef
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user