Home
last modified time | relevance | path

Searched refs:act_w (Results 1 - 16 of 16) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/
H A 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.vir_h, 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()
355 if ((req->src.vir_w % 0x10) || (req->src.x_offset % 0x2) || (req->src.act_w % 0x2) || in rga2_align_check()
361 if ((req->dst.vir_w % 0x10) || (req->dst.x_offset % 0x2) || (req->dst.act_w % 0x2) || in rga2_align_check()
367 if ((req->src.vir_w % 0x8) || (req->src.x_offset % 0x2) || (req->src.act_w % 0x2) || in rga2_align_check()
373 if ((req->dst.vir_w % 0x8) || (req->dst.x_offset % 0x2) || (req->dst.act_w % 0x2) || in rga2_align_check()
387 saw = req->src.act_w; in rga2_scale_check()
389 daw = req->dst.act_w; in rga2_scale_check()
682 if (unlikely((req->src.act_w < in rga2_check_param()
[all...]
H A Drga2_reg_info.c60 dh = msg->dst.act_w; in RGA2_reg_get_param()
62 dw = msg->dst.act_w; in RGA2_reg_get_param()
66 sw = msg->src.act_w; 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 == 0)) { in RGA2_set_reg_src_info()
189 sw = msg->src.act_w; in RGA2_set_reg_src_info()
194 dh = msg->dst.act_w; in RGA2_set_reg_src_info()
196 dw = msg->dst.act_w; 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()
929 if ((msg->dst.vir_w % RGA2_INDEX_TW != 0) && (msg->dst.act_w in RGA2_set_reg_dst_info()
[all...]
H A Drga2.h287 unsigned short act_w; member
304 unsigned short act_w; member
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/
H A Drga2_reg_info.c113 dh = msg->dst.act_w; in RGA2_reg_get_param()
115 dw = msg->dst.act_w; in RGA2_reg_get_param()
119 sw = msg->src.act_w; in RGA2_reg_get_param()
238 if ((msg->src.act_w == msg->dst.act_w) && in RGA2_set_reg_src_info()
247 sw = msg->src.act_w; in RGA2_set_reg_src_info()
252 dh = msg->dst.act_w; in RGA2_set_reg_src_info()
254 dw = msg->dst.act_w; in RGA2_set_reg_src_info()
595 (msg->src.act_w - 1) | ((msg->src.act_h - 1) << 16); in RGA2_set_reg_src_info()
1052 (msg->dst.act_w in RGA2_set_reg_dst_info()
[all...]
H A Drga_policy.c74 if (src0->act_w < data->min_input.w || in rga_check_src0()
78 if (src0->act_w > data->max_input.w || in rga_check_src0()
95 if (src1->act_w < data->min_input.w || in rga_check_src1()
99 if (src1->act_w > data->max_input.w || in rga_check_src1()
116 if (dst->act_w < data->min_output.w || in rga_check_dst()
120 if (dst->act_w > data->max_output.w || in rga_check_dst()
139 sw = src0->act_w; in rga_check_scale()
145 dh = dst->act_w; in rga_check_scale()
147 dw = dst->act_w; in rga_check_scale()
H A 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()
H A Drga3_reg_info.c1245 win->src_act_w = img->act_w; in set_win_info()
1352 req->win0.dst_act_w = req_rga->dst.act_w; in rga_cmd_to_rga3_cmd()
1396 req->win0.dst_act_w = req_rga->dst.act_w; in rga_cmd_to_rga3_cmd()
1400 req->win1.dst_act_w = req_rga->dst.act_w; in rga_cmd_to_rga3_cmd()
1415 req->win1.dst_act_h = req_rga->dst.act_w; in rga_cmd_to_rga3_cmd()
1419 req->win0.dst_act_h = req_rga->dst.act_w; in rga_cmd_to_rga3_cmd()
1421 req->win0.src_act_h = req_rga->dst.act_w; in rga_cmd_to_rga3_cmd()
1426 req->win0.dst_act_h = req_rga->dst.act_w; in rga_cmd_to_rga3_cmd()
/device/soc/rockchip/rk3568/hardware/omx_il/osal/
H A DRockchip_OSAL_RGA_Process.c120 Rga_Request.src.act_w = Width; in rga_copy()
151 Rga_Request.dst.act_w = Width; in rga_copy()
215 Rga_Request.src.act_w = orgin_w - param_video->ui16CropLeft - param_video->ui16CropRight; in rga_crop_scale()
220 Rga_Request.src.act_w = orgin_w; in rga_crop_scale()
254 Rga_Request.dst.act_w = new_width; in rga_crop_scale()
333 Rga_Request.src.act_w = src->width; in rga_convert()
351 Rga_Request.dst.act_w = dst->width; in rga_convert()
/device/soc/rockchip/common/hardware/rga/include/
H A Drga.h191 unsigned short act_w; member
/device/soc/rockchip/rk3399/hardware/rga/include/
H A Drga.h192 unsigned short act_w; member
/device/soc/rockchip/rk3568/hardware/rga/include/
H A Drga.h192 unsigned short act_w; member
/device/soc/rockchip/rk3588/hardware/rga/include/
H A Drga.h243 uint16_t act_w; member
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/
H A Drga.h336 uint16_t act_w; member
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.c2689 int act_w, act_h, cpp, afbc_fac; in vop_crtc_bandwidth() local
2704 act_w = drm_rect_width(&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) / 0x3e8; in vop_crtc_bandwidth()
H A Drockchip_drm_vop2.c3462 DRM_ERROR("%s act_w(%d) + xoffset(%d) / 16 << 2048 in two win mode\n", win->name, actual_w, xoffset); in vop2_cluster_two_win_mode_check()
3480 DRM_ERROR("%s act_w(%d) + xoffset(%d) / 16 << 2048 in two win mode\n", main_win->name, actual_w, xoffset); in vop2_cluster_two_win_mode_check()
3980 DRM_WARN("vp%d %s act_w[%d] MODE 16 == 1\n", vp->id, win->name, actual_w); in vop2_win_atomic_update()
5034 int act_w, act_h, cpp, afbc_fac; in vop2_crtc_bandwidth() local
5048 act_w = drm_rect_width(&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) / 0x3e8; in vop2_crtc_bandwidth()
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c3462 DRM_ERROR("%s act_w(%d) + xoffset(%d) / 16 << 2048 in two win mode\n", in vop2_cluster_two_win_mode_check()
3482 DRM_ERROR("%s act_w(%d) + xoffset(%d) / 16 << 2048 in two win mode\n", in vop2_cluster_two_win_mode_check()
3982 DRM_WARN("vp%d %s act_w[%d] MODE 16 == 1\n", vp->id, win->name, actual_w); in vop2_win_atomic_update()
5039 int act_w, act_h, cpp, afbc_fac; in vop2_crtc_bandwidth() local
5052 act_w = drm_rect_width(&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) / 1000; in vop2_crtc_bandwidth()

Completed in 46 milliseconds