mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
video: rockchip: rga3: Need soft reset after timeout
Signed-off-by: Li Huang <putin.li@rock-chips.com> Change-Id: I9ab0f20ddc645b7f689971d42d41284e2957333a
This commit is contained in:
@@ -372,6 +372,7 @@ static inline int rga_job_wait(struct rga_scheduler_t *rga_scheduler,
|
||||
switch (left_time) {
|
||||
case 0:
|
||||
pr_err("%s timeout", __func__);
|
||||
rga_scheduler->ops->soft_reset(rga_scheduler);
|
||||
ret = -EBUSY;
|
||||
break;
|
||||
case -ERESTARTSYS:
|
||||
|
||||
Reference in New Issue
Block a user