Searched refs:actual_h (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/ |
| H A 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()
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_utils.h | 70 int actual_w, actual_h; \ 71 PIXMAP_PRIV_GET_ACTUAL_SIZE(pixmap, priv, actual_w, actual_h); \ 73 wh[1] = (float)priv->fbo->height / actual_h; \
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_vop.c | 1974 unsigned int actual_w, actual_h, dsp_w, dsp_h; in vop_plane_atomic_update() local 2024 actual_h = drm_rect_height(src) >> 16; in vop_plane_atomic_update() 2042 actual_h = dsp_h * actual_h / drm_rect_height(dest); in vop_plane_atomic_update() 2047 act_info = (actual_h - 1) << 16 | ((actual_w - 1) & 0xffff); in vop_plane_atomic_update() 2082 scl_vop_cal_scl_fac(vop, win, actual_w, actual_h, in vop_plane_atomic_update() 2169 planlist->dump_info.height = actual_h; in vop_plane_atomic_update()
|
| H A D | rockchip_drm_vop2.c | 5117 uint32_t actual_w, actual_h, dsp_w, dsp_h; in vop2_win_atomic_update() local 5143 actual_h = drm_rect_height(src) >> 16; in vop2_win_atomic_update() 5145 if (!actual_w || !actual_h) { in vop2_win_atomic_update() 5180 actual_h = dsp_h * actual_h / drm_rect_height(dst); in vop2_win_atomic_update() 5218 act_info = (actual_h - 1) << 16 | ((actual_w - 1) & 0xffff); in vop2_win_atomic_update() 5242 vp->id, win->name, actual_w, actual_h, dsp_w, dsp_h, in vop2_win_atomic_update() 5313 actual_h = drm_rect_width(src) >> 16; in vop2_win_atomic_update() 5358 vop2_setup_scale(vop2, win, actual_w, actual_h, dsp_w, dsp_h, pstate); in vop2_win_atomic_update()
|