Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_plane.c95 unsigned int actual_w; in exynos_plane_mode_set() local
98 actual_w = exynos_plane_get_size(crtc_x, crtc_w, crtc->mode.hdisplay); in exynos_plane_mode_set()
102 if (actual_w) in exynos_plane_mode_set()
120 exynos_plane->src_width = (actual_w * exynos_plane->h_ratio) >> 16; in exynos_plane_mode_set()
131 exynos_plane->crtc_width = actual_w; in exynos_plane_mode_set()
/linux-4.1.27/drivers/gpu/drm/rockchip/
Drockchip_drm_vop.c581 unsigned int actual_w; in vop_update_plane_event() local
635 actual_w = (src.x2 - src.x1) >> 16; in vop_update_plane_event()
685 val |= (actual_w - 1) & 0xffff; in vop_update_plane_event()