Home
last modified time | relevance | path

Searched refs:dst_h (Results 26 – 33 of 33) sorted by relevance

12

/openbmc/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.c368 uint32_t dst_h, const struct drm_format_info *info) in scl_vop_cal_scl_fac() argument
393 scl_cal_scale2(src_h, dst_h)); in scl_vop_cal_scl_fac()
398 scl_cal_scale2(cbcr_src_h, dst_h)); in scl_vop_cal_scl_fac()
404 yrgb_ver_scl_mode = scl_get_scl_mode(src_h, dst_h); in scl_vop_cal_scl_fac()
408 cbcr_ver_scl_mode = scl_get_scl_mode(cbcr_src_h, dst_h); in scl_vop_cal_scl_fac()
440 val = scl_vop_cal_scale(yrgb_ver_scl_mode, src_h, dst_h, in scl_vop_cal_scl_fac()
457 dst_h, false, vsu_mode, &vskiplines); in scl_vop_cal_scl_fac()
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_trace.h398 __field(int, dst_h)
430 __entry->dst_h = plane_state->dst_rect.height;
464 __entry->dst_h,
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_plane.c395 uint32_t src_w, uint32_t src_h, uint32_t dst_w, uint32_t dst_h, in _dpu_plane_setup_scaler3() argument
415 mult_frac((1 << PHASE_STEP_SHIFT), src_h, dst_h); in _dpu_plane_setup_scaler3()
450 if (!(DPU_FORMAT_IS_YUV(fmt)) && (src_h == dst_h) in _dpu_plane_setup_scaler3()
455 scale_cfg->dst_height = dst_h; in _dpu_plane_setup_scaler3()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_display.c1412 u32 src_h = 1, dst_h = 1; in amdgpu_display_crtc_scaling_mode_fixup() local
1438 dst_h = amdgpu_crtc->native_mode.hdisplay; in amdgpu_display_crtc_scaling_mode_fixup()
1458 dst_h = crtc->mode.hdisplay - (amdgpu_crtc->h_border * 2); in amdgpu_display_crtc_scaling_mode_fixup()
1468 b.full = dfixed_const(dst_h); in amdgpu_display_crtc_scaling_mode_fixup()
/openbmc/linux/drivers/media/platform/ti/vpe/
H A Dvpe.c866 unsigned int dst_h = d_q_data->c_rect.height; in set_srcdst_params() local
913 sc_set_vs_coeffs(ctx->dev->sc, ctx->sc_coeff_v.addr, src_h, dst_h); in set_srcdst_params()
917 src_w, src_h, dst_w, dst_h); in set_srcdst_params()
2110 unsigned int dst_h = d_q_data->c_rect.height; in check_srcdst_sizes() local
2112 if (src_w == dst_w && src_h == dst_h) in check_srcdst_sizes()
2117 dst_h <= SC_MAX_PIXEL_HEIGHT && in check_srcdst_sizes()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_display.c1691 u32 src_h = 1, dst_h = 1; in radeon_crtc_scaling_mode_fixup() local
1718 dst_h = radeon_crtc->native_mode.hdisplay; in radeon_crtc_scaling_mode_fixup()
1739 dst_h = crtc->mode.hdisplay - (radeon_crtc->h_border * 2); in radeon_crtc_scaling_mode_fixup()
1761 b.full = dfixed_const(dst_h); in radeon_crtc_scaling_mode_fixup()
/openbmc/linux/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_m2m.c816 int src_h, int dst_w, int dst_h, int rot) in mtk_mdp_check_scaler_ratio() argument
821 tmp_w = dst_h; in mtk_mdp_check_scaler_ratio()
825 tmp_h = dst_h; in mtk_mdp_check_scaler_ratio()
/openbmc/linux/drivers/media/pci/ivtv/
H A Divtv-driver.h401 u32 dst_h; member

12