/device/board/isoftstone/yangfan/kernel/src/driv/video/rockchip/rga2/ |
D | rga2_drv.c | 333 req->src.act_w, req->src.act_h, req->src.vir_w, req->src.vir_h, in print_debug_info() 341 req->src1.act_w, req->src1.act_h, req->src1.vir_w, req->src1.vir_h, in print_debug_info() 347 req->dst.act_w, req->dst.act_h, req->dst.vir_w, req->dst.vir_h, in print_debug_info() 366 (req->src.act_h % 2) || (req->src.vir_h % 2)) in rga2_align_check() 371 (req->dst.act_h % 2) || (req->dst.vir_h % 2)) in rga2_align_check() 376 (req->src.act_h % 2) || (req->src.vir_h % 2)) in rga2_align_check() 381 (req->dst.act_h % 2) || (req->dst.vir_h % 2)) in rga2_align_check() 393 sah = req->src.act_h; in rga2_scale_check() 395 dah = req->dst.act_h; in rga2_scale_check() 702 …req->src.act_w <= 0) || (req->src.act_w > 8192) || (req->src.act_h <= 0) || (req->src.act_h > 8192… in rga2_check_param() [all …]
|
D | rga2_reg_info.c | 61 dw = msg->dst.act_h; in RGA2_reg_get_param() 67 dh = msg->dst.act_h; in RGA2_reg_get_param() 71 sh = msg->src.act_h; in RGA2_reg_get_param() 197 (msg->src.act_h == msg->dst.act_h) && in RGA2_set_reg_src_info() 206 sh = msg->src.act_h; in RGA2_set_reg_src_info() 210 dw = msg->dst.act_h; in RGA2_set_reg_src_info() 216 dh = msg->dst.act_h; in RGA2_set_reg_src_info() 349 *bRGA_SRC_ACT_INFO = (msg->src.act_w - 1) | ((msg->src.act_h - 1) << 16); in RGA2_set_reg_src_info() 533 (msg->dst.act_w == msg->src.act_w) && (msg->dst.act_h == msg->src.act_h) && in RGA2_set_reg_dst_info() 535 *bRGA_DST_ACT_INFO = (msg->dst.act_w) | ((msg->dst.act_h - 1) << 16); in RGA2_set_reg_dst_info() [all …]
|
D | rga2.h | 320 unsigned short act_h; member 339 unsigned short act_h; member
|
D | rga2_mmu_info.c | 1730 …SrcMemSize = rga2_mem_size_cal(req->pat.yrgb_addr, req->pat.act_w * req->pat.act_h * 4, &SrcStart);
|
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/ |
D | rga2_drv.c | 335 … req->src.uv_addr, req->src.v_addr, req->src.act_w, req->src.act_h, req->src.vir_w, req->src.vir_h, in print_debug_info() 339 …req->src1.uv_addr, req->src1.v_addr, req->src1.act_w, req->src1.act_h, req->src1.vir_w, req->src1.… in print_debug_info() 343 … req->dst.uv_addr, req->dst.v_addr, req->dst.act_w, req->dst.act_h, req->dst.vir_w, req->dst.vir_h, in print_debug_info() 356 (req->src.y_offset % 0x2) || (req->src.act_h % 0x2) || (req->src.vir_h % 0x2)) { in rga2_align_check() 362 (req->dst.y_offset % 0x2) || (req->dst.act_h % 0x2) || (req->dst.vir_h % 0x2)) { in rga2_align_check() 368 (req->src.y_offset % 0x2) || (req->src.act_h % 0x2) || (req->src.vir_h % 0x2)) { in rga2_align_check() 374 (req->dst.y_offset % 0x2) || (req->dst.act_h % 0x2) || (req->dst.vir_h % 0x2)) { in rga2_align_check() 388 sah = req->src.act_h; in rga2_scale_check() 390 dah = req->dst.act_h; in rga2_scale_check() 682 if (unlikely((req->src.act_w <= 0) || (req->src.act_w > 0x2000) || (req->src.act_h <= 0) || in rga2_check_param() [all …]
|
D | rga2_reg_info.c | 59 dw = msg->dst.act_h; in RGA2_reg_get_param() 63 dh = msg->dst.act_h; in RGA2_reg_get_param() 67 sh = msg->src.act_h; in RGA2_reg_get_param() 181 …if ((msg->src.act_w == msg->dst.act_w) && (msg->src.act_h == msg->dst.act_h) && (msg->rotate_mode … in RGA2_set_reg_src_info() 190 sh = msg->src.act_h; in RGA2_set_reg_src_info() 193 dw = msg->dst.act_h; in RGA2_set_reg_src_info() 197 dh = msg->dst.act_h; in RGA2_set_reg_src_info() 503 *bRGA_SRC_ACT_INFO = (msg->src.act_w - 1) | ((msg->src.act_h - 1) << RGA2_INDEX_SIX); in RGA2_set_reg_src_info() 930 (msg->dst.act_h == msg->src.act_h) && in RGA2_set_reg_dst_info() 932 *bRGA_DST_ACT_INFO = (msg->dst.act_w) | ((msg->dst.act_h - 1) << RGA2_INDEX_SIX); in RGA2_set_reg_dst_info() [all …]
|
D | rga2.h | 288 unsigned short act_h; member 305 unsigned short act_h; member
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/ |
D | rga_policy.c | 75 src0->act_h < data->min_input.h) in rga_check_src0() 79 src0->act_h > data->max_input.h) in rga_check_src0() 96 src1->act_h < data->min_input.h) in rga_check_src1() 100 src1->act_h > data->max_input.h) in rga_check_src1() 117 dst->act_h < data->min_output.h) in rga_check_dst() 121 dst->act_h > data->max_output.h) in rga_check_dst() 140 sh = src0->act_h; in rga_check_scale() 144 dw = dst->act_h; in rga_check_scale() 148 dh = dst->act_h; in rga_check_scale()
|
D | rga2_reg_info.c | 112 dw = msg->dst.act_h; in RGA2_reg_get_param() 116 dh = msg->dst.act_h; in RGA2_reg_get_param() 120 sh = msg->src.act_h; in RGA2_reg_get_param() 239 (msg->src.act_h == msg->dst.act_h) && in RGA2_set_reg_src_info() 248 sh = msg->src.act_h; in RGA2_set_reg_src_info() 251 dw = msg->dst.act_h; in RGA2_set_reg_src_info() 255 dh = msg->dst.act_h; in RGA2_set_reg_src_info() 595 (msg->src.act_w - 1) | ((msg->src.act_h - 1) << 16); in RGA2_set_reg_src_info() 1053 && (msg->dst.act_h == msg->src.act_h) in RGA2_set_reg_dst_info() 1057 (msg->dst.act_w) | ((msg->dst.act_h - 1) << 16); in RGA2_set_reg_dst_info() [all …]
|
D | rga_debugger.c | 537 req->src.act_w, req->src.act_h, in rga_cmd_print_debug_info() 549 req->pat.act_w, req->pat.act_h, in rga_cmd_print_debug_info() 560 req->dst.act_w, req->dst.act_h, in rga_cmd_print_debug_info()
|
D | rga3_reg_info.c | 1246 win->src_act_h = img->act_h; in set_win_info() 1353 req->win0.dst_act_h = req_rga->dst.act_h; in rga_cmd_to_rga3_cmd() 1397 req->win0.dst_act_h = req_rga->dst.act_h; in rga_cmd_to_rga3_cmd() 1401 req->win1.dst_act_h = req_rga->dst.act_h; in rga_cmd_to_rga3_cmd() 1414 req->win1.dst_act_w = req_rga->dst.act_h; in rga_cmd_to_rga3_cmd() 1418 req->win0.dst_act_w = req_rga->dst.act_h; in rga_cmd_to_rga3_cmd() 1420 req->win0.src_act_w = req_rga->dst.act_h; in rga_cmd_to_rga3_cmd() 1425 req->win0.dst_act_w = req_rga->dst.act_h; in rga_cmd_to_rga3_cmd()
|
/device/soc/rockchip/rk3568/hardware/omx_il/osal/ |
D | Rockchip_OSAL_RGA_Process.c | 121 Rga_Request.src.act_h = Height; in rga_copy() 152 Rga_Request.dst.act_h = Height; in rga_copy() 216 Rga_Request.src.act_h = orgin_h - param_video->ui16CropTop - param_video->ui16CropBottom; in rga_crop_scale() 221 Rga_Request.src.act_h = orgin_h; in rga_crop_scale() 255 Rga_Request.dst.act_h = new_height; in rga_crop_scale() 334 Rga_Request.src.act_h = src->height; in rga_convert() 352 Rga_Request.dst.act_h = dst->height; in rga_convert()
|
/device/soc/rockchip/common/hardware/rga/include/ |
D | rga.h | 192 unsigned short act_h; member
|
/device/soc/allwinner/t507/hardware/rga/include/ |
D | rga.h | 194 unsigned short act_h; member
|
/device/soc/rockchip/rk3399/hardware/rga/include/ |
D | rga.h | 193 unsigned short act_h; member
|
/device/soc/rockchip/rk3568/hardware/rga/include/ |
D | rga.h | 193 unsigned short act_h; member
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/ |
D | rga.h | 337 uint16_t act_h; member
|
/device/soc/rockchip/rk3588/hardware/rga/include/ |
D | rga.h | 244 uint16_t act_h; member
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_vop.c | 2689 int act_w, act_h, cpp, afbc_fac; in vop_crtc_bandwidth() local 2705 act_h = drm_rect_height(&pstate->src) >> 0x10; in vop_crtc_bandwidth() 2708 …vop_bw_info->frame_bw_mbyte += act_w * act_h / 0x3e8 * cpp * drm_mode_vrefresh(adjusted_mode) / 0x… in vop_crtc_bandwidth()
|
D | rockchip_drm_vop2.c | 5034 int act_w, act_h, cpp, afbc_fac; in vop2_crtc_bandwidth() local 5049 act_h = drm_rect_height(&pstate->src) >> 0x10; in vop2_crtc_bandwidth() 5052 …vop_bw_info->frame_bw_mbyte += act_w * act_h / 0x3e8 * cpp * drm_mode_vrefresh(adjusted_mode) / 0x… in vop2_crtc_bandwidth()
|
/device/board/isoftstone/yangfan/kernel/src/driv/gpu/rockchip/ |
D | rockchip_drm_vop2.c | 5508 int act_w, act_h, cpp, afbc_fac; in vop2_crtc_bandwidth() local 5522 act_h = drm_rect_height(&pstate->src) >> 16; in vop2_crtc_bandwidth() 5525 …vop_bw_info->frame_bw_mbyte += act_w * act_h / 1000 * cpp * drm_mode_vrefresh(adjusted_mode) / 100… in vop2_crtc_bandwidth()
|
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_vop2.c | 5039 int act_w, act_h, cpp, afbc_fac; in vop2_crtc_bandwidth() local 5053 act_h = drm_rect_height(&pstate->src) >> 16; in vop2_crtc_bandwidth() 5056 …vop_bw_info->frame_bw_mbyte += act_w * act_h / 1000 * cpp * drm_mode_vrefresh(adjusted_mode) / 100… in vop2_crtc_bandwidth()
|
/device/board/hihope/dayu210/kernel/kernel_patch/linux-5.10/dayu210_patch/ |
D | kernel.patch | 26090 + int act_w, act_h, cpp, afbc_fac; 26105 + act_h = drm_rect_height(&pstate->src) >> 16; 26108 + vop_bw_info->frame_bw_mbyte += act_w * act_h / 1000 * cpp * drm_mode_vrefresh(adjusted_mode) / 1…
|