kernel/drivers/video/rockchip/mpp/mpp_rkvdec2_link.h
.. .. @@ -41,8 +41,6 @@ 41 41 42 42 #define RKVDEC_LINK_STA_BASE 0x024 43 43 44 -#define RKVDEC_LINK_REG_CYCLE_CNT 17945 -46 44 struct rkvdec_link_dev { 47 45 struct device *dev; 48 46 struct mpp_dev *mpp; .. .. @@ -99,6 +97,8 @@ 99 97 u32 task_cnt; 100 98 u64 stuff_cycle_sum; 101 99 u32 stuff_cnt; 100 +101 + u32 error_iova;102 102 }; 103 103 104 104 extern struct rkvdec_link_info rkvdec_link_rk3568_hw_info;