Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_plane.c49 static int exynos_plane_get_size(int start, unsigned length, unsigned last) in exynos_plane_get_size() function
98 actual_w = exynos_plane_get_size(crtc_x, crtc_w, crtc->mode.hdisplay); in exynos_plane_mode_set()
99 actual_h = exynos_plane_get_size(crtc_y, crtc_h, crtc->mode.vdisplay); in exynos_plane_mode_set()