Searched refs:actual_h (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/exynos/ |
D | exynos_drm_plane.c | 67 unsigned int actual_h; in exynos_plane_mode_set() local 91 actual_h = exynos_plane_get_size(crtc_y, crtc_h, mode->vdisplay); in exynos_plane_mode_set() 100 if (actual_h) in exynos_plane_mode_set() 109 exynos_state->src.h = (actual_h * exynos_state->v_ratio) >> 16; in exynos_plane_mode_set() 115 exynos_state->crtc.h = actual_h; in exynos_plane_mode_set()
|
/linux-5.19.10/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_vop2.c | 1071 u32 actual_w, actual_h, dsp_w, dsp_h; in vop2_plane_atomic_update() local 1135 actual_h = drm_rect_height(src) >> 16; in vop2_plane_atomic_update() 1155 actual_h = dsp_h * actual_h / drm_rect_height(dest); in vop2_plane_atomic_update() 1176 act_info = (actual_h - 1) << 16 | ((actual_w - 1) & 0xffff); in vop2_plane_atomic_update() 1182 vp->id, win->data->name, actual_w, actual_h, dsp_w, dsp_h, in vop2_plane_atomic_update() 1255 actual_h = drm_rect_width(src) >> 16; in vop2_plane_atomic_update() 1273 vop2_setup_scale(vop2, win, actual_w, actual_h, dsp_w, dsp_h, fb->format->format); in vop2_plane_atomic_update()
|
D | rockchip_drm_vop.c | 907 unsigned int actual_w, actual_h; in vop_plane_atomic_update() local 941 actual_h = drm_rect_height(src) >> 16; in vop_plane_atomic_update() 942 act_info = (actual_h - 1) << 16 | ((actual_w - 1) & 0xffff); in vop_plane_atomic_update() 960 dma_addr += (actual_h - 1) * fb->pitches[0]; in vop_plane_atomic_update() 1012 scl_vop_cal_scl_fac(vop, win, actual_w, actual_h, in vop_plane_atomic_update()
|