HomeSort by: relevance | last modified time | path
    Searched refs:old_state (Results 1 - 25 of 95) sorted by relevancy

1 2 3 4

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_cdclk.h 39 const struct intel_cdclk_state *old_state,
44 const struct intel_cdclk_state *old_state,
intel_hdcp.h 24 struct drm_connector_state *old_state,
intel_psr.h 44 struct drm_connector_state *old_state,
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_damage_helper.h 78 const struct drm_plane_state *old_state,
83 bool drm_atomic_helper_damage_merged(const struct drm_plane_state *old_state,
drm_atomic.h 163 struct drm_plane_state *state, *old_state, *new_state; member in struct:__drm_planes_state
168 struct drm_crtc_state *state, *old_state, *new_state; member in struct:__drm_crtcs_state
186 struct drm_connector_state *state, *old_state, *new_state; member in struct:__drm_connnectors_state
307 struct drm_private_state *state, *old_state, *new_state; member in struct:__drm_private_objs_state
511 return state->crtcs[drm_crtc_index(crtc)].old_state;
558 return state->planes[drm_plane_index(plane)].old_state;
616 return state->connectors[index].old_state;
709 (old_connector_state) = (__state)->connectors[__i].old_state, \
731 (old_connector_state) = (__state)->connectors[__i].old_state, 1))
774 (old_crtc_state) = (__state)->crtcs[__i].old_state, \
    [all...]
drm_atomic_helper.h 70 struct drm_atomic_state *old_state);
73 struct drm_atomic_state *old_state);
77 struct drm_atomic_state *old_state);
82 struct drm_atomic_state *old_state);
94 struct drm_atomic_state *old_state);
drm_bridge.h 268 struct drm_atomic_state *old_state);
293 struct drm_atomic_state *old_state);
316 struct drm_atomic_state *old_state);
342 struct drm_atomic_state *old_state);
drm_modeset_helper_vtables.h 1116 struct drm_plane_state *old_state);
1173 struct drm_plane_state *old_state);
1197 struct drm_plane_state *old_state);
drm_dp_mst_helper.h 831 * @old_state: optional pointer to the old &struct drm_dp_mst_topology_state
848 struct drm_dp_mst_topology_state **old_state,
858 if (old_state)
859 *old_state = to_dp_mst_topology_state(objs_state->old_state);
871 * @old_state: &struct drm_dp_mst_topology_state iteration cursor for the old
881 #define for_each_oldnew_mst_mgr_in_state(__state, mgr, old_state, new_state, __i) \
883 for_each_if(__drm_dp_mst_state_iter_get((__state), &(mgr), &(old_state), &(new_state), (__i)))
890 * @old_state: &struct drm_dp_mst_topology_state iteration cursor for the old
898 #define for_each_old_mst_mgr_in_state(__state, mgr, old_state, __i)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
scoped_ignore_signal-selftests.c 52 sigset_t set, old_state; local
55 sigprocmask (SIG_UNBLOCK, &set, &old_state);
56 SCOPE_EXIT { sigprocmask (SIG_SETMASK, &old_state, nullptr); };
  /src/external/gpl3/gdb.old/dist/gdbsupport/
scoped_ignore_signal.h 44 sigset_t set, old_state; local
48 sigprocmask (SIG_BLOCK, &set, &old_state);
49 m_was_blocked = sigismember (&old_state, Sig);
  /src/external/gpl3/gdb/dist/gdb/unittests/
scoped_ignore_signal-selftests.c 52 sigset_t set, old_state; local
55 sigprocmask (SIG_UNBLOCK, &set, &old_state);
56 SCOPE_EXIT { sigprocmask (SIG_SETMASK, &old_state, nullptr); };
  /src/external/gpl3/gdb/dist/gdbsupport/
scoped_ignore_signal.h 44 sigset_t set, old_state; local
48 sigprocmask (SIG_BLOCK, &set, &old_state);
49 m_was_blocked = sigismember (&old_state, Sig);
  /src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_plane.c 135 struct drm_plane_state *old_state)
