Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/exynos/
Dexynos_drm_crtc.c24 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(crtc); in exynos_drm_crtc_atomic_enable() local
26 if (exynos_crtc->ops->atomic_enable) in exynos_drm_crtc_atomic_enable()
27 exynos_crtc->ops->atomic_enable(exynos_crtc); in exynos_drm_crtc_atomic_enable()
35 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(crtc); in exynos_drm_crtc_atomic_disable() local
39 if (exynos_crtc->ops->atomic_disable) in exynos_drm_crtc_atomic_disable()
40 exynos_crtc->ops->atomic_disable(exynos_crtc); in exynos_drm_crtc_atomic_disable()
56 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(crtc); in exynos_crtc_atomic_check() local
61 if (exynos_crtc->ops->atomic_check) in exynos_crtc_atomic_check()
62 return exynos_crtc->ops->atomic_check(exynos_crtc, crtc_state); in exynos_crtc_atomic_check()
70 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(crtc); in exynos_crtc_atomic_begin() local
[all …]
Dexynos_drm_crtc.h22 void exynos_drm_crtc_wait_pending_update(struct exynos_drm_crtc *exynos_crtc);
23 void exynos_drm_crtc_finish_update(struct exynos_drm_crtc *exynos_crtc,
40 void exynos_crtc_handle_event(struct exynos_drm_crtc *exynos_crtc);
Dexynos_drm_plane.c259 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(new_state->crtc); in exynos_plane_atomic_update() local
265 if (exynos_crtc->ops->update_plane) in exynos_plane_atomic_update()
266 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()