/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 156 off_s = hw_info->reg_start * 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() 170 off_s = hw_info->reg_start * 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 171 off_s = hw_info->reg_start * 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() 185 off_s = hw_info->reg_start * 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 248 off_s = hw_info->reg_start * 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() 262 off_s = hw_info->reg_start * 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 291 off_s = hw_info->reg_start * 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() 305 off_s = hw_info->reg_start * 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 205 off_s = hw_info->reg_start * 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() 219 off_s = hw_info->reg_start * 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 716 off_s = hw_info->reg_start * 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() 730 off_s = hw_info->reg_start * 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 104 off_s = hw_info->reg_start * 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 1475 if ((req_off + req->size) < off_s) {
in mpp_check_req() 1476 mpp_err("error: req_off %x, req_size %x, off_s %x\n", req_off, req->size, off_s);
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 299 off_s = hw_info->reg_start * sizeof(u32); in vdpu_extract_task_msg() 302 off_s, off_e); in vdpu_extract_task_msg() 314 off_s = hw_info->reg_start * 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 182 off_s = hw_info->reg_start * sizeof(u32); in vepu_extract_task_msg() 185 off_s, off_e); in vepu_extract_task_msg() 197 off_s = hw_info->reg_start * 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 257 off_s = hw_info->reg_start * sizeof(u32); in vdpu_extract_task_msg() 260 off_s, off_e); in vdpu_extract_task_msg() 272 off_s = hw_info->reg_start * 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 160 off_s = hw_info->reg_start * sizeof(u32); in jpgdec_extract_task_msg() 163 off_s, off_e); in jpgdec_extract_task_msg() 175 off_s = hw_info->reg_start * 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 212 off_s = hw_info->reg_start * sizeof(u32); in vepu_extract_task_msg() 215 off_s, off_e); in vepu_extract_task_msg() 227 off_s = hw_info->reg_start * 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 764 off_s = hw_info->reg_start * sizeof(u32); in rkvdec_extract_task_msg() 767 off_s, off_e); in rkvdec_extract_task_msg() 779 off_s = hw_info->reg_start * 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 106 off_s = hw_info->reg_start * 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() 1508 if ((req_off + req->size) < off_s) { in mpp_check_req() 1509 mpp_err("error: req_off %x, req_size %x, off_s %x\n", in mpp_check_req() 1510 req_off, req->size, off_s); 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
|