media: rockchip: vpss: remove rkvpss_soft_reset on process timeout

Signed-off-by: Wei Dun <willam.wei@rock-chips.com>
Change-Id: I3a53f005ddf4a524991b369adf7cb6a10bc20883
This commit is contained in:
Wei Dun
2025-05-08 11:09:04 +08:00
committed by Tao Huang
parent a5f9e1799f
commit e2fb9cd245

View File

@@ -1786,8 +1786,6 @@ static int rkvpss_ofl_run(struct rkvpss_offline_dev *ofl,
if (!ret) {
v4l2_err(&ofl->v4l2_dev, "working timeout\n");
ret = -EAGAIN;
if (cfg->input.dmabuf)
rkvpss_soft_reset(ofl->hw);
} else {
ret = 0;
}