Searched refs:old_state (Results 1 - 25 of 63) sorted by relevance

123

/openbsd-current/sys/dev/pci/drm/include/drm/
H A Ddrm_damage_helper.h75 const struct drm_plane_state *old_state,
80 bool drm_atomic_helper_damage_merged(const struct drm_plane_state *old_state,
H A Ddrm_atomic.h162 struct drm_plane_state *state, *old_state, *new_state; member in struct:__drm_planes_state
167 struct drm_crtc_state *state, *old_state, *new_state; member in struct:__drm_crtcs_state
185 struct drm_connector_state *state, *old_state, *new_state; member in struct:__drm_connnectors_state
345 struct drm_private_state *state, *old_state, *new_state; member in struct:__drm_private_objs_state
568 return state->crtcs[drm_crtc_index(crtc)].old_state;
615 return state->planes[drm_plane_index(plane)].old_state;
673 return state->connectors[index].old_state;
769 (old_connector_state) = (__state)->connectors[__i].old_state, \
791 (old_connector_state) = (__state)->connectors[__i].old_state, 1))
834 (old_crtc_state) = (__state)->crtcs[__i].old_state, \
[all...]
H A Ddrm_atomic_helper.h81 struct drm_atomic_state *old_state);
84 struct drm_atomic_state *old_state);
88 struct drm_atomic_state *old_state);
96 struct drm_atomic_state *old_state);
110 struct drm_atomic_state *old_state);
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_atomic_helper.c1097 crtc_needs_disable(struct drm_crtc_state *old_state, argument
1105 return drm_atomic_crtc_effectively_active(old_state);
1112 if (old_state->self_refresh_active &&
1113 old_state->crtc != new_state->crtc)
1122 return old_state->active ||
1123 (old_state->self_refresh_active && !new_state->active) ||
1128 disable_outputs(struct drm_device *dev, struct drm_atomic_state *old_state) argument
1136 for_each_oldnew_connector_in_state(old_state, connector, old_conn_state, new_conn_state, i) {
1148 old_crtc_state = drm_atomic_get_old_crtc_state(old_state, old_conn_state->crtc);
1152 old_state,
1260 drm_atomic_helper_update_legacy_modeset_state(struct drm_device *dev, struct drm_atomic_state *old_state) argument
1343 crtc_set_mode(struct drm_device *dev, struct drm_atomic_state *old_state) argument
1418 drm_atomic_helper_commit_modeset_disables(struct drm_device *dev, struct drm_atomic_state *old_state) argument
1430 drm_atomic_helper_commit_writebacks(struct drm_device *dev, struct drm_atomic_state *old_state) argument
1465 drm_atomic_helper_commit_modeset_enables(struct drm_device *dev, struct drm_atomic_state *old_state) argument
1649 drm_atomic_helper_wait_for_vblanks(struct drm_device *dev, struct drm_atomic_state *old_state) argument
1708 drm_atomic_helper_wait_for_flip_done(struct drm_device *dev, struct drm_atomic_state *old_state) argument
1747 drm_atomic_helper_commit_tail(struct drm_atomic_state *old_state) argument
1777 drm_atomic_helper_commit_tail_rpm(struct drm_atomic_state *old_state) argument
1798 commit_tail(struct drm_atomic_state *old_state) argument
2402 drm_atomic_helper_wait_for_dependencies(struct drm_atomic_state *old_state) argument
2457 drm_atomic_helper_fake_vblank(struct drm_atomic_state *old_state) argument
2495 drm_atomic_helper_commit_hw_done(struct drm_atomic_state *old_state) argument
2540 drm_atomic_helper_commit_cleanup_done(struct drm_atomic_state *old_state) argument
2738 drm_atomic_helper_commit_planes(struct drm_device *dev, struct drm_atomic_state *old_state, uint32_t flags) argument
2862 struct drm_atomic_state *old_state = old_crtc_state->state; local
2968 drm_atomic_helper_cleanup_planes(struct drm_device *dev, struct drm_atomic_state *old_state) argument
[all...]
H A Ddrm_bridge.c593 * @old_state: old atomic state
603 struct drm_atomic_state *old_state)
617 drm_atomic_get_old_bridge_state(old_state,
634 struct drm_atomic_state *old_state)
636 if (old_state && bridge->funcs->atomic_post_disable) {
640 drm_atomic_get_old_bridge_state(old_state,
656 * @old_state: old atomic state
670 struct drm_atomic_state *old_state)
711 old_state);
716 drm_atomic_bridge_call_post_disable(bridge, old_state);
602 drm_atomic_bridge_chain_disable(struct drm_bridge *bridge, struct drm_atomic_state *old_state) argument
633 drm_atomic_bridge_call_post_disable(struct drm_bridge *bridge, struct drm_atomic_state *old_state) argument
669 drm_atomic_bridge_chain_post_disable(struct drm_bridge *bridge, struct drm_atomic_state *old_state) argument
725 drm_atomic_bridge_call_pre_enable(struct drm_bridge *bridge, struct drm_atomic_state *old_state) argument
759 drm_atomic_bridge_chain_pre_enable(struct drm_bridge *bridge, struct drm_atomic_state *old_state) argument
827 drm_atomic_bridge_chain_enable(struct drm_bridge *bridge, struct drm_atomic_state *old_state) argument
[all...]
H A Ddrm_damage_helper.c207 * @old_state: Old plane state for validation.
224 const struct drm_plane_state *old_state,
245 !drm_rect_equals(&state->src, &old_state->src)) {
297 * @old_state: Old plane state for validation.
310 bool drm_atomic_helper_damage_merged(const struct drm_plane_state *old_state, argument
323 drm_atomic_helper_damage_iter_init(&iter, old_state, state);
223 drm_atomic_helper_damage_iter_init(struct drm_atomic_helper_damage_iter *iter, const struct drm_plane_state *old_state, const struct drm_plane_state *state) argument
/openbsd-current/sys/dev/
H A Dsoftraid_raid1.c108 int old_state, s; local
116 old_state = sd->sd_vol.sv_chunks[c]->src_meta.scm_status;
119 if (old_state == new_state)
122 switch (old_state) {
180 old_state, new_state);
198 int old_state = sd->sd_vol_status; local
237 "was %d\n", DEVNAME(sd->sd_sc), old_state);
243 old_state, new_state);
245 switch (old_state) {
313 old_state, new_stat
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Dapp.c198 static int old_state; variable
216 int old_state; member in struct:app_save
239 saved->old_state = old_state;
275 old_state = saved->old_state;
361 -1: output string in out_string and go to the state in old_state
362 -2: flush text until a '*' '/' is seen, then go to state old_state
453 state = old_state;
454 old_state
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Dapp.c198 static int old_state; variable
216 int old_state; member in struct:app_save
239 saved->old_state = old_state;
275 old_state = saved->old_state;
363 -1: output string in out_string and go to the state in old_state
364 -2: flush text until a '*' '/' is seen, then go to state old_state
459 state = old_state;
460 old_state
[all...]
/openbsd-current/lib/librthread/
H A Drthread_barrier.c103 int rc, old_state, gen; local
109 if ((rc = pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &old_state)))
141 rc = pthread_setcancelstate(old_state, NULL);
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_global_state.h44 (new_obj_state) = (__state)->global_objs[__i].old_state, 1); \
52 (old_obj_state) = (__state)->global_objs[__i].old_state, \
66 struct intel_global_state *state, *old_state, *new_state; member in struct:__intel_global_objs_state
H A Dintel_hdcp.h26 struct drm_connector_state *old_state,
H A Dintel_global_state.c143 state->global_objs[index].old_state =
165 return state->global_objs[i].old_state;
218 intel_atomic_global_state_put(state->global_objs[i].old_state);
223 state->global_objs[i].old_state = NULL;
H A Dintel_atomic.c121 struct drm_connector_state *old_state = local
124 to_intel_digital_connector_state(old_state);
127 intel_hdcp_atomic_check(conn, old_state, new_state);
145 !drm_connector_atomic_hdr_metadata_equal(old_state, new_state))
/openbsd-current/usr.sbin/dvmrpd/
H A Dneighbor.c93 int old_state; local
97 old_state = nbr->state;
99 if ((nbr_fsm_tbl[i].state & old_state) &&
110 nbr_state_name(old_state));
138 nbr_event_name(event), nbr_state_name(old_state));
145 if (old_state != nbr->state) {
146 if (old_state & NBR_STA_2_WAY || nbr->state & NBR_STA_2_WAY) {
162 inet_ntoa(nbr->id), nbr_state_name(old_state),
/openbsd-current/usr.sbin/ripd/
H A Dneighbor.c98 int old_state; local
102 old_state = nbr->state;
104 if ((nbr_fsm_tbl[i].state & old_state) &&
115 nbr_state_name(old_state));
137 if (old_state != nbr->state) {
146 inet_ntoa(nbr->id), nbr_state_name(old_state),
H A Dinterface.c99 int old_state; local
103 old_state = iface->state;
106 if ((iface_fsm[i].state & old_state) &&
116 if_event_name(event), if_state_name(old_state));
135 if_state_name(old_state));
142 if (old_state == IF_STA_ACTIVE && iface->state == IF_STA_DOWN)
144 if (old_state & IF_STA_DOWN && iface->state == IF_STA_ACTIVE)
150 iface->name, if_state_name(old_state), if_state_name(iface->state));
/openbsd-current/sys/dev/pci/drm/include/drm/display/
H A Ddrm_dp_mst_helper.h925 * @old_state: optional pointer to the old &struct drm_dp_mst_topology_state
942 struct drm_dp_mst_topology_state **old_state,
952 if (old_state)
953 *old_state = to_dp_mst_topology_state(objs_state->old_state);
965 * @old_state: &struct drm_dp_mst_topology_state iteration cursor for the old
975 #define for_each_oldnew_mst_mgr_in_state(__state, mgr, old_state, new_state, __i) \
977 for_each_if(__drm_dp_mst_state_iter_get((__state), &(mgr), &(old_state), &(new_state), (__i)))
984 * @old_state: &struct drm_dp_mst_topology_state iteration cursor for the old
992 #define for_each_old_mst_mgr_in_state(__state, mgr, old_state, __
940 __drm_dp_mst_state_iter_get(struct drm_atomic_state *state, struct drm_dp_mst_topology_mgr **mgr, struct drm_dp_mst_topology_state **old_state, struct drm_dp_mst_topology_state **new_state, int i) argument
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Di386gnu-nat.c221 thread_state_data_t old_state;
227 memcpy (&old_state, &thread->state, sizeof (old_state));
247 && memcpy (REG_ADDR (&old_state, check_regno),
219 thread_state_data_t old_state; local
/openbsd-current/usr.sbin/bgpctl/
H A Dmrtparser.h69 uint16_t old_state; member in struct:mrt_bgp_state
/openbsd-current/usr.sbin/ospfd/
H A Dneighbor.c122 int old_state; local
129 old_state = nbr->state;
131 if ((nbr_fsm_tbl[i].state & old_state) &&
143 nbr_state_name(old_state));
191 nbr_event_names[event], nbr_state_name(old_state));
198 if (old_state != nbr->state) {
204 if (old_state & NBR_STA_FULL || nbr->state & NBR_STA_FULL) {
218 if (old_state & ~NBR_STA_PRELIM && nbr->state & NBR_STA_PRELIM)
226 nbr_state_name(old_state),
H A Dinterface.c93 int old_state; local
97 old_state = iface->state;
100 if ((iface_fsm[i].state & old_state) &&
110 if_event_names[event], if_state_name(old_state));
132 if_state_name(old_state));
139 if (iface->state != old_state) {
144 if (old_state & (IF_STA_MULTI | IF_STA_POINTTOPOINT) &&
147 if ((old_state & (IF_STA_MULTI | IF_STA_POINTTOPOINT)) == 0 &&
154 iface->name, if_state_name(old_state), if_state_name(iface->state));
407 int old_state; local
[all...]
/openbsd-current/usr.sbin/ospf6d/
H A Dneighbor.c122 int old_state; local
129 old_state = nbr->state;
131 if ((nbr_fsm_tbl[i].state & old_state) &&
143 nbr_state_name(old_state));
191 nbr_event_names[event], nbr_state_name(old_state));
198 if (old_state != nbr->state) {
201 if (old_state & NBR_STA_FULL || nbr->state & NBR_STA_FULL) {
219 if (old_state & ~NBR_STA_PRELIM && nbr->state & NBR_STA_PRELIM)
227 nbr_state_name(old_state),
H A Dinterface.c98 int old_state; local
102 old_state = iface->state;
105 if ((iface_fsm[i].state & old_state) &&
115 if_event_names[event], if_state_name(old_state));
137 if_state_name(old_state));
144 if (iface->state != old_state) {
154 if (old_state & (IF_STA_MULTI | IF_STA_POINTTOPOINT) &&
157 if ((old_state & (IF_STA_MULTI | IF_STA_POINTTOPOINT)) == 0 &&
164 iface->name, if_state_name(old_state), if_state_name(iface->state));
455 int old_state; local
[all...]
/openbsd-current/sys/dev/pci/drm/apple/
H A Dapple_drv.c239 static void dcp_atomic_commit_tail(struct drm_atomic_state *old_state) argument
241 struct drm_device *dev = old_state->dev;
243 drm_atomic_helper_commit_modeset_disables(dev, old_state);
245 drm_atomic_helper_commit_modeset_enables(dev, old_state);
247 drm_atomic_helper_commit_planes(dev, old_state,
250 drm_atomic_helper_fake_vblank(old_state);
252 drm_atomic_helper_commit_hw_done(old_state);
254 drm_atomic_helper_wait_for_flip_done(dev, old_state);
256 drm_atomic_helper_cleanup_planes(dev, old_state);

Completed in 399 milliseconds

123