Lines Matching full:update

306  * Currently only tracks the state update functions and the opaque driver
308 * &drm_modeset_lock is required to duplicate and update this object's state.
382 * Currently only contains a backpointer to the overall atomic update,
428 * States are added to an atomic update by calling drm_atomic_get_crtc_state(),
467 * Count of all references to this update (will not be freed until zero).
518 * @async_update: hint for asynchronous plane update
562 * update.
570 * update.
578 * update.
591 * this update.
604 * of this update.
609 * @acquire_ctx: acquire context for this atomic modeset state update
883 * state update, from @plane. This is useful in atomic check callbacks,
938 * for_each_oldnew_connector_in_state - iterate over all connectors in an atomic update
947 * This iterates over all connectors in an atomic update, tracking both old and
962 * for_each_old_connector_in_state - iterate over all connectors in an atomic update
969 * This iterates over all connectors in an atomic update, tracking only the old
983 * for_each_new_connector_in_state - iterate over all connectors in an atomic update
990 * This iterates over all connectors in an atomic update, tracking only the new
1005 * for_each_oldnew_crtc_in_state - iterate over all CRTCs in an atomic update
1012 * This iterates over all CRTCs in an atomic update, tracking both old and
1029 * for_each_old_crtc_in_state - iterate over all CRTCs in an atomic update
1035 * This iterates over all CRTCs in an atomic update, tracking only the old
1049 * for_each_new_crtc_in_state - iterate over all CRTCs in an atomic update
1055 * This iterates over all CRTCs in an atomic update, tracking only the new
1070 * for_each_oldnew_colorop_in_state - iterate over all colorops in an atomic update
1077 * This iterates over all colorops in an atomic update, tracking both old and
1093 * for_each_new_colorop_in_state - iterate over all colorops in an atomic update
1099 * This iterates over all colorops in an atomic update, tracking new state. This is
1113 * for_each_oldnew_plane_in_state - iterate over all planes in an atomic update
1120 * This iterates over all planes in an atomic update, tracking both old and
1136 * update in reverse order
1143 * This iterates over all planes in an atomic update in reverse order,
1173 * for_each_old_plane_in_state - iterate over all planes in an atomic update
1179 * This iterates over all planes in an atomic update, tracking only the old
1191 * for_each_new_plane_in_state - iterate over all planes in an atomic update
1197 * This iterates over all planes in an atomic update, tracking only the new
1212 * for_each_oldnew_private_obj_in_state - iterate over all private objects in an atomic update
1219 * This iterates over all private objects in an atomic update, tracking both
1232 * for_each_old_private_obj_in_state - iterate over all private objects in an atomic update
1238 * This iterates over all private objects in an atomic update, tracking only
1250 * for_each_new_private_obj_in_state - iterate over all private objects in an atomic update
1256 * This iterates over all private objects in an atomic update, tracking only