video: rockchip: mpp: fix vdpp irq_status hack error

Fixes: 32f89579b8 ("video: rockchip: mpp: Add vdpp subdevice refer codes")
Change-Id: Ic2d3d2a80c2b6bcd3a302893b300cfc16d047a05
Signed-off-by: Xueman Ruan <xueman.ruan@rock-chips.com>
This commit is contained in:
Xueman Ruan
2024-03-27 15:48:24 +08:00
committed by Tao Huang
parent f176950cef
commit 21ed70dc68

View File

@@ -420,7 +420,8 @@ static int vdpp_finish(struct mpp_dev *mpp,
mpp_read_req(mpp, task->reg, s, e);
}
}
task->reg[hw_info->int_sta_base] = task->irq_status;
task->reg[hw_info->int_sta_base / sizeof(u32)] = task->irq_status;
mpp_debug_leave();
@@ -464,6 +465,8 @@ static int vdpp_result(struct mpp_dev *mpp,
}
}
mpp_debug_leave();
return 0;
}