mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
video/rockchip: mpp_rkvdec fix reset for rk3368 ops
Change-Id: Iba61a21e4a4cc102eb68ec39afe927e7f2d39558 Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
@@ -1613,7 +1613,7 @@ static struct mpp_hw_ops rkvdec_3368_hw_ops = {
|
||||
.get_freq = rkvdec_3368_get_freq,
|
||||
.set_freq = rkvdec_set_freq,
|
||||
.reduce_freq = rkvdec_reduce_freq,
|
||||
.reset = rkvdec_sip_reset,
|
||||
.reset = rkvdec_reset,
|
||||
};
|
||||
|
||||
static struct mpp_dev_ops rkvdec_v1_dev_ops = {
|
||||
|
||||
Reference in New Issue
Block a user