Searched refs:exynos_crtc (Results 1 – 3 of 3) sorted by relevance
28 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(crtc); in exynos_drm_crtc_atomic_enable() local30 if (exynos_crtc->ops->enable) in exynos_drm_crtc_atomic_enable()31 exynos_crtc->ops->enable(exynos_crtc); in exynos_drm_crtc_atomic_enable()39 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(crtc); in exynos_drm_crtc_atomic_disable() local43 if (exynos_crtc->ops->disable) in exynos_drm_crtc_atomic_disable()44 exynos_crtc->ops->disable(exynos_crtc); in exynos_drm_crtc_atomic_disable()58 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(crtc); in exynos_crtc_atomic_check() local63 if (exynos_crtc->ops->atomic_check) in exynos_crtc_atomic_check()64 return exynos_crtc->ops->atomic_check(exynos_crtc, state); in exynos_crtc_atomic_check()72 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(crtc); in exynos_crtc_atomic_begin() local[all …]
260 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(state->crtc); in exynos_plane_atomic_update() local266 if (exynos_crtc->ops->update_plane) in exynos_plane_atomic_update()267 exynos_crtc->ops->update_plane(exynos_crtc, exynos_plane); in exynos_plane_atomic_update()274 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(old_state->crtc); in exynos_plane_atomic_disable() local279 if (exynos_crtc->ops->disable_plane) in exynos_plane_atomic_disable()280 exynos_crtc->ops->disable_plane(exynos_crtc, exynos_plane); in exynos_plane_atomic_disable()
26 void exynos_drm_crtc_wait_pending_update(struct exynos_drm_crtc *exynos_crtc);27 void exynos_drm_crtc_finish_update(struct exynos_drm_crtc *exynos_crtc,44 void exynos_crtc_handle_event(struct exynos_drm_crtc *exynos_crtc);