mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user