mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02: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:
parent
d2b07cf531
commit
fd7e5ad076
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user