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

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

Completed in 196 milliseconds