diff --git a/drivers/video/rockchip/mpp/mpp_common.c b/drivers/video/rockchip/mpp/mpp_common.c index 37c8432a5aab..7e732e7ca6ab 100644 --- a/drivers/video/rockchip/mpp/mpp_common.c +++ b/drivers/video/rockchip/mpp/mpp_common.c @@ -584,10 +584,8 @@ int mpp_dev_reset(struct mpp_dev *mpp) mpp_reset_down_write(mpp->reset_group); atomic_set(&mpp->reset_request, 0); - rockchip_save_qos(mpp->dev); if (mpp->hw_ops->reset) mpp->hw_ops->reset(mpp); - rockchip_restore_qos(mpp->dev); /* Note: if the domain does not change, iommu attach will be return * as an empty operation. Therefore, force to close and then open,