Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/exynos/
Dexynos_drm_crtc.c28 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(crtc); in exynos_drm_crtc_atomic_enable() local
30 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() local
43 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() local
63 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 …]
Dexynos_drm_plane.c260 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(state->crtc); in exynos_plane_atomic_update() local
266 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() local
279 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()
Dexynos_drm_crtc.h26 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);