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
680 return state->crtcs[drm_crtc_index(crtc)].new_state; in drm_atomic_get_new_crtc_state()
728 return state->planes[drm_plane_index(plane)].new_state; in drm_atomic_get_new_plane_state()
791 return state->connectors[index].new_state; in drm_atomic_get_new_connector_state()
868 (new_connector_state) = (__state)->connectors[__i].new_state, 1))
910 (new_connector_state) = (__state)->connectors[__i].new_state, \
934 (new_crtc_state) = (__state)->crtcs[__i].new_state, \
975 (new_crtc_state) = (__state)->crtcs[__i].new_state, \
998 (new_plane_state) = (__state)->planes[__i].new_state, 1))
1020 (new_plane_state) = (__state)->planes[__i].new_state, 1))
1036 (new_plane_state) = (__state)->planes[__i].new_state, 1))
1074 (new_plane_state) = (__state)->planes[__i].new_state, \
1094 (new_obj_state) = (__state)->private_objs[__i].new_state, 1); \
1131 (new_obj_state) = (__state)->private_objs[__i].new_state, 1); \