Lines Matching refs:new_state
162 struct drm_plane_state *state, *old_state, *new_state; member
167 struct drm_crtc_state *state, *old_state, *new_state; member
185 struct drm_connector_state *state, *old_state, *new_state; member
345 struct drm_private_state *state, *old_state, *new_state; member
582 return state->crtcs[drm_crtc_index(crtc)].new_state; in drm_atomic_get_new_crtc_state()
630 return state->planes[drm_plane_index(plane)].new_state; in drm_atomic_get_new_plane_state()
693 return state->connectors[index].new_state; in drm_atomic_get_new_connector_state()
770 (new_connector_state) = (__state)->connectors[__i].new_state, 1))
812 (new_connector_state) = (__state)->connectors[__i].new_state, \
836 (new_crtc_state) = (__state)->crtcs[__i].new_state, \
877 (new_crtc_state) = (__state)->crtcs[__i].new_state, \
900 (new_plane_state) = (__state)->planes[__i].new_state, 1))
922 (new_plane_state) = (__state)->planes[__i].new_state, 1))
938 (new_plane_state) = (__state)->planes[__i].new_state, 1))
976 (new_plane_state) = (__state)->planes[__i].new_state, \
996 (new_obj_state) = (__state)->private_objs[__i].new_state, 1); \
1033 (new_obj_state) = (__state)->private_objs[__i].new_state, 1); \