Home
last modified time | relevance | path

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

/linux-5.19.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()
340 struct omap_crtc_state *omap_state = to_omap_crtc_state(crtc->state); in omap_crtc_flush()
453 struct omap_crtc_state *omap_state = to_omap_crtc_state(crtc->state); in omap_crtc_atomic_enable()
597 struct omap_crtc_state *omap_crtc_state = in omap_crtc_atomic_check() local
601 omap_crtc_state->zpos = pri_state->zpos; in omap_crtc_atomic_check()
602 omap_crtc_state->rotation = pri_state->rotation; in omap_crtc_atomic_check()
605 omap_crtc_state->manually_updated = omap_crtc_is_manually_updated(crtc); in omap_crtc_atomic_check()
621 struct omap_crtc_state *omap_crtc_state = to_omap_crtc_state(crtc->state); in omap_crtc_atomic_flush() local
[all …]