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
575 return state->crtcs[drm_crtc_index(crtc)].new_state; in drm_atomic_get_new_crtc_state()
623 return state->planes[drm_plane_index(plane)].new_state; in drm_atomic_get_new_plane_state()
686 return state->connectors[index].new_state; in drm_atomic_get_new_connector_state()
763 (new_connector_state) = (__state)->connectors[__i].new_state, 1))
805 (new_connector_state) = (__state)->connectors[__i].new_state, \
829 (new_crtc_state) = (__state)->crtcs[__i].new_state, \
870 (new_crtc_state) = (__state)->crtcs[__i].new_state, \
893 (new_plane_state) = (__state)->planes[__i].new_state, 1))
915 (new_plane_state) = (__state)->planes[__i].new_state, 1))
931 (new_plane_state) = (__state)->planes[__i].new_state, 1))
969 (new_plane_state) = (__state)->planes[__i].new_state, \
989 (new_obj_state) = (__state)->private_objs[__i].new_state, 1); \
1026 (new_obj_state) = (__state)->private_objs[__i].new_state, 1); \