Lines Matching refs:omap_crtc_state
17 #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
645 if (omap_crtc_state->manually_updated) { in omap_crtc_atomic_flush()
697 struct omap_crtc_state *omap_state = to_omap_crtc_state(state); in omap_crtc_atomic_get_property()
711 struct omap_crtc_state *state; in omap_crtc_reset()
726 struct omap_crtc_state *state, *current_state; in omap_crtc_duplicate_state()