Lines Matching refs:drm_atomic_state
33 static void kfree_state(struct drm_atomic_state *state) in kfree_state()
50 struct drm_atomic_state *
53 struct drm_atomic_state *state; in drm_atomic_state_alloc()
119 void drm_atomic_state_clear(struct drm_atomic_state *state) in drm_atomic_state_clear()
174 void drm_atomic_state_free(struct drm_atomic_state *state) in drm_atomic_state_free()
203 drm_atomic_get_crtc_state(struct drm_atomic_state *state, in drm_atomic_get_crtc_state()
337 drm_atomic_get_plane_state(struct drm_atomic_state *state, in drm_atomic_get_plane_state()
571 drm_atomic_get_connector_state(struct drm_atomic_state *state, in drm_atomic_get_connector_state()
868 drm_atomic_add_affected_connectors(struct drm_atomic_state *state, in drm_atomic_add_affected_connectors()
909 drm_atomic_connectors_for_crtc(struct drm_atomic_state *state, in drm_atomic_connectors_for_crtc()
937 void drm_atomic_legacy_backoff(struct drm_atomic_state *state) in drm_atomic_legacy_backoff()
966 int drm_atomic_check_only(struct drm_atomic_state *state) in drm_atomic_check_only()
1030 int drm_atomic_commit(struct drm_atomic_state *state) in drm_atomic_commit()
1061 int drm_atomic_async_commit(struct drm_atomic_state *state) in drm_atomic_async_commit()
1124 static int atomic_set_prop(struct drm_atomic_state *state, in atomic_set_prop()
1195 struct drm_atomic_state *state; in drm_mode_atomic_ioctl()