Home
last modified time | relevance | path

Searched refs:act_h (Results 1 – 23 of 23) sorted by relevance

/device/board/isoftstone/yangfan/kernel/src/driv/video/rockchip/rga2/
Drga2_drv.c333 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 …]
Drga2_reg_info.c61 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 …]
Drga2.h320 unsigned short act_h; member
339 unsigned short act_h; member
Drga2_mmu_info.c1730 …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/
Drga2_drv.c335 … 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 …]
Drga2_reg_info.c59 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 …]
Drga2.h288 unsigned short act_h; member
305 unsigned short act_h; member
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/
Drga_policy.c75 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()
Drga2_reg_info.c112 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 …]
Drga_debugger.c537 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()
Drga3_reg_info.c1246 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/
DRockchip_OSAL_RGA_Process.c121 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/
Drga.h192 unsigned short act_h; member
/device/soc/allwinner/t507/hardware/rga/include/
Drga.h194 unsigned short act_h; member
/device/soc/rockchip/rk3399/hardware/rga/include/
Drga.h193 unsigned short act_h; member
/device/soc/rockchip/rk3568/hardware/rga/include/
Drga.h193 unsigned short act_h; member
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/
Drga.h337 uint16_t act_h; member
/device/soc/rockchip/rk3588/hardware/rga/include/
Drga.h244 uint16_t act_h; member
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
Drockchip_drm_vop.c2689 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()
Drockchip_drm_vop2.c5034 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/
Drockchip_drm_vop2.c5508 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/
Drockchip_drm_vop2.c5039 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/
Dkernel.patch26090 + 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…