Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_plane.c41 static int exynos_plane_get_size(int start, unsigned length, unsigned last) in exynos_plane_get_size() function
91 actual_w = exynos_plane_get_size(crtc_x, crtc_w, mode->hdisplay); in exynos_plane_mode_set()
92 actual_h = exynos_plane_get_size(crtc_y, crtc_h, mode->vdisplay); in exynos_plane_mode_set()