145 if (old_state->crtc)
146 output = drm_crtc_to_virtio_gpu_output(old_state->crtc);
159 if (!drm_atomic_helper_damage_merged(old_state, plane->state, &rect))
168 if (plane->state->fb != old_state->fb ||
169 plane->state->src_w != old_state->src_w ||
170 plane->state->src_h != old_state->src_h ||
171 plane->state->src_x != old_state->src_x ||
172 plane->state->src_y != old_state->src_y) {
221 struct drm_plane_state *old_state)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/
drm_atomic_helper.c 965 crtc_needs_disable(struct drm_crtc_state *old_state,
973 return drm_atomic_crtc_effectively_active(old_state);
980 return old_state->active ||
981 (old_state->self_refresh_active && !new_state->enable) ||
986 disable_outputs(struct drm_device *dev, struct drm_atomic_state *old_state)
994 for_each_oldnew_connector_in_state(old_state, connector, old_conn_state, new_conn_state, i) {
1004 old_crtc_state = drm_atomic_get_old_crtc_state(old_state, old_conn_state->crtc);
1008 old_state,
1035 drm_atomic_bridge_chain_disable(bridge, old_state);
1040 funcs->atomic_disable(encoder, old_state);
2578 struct drm_atomic_state *old_state = old_crtc_state->state; local
    [all...]
drm_bridge.c 413 * @old_state: old atomic state
423 struct drm_atomic_state *old_state)
434 iter->funcs->atomic_disable(iter, old_state);
448 * @old_state: old atomic state
458 struct drm_atomic_state *old_state)
468 bridge->funcs->atomic_post_disable(bridge, old_state);
479 * @old_state: old atomic state
489 struct drm_atomic_state *old_state)
500 iter->funcs->atomic_pre_enable(iter, old_state);
513 * @old_state: old atomic stat
    [all...]
drm_damage_helper.c 265 * @old_state: Old plane state for validation.
282 const struct drm_plane_state *old_state,
299 if (!iter->clips || !drm_rect_equals(&state->src, &old_state->src)) {
351 * @old_state: Old plane state for validation.
364 bool drm_atomic_helper_damage_merged(const struct drm_plane_state *old_state,
377 drm_atomic_helper_damage_iter_init(&iter, old_state, state);
  /src/crypto/external/apache2/openssl/dist/include/internal/
qlog_event_helpers.h 27 uint32_t old_state,
  /src/external/gpl3/binutils/dist/gas/
app.c 274 static int old_state; variable
290 int old_state; member in struct:app_save
315 saved->old_state = old_state;
354 old_state = saved->old_state;
494 -1: output string in out_string and go to the state in old_state
591 state = old_state;
592 old_state = 3;
611 old_state = 3
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
app.c 278 static int old_state; variable
294 int old_state; member in struct:app_save
319 saved->old_state = old_state;
358 old_state = saved->old_state;
498 -1: output string in out_string and go to the state in old_state
595 state = old_state;
596 old_state = 3;
615 old_state = 3
    [all...]
  /src/external/bsd/wpa/dist/src/fst/
fst_ctrl_aux.h 67 enum fst_session_state old_state; member in struct:fst_event_extra::fst_event_extra_session_state
  /src/external/gpl3/gcc/dist/gcc/analyzer/
sm-fd.cc 269 state_t old_state,
276 state_t old_state,
1709 state_t old_state,
1714 if (is_closed_fd_p (old_state))
1726 else if (is_unchecked_fd_p (old_state) || is_valid_fd_p (old_state))
1734 old_state,
1741 else if (old_state == m_invalid)
1772 state_t old_state,
1795 fd_sval, node, old_state, &complained)
1848 state_t old_state = sm_ctxt->get_state (stmt, fd_sval); local
1900 state_t old_state = sm_ctxt->get_state (stmt, fd_sval); local
1971 state_t old_state = sm_ctxt->get_state (stmt, fd_sval); local
2103 state_t old_state = sm_ctxt->get_state (stmt, fd_sval); local
2574 state_machine::state_t old_state local
    [all...]
sm.cc 176 if (const program_state *old_state = get_old_program_state ())
177 return old_state->m_region_model;
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
sm.cc 168 if (const program_state *old_state = get_old_program_state ())
169 return old_state->m_region_model;
pending-diagnostic.h 66 state_machine::state_t old_state,
72 m_old_state (old_state), m_new_state (new_state),

Completed in 34 milliseconds

1 2 3 4