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
326 struct drm_private_state *state, *old_state, *new_state; member
556 return state->crtcs[drm_crtc_index(crtc)].new_state; in drm_atomic_get_new_crtc_state()
604 return state->planes[drm_plane_index(plane)].new_state; in drm_atomic_get_new_plane_state()
667 return state->connectors[index].new_state; in drm_atomic_get_new_connector_state()
744 (new_connector_state) = (__state)->connectors[__i].new_state, 1))
786 (new_connector_state) = (__state)->connectors[__i].new_state, \
810 (new_crtc_state) = (__state)->crtcs[__i].new_state, \
851 (new_crtc_state) = (__state)->crtcs[__i].new_state, \
874 (new_plane_state) = (__state)->planes[__i].new_state, 1))
896 (new_plane_state) = (__state)->planes[__i].new_state, 1))
912 (new_plane_state) = (__state)->planes[__i].new_state, 1))
950 (new_plane_state) = (__state)->planes[__i].new_state, \
970 (new_obj_state) = (__state)->private_objs[__i].new_state, 1); \
1006 (new_obj_state) = (__state)->private_objs[__i].new_state, 1); \