Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_drm_plane.c70 unsigned int actual_h; in exynos_plane_mode_set() local
73 actual_h = exynos_plane_get_size(crtc_y, crtc_h, mode->vdisplay); in exynos_plane_mode_set()
82 if (actual_h) in exynos_plane_mode_set()
95 exynos_plane->src_h = (actual_h * exynos_plane->v_ratio) >> 16; in exynos_plane_mode_set()
101 exynos_plane->crtc_h = actual_h; in exynos_plane_mode_set()
/linux-4.4.14/drivers/gpu/drm/rockchip/
Drockchip_drm_vop.c806 unsigned int actual_h; in vop_update_plane_event() local
881 actual_h = (src.y2 - src.y1) >> 16; in vop_update_plane_event()
952 scl_vop_cal_scl_fac(vop, win, actual_w, actual_h, in vop_update_plane_event()
956 val = (actual_h - 1) << 16; in vop_update_plane_event()