Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/omapdrm/
Domap_crtc.c18 #define to_omap_crtc_state(x) container_of(x, struct omap_crtc_state, base)
20 struct omap_crtc_state { struct
112 struct omap_crtc_state *omap_state = to_omap_crtc_state(crtc->state); in omap_crtc_set_enabled()
352 struct omap_crtc_state *omap_state = to_omap_crtc_state(crtc->state); in omap_crtc_flush()
443 struct omap_crtc_state *omap_state = to_omap_crtc_state(crtc->state); in omap_crtc_atomic_enable()
586 struct omap_crtc_state *omap_crtc_state = in omap_crtc_atomic_check() local
590 omap_crtc_state->zpos = pri_state->zpos; in omap_crtc_atomic_check()
591 omap_crtc_state->rotation = pri_state->rotation; in omap_crtc_atomic_check()
594 omap_crtc_state->manually_updated = omap_crtc_is_manually_updated(crtc); in omap_crtc_atomic_check()
610 struct omap_crtc_state *omap_crtc_state = to_omap_crtc_state(crtc->state); in omap_crtc_atomic_flush() local
[all …]