/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/ |
H A D | mpp_jpgdec.c | 147 u32 off_s, off_e;
in jpgdec_extract_task_msg() local 157 off_e = hw_info->reg_end * sizeof(u32);
in jpgdec_extract_task_msg() 158 ret = mpp_check_req(req, 0, sizeof(task->reg), off_s, off_e);
in jpgdec_extract_task_msg() 171 off_e = hw_info->reg_end * sizeof(u32);
in jpgdec_extract_task_msg() 172 ret = mpp_check_req(req, 0, sizeof(task->reg), off_s, off_e);
in jpgdec_extract_task_msg()
|
H A D | mpp_vepu1.c | 164 u32 off_s, off_e;
in vepu_extract_task_msg() local 172 off_e = hw_info->reg_end * sizeof(u32);
in vepu_extract_task_msg() 173 ret = mpp_check_req(req, 0, sizeof(task->reg), off_s, off_e);
in vepu_extract_task_msg() 186 off_e = hw_info->reg_end * sizeof(u32);
in vepu_extract_task_msg() 187 ret = mpp_check_req(req, 0, sizeof(task->reg), off_s, off_e);
in vepu_extract_task_msg()
|
H A D | mpp_vdpu2.c | 241 u32 off_s, off_e;
in vdpu_extract_task_msg() local 249 off_e = hw_info->reg_end * sizeof(u32);
in vdpu_extract_task_msg() 250 ret = mpp_check_req(req, 0, sizeof(task->reg), off_s, off_e);
in vdpu_extract_task_msg() 263 off_e = hw_info->reg_end * sizeof(u32);
in vdpu_extract_task_msg() 264 ret = mpp_check_req(req, 0, sizeof(task->reg), off_s, off_e);
in vdpu_extract_task_msg()
|
H A D | mpp_vdpu1.c | 282 u32 off_s, off_e;
in vdpu_extract_task_msg() local 292 off_e = hw_info->reg_end * sizeof(u32);
in vdpu_extract_task_msg() 293 ret = mpp_check_req(req, 0, sizeof(task->reg), off_s, off_e);
in vdpu_extract_task_msg() 306 off_e = hw_info->reg_end * sizeof(u32);
in vdpu_extract_task_msg() 307 ret = mpp_check_req(req, 0, sizeof(task->reg), off_s, off_e);
in vdpu_extract_task_msg()
|
H A D | mpp_vepu2.c | 198 u32 off_s, off_e;
in vepu_extract_task_msg() local 206 off_e = hw_info->reg_end * sizeof(u32);
in vepu_extract_task_msg() 207 ret = mpp_check_req(req, 0, sizeof(task->reg), off_s, off_e);
in vepu_extract_task_msg() 220 off_e = hw_info->reg_end * sizeof(u32);
in vepu_extract_task_msg() 221 ret = mpp_check_req(req, 0, sizeof(task->reg), off_s, off_e);
in vepu_extract_task_msg()
|
H A D | mpp_rkvdec.c | 707 u32 off_s, off_e;
in rkvdec_extract_task_msg() local 717 off_e = hw_info->reg_end * sizeof(u32);
in rkvdec_extract_task_msg() 718 ret = mpp_check_req(req, 0, sizeof(task->reg), off_s, off_e);
in rkvdec_extract_task_msg() 731 off_e = hw_info->reg_end * sizeof(u32);
in rkvdec_extract_task_msg() 732 ret = mpp_check_req(req, 0, sizeof(task->reg), off_s, off_e);
in rkvdec_extract_task_msg()
|
H A D | mpp_rkvdec2.c | 95 u32 off_s, off_e;
in rkvdec2_extract_task_msg() local 105 off_e = hw_info->reg_end * sizeof(u32);
in rkvdec2_extract_task_msg() 106 ret = mpp_check_req(req, 0, sizeof(task->reg), off_s, off_e);
in rkvdec2_extract_task_msg()
|
H A D | mpp_common.h | 596 int mpp_check_req(struct mpp_request *req, int base, int max_size, u32 off_s, u32 off_e);
|
H A D | mpp_common.c | 1466 int mpp_check_req(struct mpp_request *req, int base, int max_size, u32 off_s, u32 off_e)
in mpp_check_req() argument 1479 if (max_size < off_e) {
in mpp_check_req() 1480 mpp_err("error: off_e %x, max_size %x\n", off_e, max_size);
in mpp_check_req()
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/ |
H A D | mpp_vdpu1.c | 291 u32 off_s, off_e; in vdpu_extract_task_msg() local 300 off_e = hw_info->reg_end * sizeof(u32); in vdpu_extract_task_msg() 302 off_s, off_e); in vdpu_extract_task_msg() 315 off_e = hw_info->reg_end * sizeof(u32); in vdpu_extract_task_msg() 317 off_s, off_e); in vdpu_extract_task_msg()
|
H A D | mpp_vepu1.c | 174 u32 off_s, off_e; in vepu_extract_task_msg() local 183 off_e = hw_info->reg_end * sizeof(u32); in vepu_extract_task_msg() 185 off_s, off_e); in vepu_extract_task_msg() 198 off_e = hw_info->reg_end * sizeof(u32); in vepu_extract_task_msg() 200 off_s, off_e); in vepu_extract_task_msg()
|
H A D | mpp_vdpu2.c | 249 u32 off_s, off_e; in vdpu_extract_task_msg() local 258 off_e = hw_info->reg_end * sizeof(u32); in vdpu_extract_task_msg() 260 off_s, off_e); in vdpu_extract_task_msg() 273 off_e = hw_info->reg_end * sizeof(u32); in vdpu_extract_task_msg() 275 off_s, off_e); in vdpu_extract_task_msg()
|
H A D | mpp_jpgdec.c | 152 u32 off_s, off_e; in jpgdec_extract_task_msg() local 161 off_e = hw_info->reg_end * sizeof(u32); in jpgdec_extract_task_msg() 163 off_s, off_e); in jpgdec_extract_task_msg() 176 off_e = hw_info->reg_end * sizeof(u32); in jpgdec_extract_task_msg() 178 off_s, off_e); in jpgdec_extract_task_msg()
|
H A D | mpp_vepu2.c | 204 u32 off_s, off_e; in vepu_extract_task_msg() local 213 off_e = hw_info->reg_end * sizeof(u32); in vepu_extract_task_msg() 215 off_s, off_e); in vepu_extract_task_msg() 228 off_e = hw_info->reg_end * sizeof(u32); in vepu_extract_task_msg() 230 off_s, off_e); in vepu_extract_task_msg()
|
H A D | mpp_rkvdec.c | 756 u32 off_s, off_e; in rkvdec_extract_task_msg() local 765 off_e = hw_info->reg_end * sizeof(u32); in rkvdec_extract_task_msg() 767 off_s, off_e); in rkvdec_extract_task_msg() 780 off_e = hw_info->reg_end * sizeof(u32); in rkvdec_extract_task_msg() 782 off_s, off_e); in rkvdec_extract_task_msg()
|
H A D | mpp_rkvdec2.c | 98 u32 off_s, off_e; in rkvdec2_extract_task_msg() local 107 off_e = hw_info->reg_end * sizeof(u32); in rkvdec2_extract_task_msg() 108 ret = mpp_check_req(req, 0, sizeof(task->reg), off_s, off_e); in rkvdec2_extract_task_msg()
|
H A D | mpp_common.h | 582 int max_size, u32 off_s, u32 off_e);
|
H A D | mpp_common.c | 1498 int max_size, u32 off_s, u32 off_e) in mpp_check_req() 1513 if (max_size < off_e) { in mpp_check_req() 1514 mpp_err("error: off_e %x, max_size %x\n", in mpp_check_req() 1515 off_e, max_size); in mpp_check_req() 1497 mpp_check_req(struct mpp_request *req, int base, int max_size, u32 off_s, u32 off_e) mpp_check_req() argument
|