Home
last modified time | relevance | path

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

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