Home
last modified time | relevance | path

Searched refs:actual_h (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_plane.c96 unsigned int actual_h; in exynos_plane_mode_set() local
99 actual_h = exynos_plane_get_size(crtc_y, crtc_h, crtc->mode.vdisplay); in exynos_plane_mode_set()
108 if (actual_h) in exynos_plane_mode_set()
121 exynos_plane->src_height = (actual_h * exynos_plane->v_ratio) >> 16; in exynos_plane_mode_set()
132 exynos_plane->crtc_height = actual_h; in exynos_plane_mode_set()
/linux-4.1.27/drivers/gpu/drm/rockchip/
Drockchip_drm_vop.c582 unsigned int actual_h; in vop_update_plane_event() local
636 actual_h = (src.y2 - src.y1) >> 16; in vop_update_plane_event()
684 val = (actual_h - 1) << 16; in vop_update_plane_event()