Lines Matching full:update

228  * Currently only tracks the state update functions and the opaque driver
230 * &drm_modeset_lock is required to duplicate and update this object's state.
285 * Currently only contains a backpointer to the overall atomic update, but in
303 * @async_update: hint for asynchronous plane update
310 * @acquire_ctx: acquire context for this atomic modeset state update
312 * States are added to an atomic update by calling drm_atomic_get_crtc_state(),
633 * @state, or if the plane isn't part of the atomic state update, from @plane.
677 * for_each_oldnew_connector_in_state - iterate over all connectors in an atomic update
686 * This iterates over all connectors in an atomic update, tracking both old and
700 * for_each_old_connector_in_state - iterate over all connectors in an atomic update
707 * This iterates over all connectors in an atomic update, tracking only the old
720 * for_each_new_connector_in_state - iterate over all connectors in an atomic update
727 * This iterates over all connectors in an atomic update, tracking only the new
740 * for_each_oldnew_crtc_in_state - iterate over all CRTCs in an atomic update
747 * This iterates over all CRTCs in an atomic update, tracking both old and
761 * for_each_old_crtc_in_state - iterate over all CRTCs in an atomic update
767 * This iterates over all CRTCs in an atomic update, tracking only the old
780 * for_each_new_crtc_in_state - iterate over all CRTCs in an atomic update
786 * This iterates over all CRTCs in an atomic update, tracking only the new
799 * for_each_oldnew_plane_in_state - iterate over all planes in an atomic update
806 * This iterates over all planes in an atomic update, tracking both old and
821 * update in reverse order
828 * This iterates over all planes in an atomic update in reverse order,
842 * for_each_old_plane_in_state - iterate over all planes in an atomic update
848 * This iterates over all planes in an atomic update, tracking only the old
860 * for_each_new_plane_in_state - iterate over all planes in an atomic update
866 * This iterates over all planes in an atomic update, tracking only the new
879 * for_each_oldnew_private_obj_in_state - iterate over all private objects in an atomic update
886 * This iterates over all private objects in an atomic update, tracking both
899 * for_each_old_private_obj_in_state - iterate over all private objects in an atomic update
905 * This iterates over all private objects in an atomic update, tracking only
917 * for_each_new_private_obj_in_state - iterate over all private objects in an atomic update
923 * This iterates over all private objects in an atomic update, tracking only