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
630 return state->crtcs[drm_crtc_index(crtc)].new_state; in drm_atomic_get_new_crtc_state()
678 return state->planes[drm_plane_index(plane)].new_state; in drm_atomic_get_new_plane_state()
741 return state->connectors[index].new_state; in drm_atomic_get_new_connector_state()
818 (new_connector_state) = (__state)->connectors[__i].new_state, 1))
860 (new_connector_state) = (__state)->connectors[__i].new_state, \
884 (new_crtc_state) = (__state)->crtcs[__i].new_state, \
925 (new_crtc_state) = (__state)->crtcs[__i].new_state, \
948 (new_plane_state) = (__state)->planes[__i].new_state, 1))
970 (new_plane_state) = (__state)->planes[__i].new_state, 1))
986 (new_plane_state) = (__state)->planes[__i].new_state, 1))
1024 (new_plane_state) = (__state)->planes[__i].new_state, \
1044 (new_obj_state) = (__state)->private_objs[__i].new_state, 1); \
1081 (new_obj_state) = (__state)->private_objs[__i].new_state, 1); \