Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/omapdrm/
Domap_crtc.c17 #define to_omap_crtc_state(x) container_of(x, struct omap_crtc_state, base)
19 struct omap_crtc_state { struct
111 struct omap_crtc_state *omap_state = to_omap_crtc_state(crtc->state); in omap_crtc_set_enabled()
339 struct omap_crtc_state *omap_state = to_omap_crtc_state(crtc->state); in omap_crtc_flush()
452 struct omap_crtc_state *omap_state = to_omap_crtc_state(crtc->state); in omap_crtc_atomic_enable()
596 struct omap_crtc_state *omap_crtc_state = in omap_crtc_atomic_check() local
600 omap_crtc_state->zpos = pri_state->zpos; in omap_crtc_atomic_check()
601 omap_crtc_state->rotation = pri_state->rotation; in omap_crtc_atomic_check()
604 omap_crtc_state->manually_updated = omap_crtc_is_manually_updated(crtc); in omap_crtc_atomic_check()
620 struct omap_crtc_state *omap_crtc_state = to_omap_crtc_state(crtc->state); in omap_crtc_atomic_flush() local
[all …]