omap_global_state
struct omap_global_state *
struct omap_global_state *__must_check
struct omap_global_state *state;
struct omap_global_state *omap_state = to_omap_global_state(state);
struct omap_global_state *state;
struct omap_global_state * __must_check omap_get_global_state(struct drm_atomic_commit *s);
struct omap_global_state *omap_get_existing_global_state(struct omap_drm_private *priv);
#define to_omap_global_state(x) container_of(x, struct omap_global_state, base)
struct omap_global_state *state = omap_get_global_state(s);
struct omap_global_state *state = omap_get_existing_global_state(priv);
struct omap_global_state *state = omap_get_global_state(s);
struct omap_global_state *omap_overlay_global_state;