Lines Matching refs:plane
59 static void exynos_plane_mode_set(struct drm_plane *plane, in exynos_plane_mode_set() argument
67 struct exynos_drm_plane *exynos_plane = to_exynos_plane(plane); in exynos_plane_mode_set()
107 plane->crtc = crtc; in exynos_plane_mode_set()
119 static int exynos_plane_atomic_check(struct drm_plane *plane, in exynos_plane_atomic_check() argument
122 struct exynos_drm_plane *exynos_plane = to_exynos_plane(plane); in exynos_plane_atomic_check()
148 static void exynos_plane_atomic_update(struct drm_plane *plane, in exynos_plane_atomic_update() argument
151 struct drm_plane_state *state = plane->state; in exynos_plane_atomic_update()
153 struct exynos_drm_plane *exynos_plane = to_exynos_plane(plane); in exynos_plane_atomic_update()
158 exynos_plane_mode_set(plane, state->crtc, state->fb, in exynos_plane_atomic_update()
170 static void exynos_plane_atomic_disable(struct drm_plane *plane, in exynos_plane_atomic_disable() argument
173 struct exynos_drm_plane *exynos_plane = to_exynos_plane(plane); in exynos_plane_atomic_disable()
190 static void exynos_plane_attach_zpos_property(struct drm_plane *plane, in exynos_plane_attach_zpos_property() argument
193 struct drm_device *dev = plane->dev; in exynos_plane_attach_zpos_property()
207 drm_object_attach_property(&plane->base, prop, zpos); in exynos_plane_attach_zpos_property()