Home
last modified time | relevance | path

Searched refs:exynos_crtc (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
H A 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()
53 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(crtc); in exynos_crtc_atomic_check() local
58 if (exynos_crtc in exynos_crtc_atomic_check()
67 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(crtc); exynos_crtc_atomic_begin() local
76 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(crtc); exynos_crtc_atomic_flush() local
85 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(crtc); exynos_crtc_mode_valid() local
97 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(crtc); exynos_crtc_mode_fixup() local
117 exynos_crtc_handle_event(struct exynos_drm_crtc *exynos_crtc) exynos_crtc_handle_event() argument
136 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(crtc); exynos_drm_crtc_destroy() local
144 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(crtc); exynos_drm_crtc_enable_vblank() local
154 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(crtc); exynos_drm_crtc_disable_vblank() local
177 struct exynos_drm_crtc *exynos_crtc; exynos_drm_crtc_create() local
234 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(crtc); exynos_drm_crtc_te_handler() local
[all...]
H A 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);
H A Dexynos_drm_plane.c256 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(state->crtc); in exynos_plane_atomic_update() local
262 if (exynos_crtc->ops->update_plane) in exynos_plane_atomic_update()
263 exynos_crtc->ops->update_plane(exynos_crtc, exynos_plane); in exynos_plane_atomic_update()
270 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(old_state->crtc); in exynos_plane_atomic_disable() local
275 if (exynos_crtc->ops->disable_plane) in exynos_plane_atomic_disable()
276 exynos_crtc->ops->disable_plane(exynos_crtc, exynos_plane); in exynos_plane_atomic_disable()
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/
H A 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()
55 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(crtc); in exynos_crtc_atomic_check() local
60 if (exynos_crtc in exynos_crtc_atomic_check()
69 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(crtc); exynos_crtc_atomic_begin() local
78 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(crtc); exynos_crtc_atomic_flush() local
87 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(crtc); exynos_crtc_mode_valid() local
99 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(crtc); exynos_crtc_mode_fixup() local
119 exynos_crtc_handle_event(struct exynos_drm_crtc *exynos_crtc) exynos_crtc_handle_event() argument
138 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(crtc); exynos_drm_crtc_destroy() local
146 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(crtc); exynos_drm_crtc_enable_vblank() local
156 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(crtc); exynos_drm_crtc_disable_vblank() local
179 struct exynos_drm_crtc *exynos_crtc; exynos_drm_crtc_create() local
236 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(crtc); exynos_drm_crtc_te_handler() local
[all...]
H A 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);
H A Dexynos_drm_plane.c260 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(new_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()
275 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(old_state->crtc); in exynos_plane_atomic_disable() local
280 if (exynos_crtc->ops->disable_plane) in exynos_plane_atomic_disable()
281 exynos_crtc->ops->disable_plane(exynos_crtc, exynos_plane); in exynos_plane_atomic_disable()

Completed in 4 milliseconds