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

1 2

  /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,
intel_atomic.c 131 struct drm_connector_state *old_state = local in function:intel_digital_connector_atomic_check
134 to_intel_digital_connector_state(old_state);
137 intel_hdcp_atomic_check(conn, old_state, new_state);
138 intel_psr_atomic_check(conn, old_state, new_state);
intel_display.h 431 (old_plane_state) = to_intel_plane_state((__state)->base.planes[__i].old_state), 1); \
455 (old_plane_state) = to_intel_plane_state((__state)->base.planes[__i].old_state), \
464 (old_crtc_state) = to_intel_crtc_state((__state)->base.crtcs[__i].old_state), \
473 (old_crtc_state) = to_intel_crtc_state((__state)->base.crtcs[__i].old_state), \
569 struct drm_plane_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/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...]
virtgpu_display.c 102 struct drm_crtc_state *old_state)
110 struct drm_crtc_state *old_state)
127 struct drm_crtc_state *old_state)
  /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 in function:drm_atomic_helper_commit_planes_on_crtc
    [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);
drm_atomic.c 175 state->connectors[i].old_state = NULL;
191 state->crtcs[i].old_state = NULL;
210 state->planes[i].old_state = NULL;
221 state->private_objs[i].old_state = NULL;
321 state->crtcs[index].old_state = crtc->state;
501 state->planes[index].old_state = plane->state;
810 state->private_objs[index].old_state = obj->state;
840 return state->private_objs[i].old_state;
992 state->connectors[index].old_state = connector->state;
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_scrn.c 287 struct drm_crtc_state *old_state)
297 struct drm_crtc_state *old_state)
376 * @old_state: Contains the FB to clean up
384 struct drm_plane_state *old_state)
386 struct vmw_plane_state *vps = vmw_plane_state_to_vps(old_state);
388 plane->state->crtc : old_state->crtc;
395 vmw_du_plane_cleanup_fb(plane, old_state);
534 * @old_state: Old plane state.
544 struct drm_plane_state *old_state,
552 bo_update.base.old_state = old_state
    [all...]
vmwgfx_stdu.c 416 struct drm_crtc_state *old_state)
421 struct drm_crtc_state *old_state)
1001 * @old_state: Contains the FB to clean up
1009 struct drm_plane_state *old_state)
1011 struct vmw_plane_state *vps = vmw_plane_state_to_vps(old_state);
1016 vmw_du_plane_cleanup_fb(plane, old_state);
1359 * @old_state: old plane state.
1369 struct drm_plane_state *old_state,
1377 bo_update.base.old_state = old_state;
1444 struct drm_plane_state *old_state = update->old_state; local in function:vmw_stdu_surface_update_proxy
    [all...]
vmwgfx_kms.h 41 * @old_state: Old state of plane.
124 struct drm_plane_state *old_state; member in struct:vmw_du_update_plane
465 struct drm_plane_state *old_state);
469 struct drm_plane_state *old_state);
vmwgfx_ldu.c 223 struct drm_crtc_state *old_state)
233 struct drm_crtc_state *old_state)
289 struct drm_plane_state *old_state)
295 struct drm_crtc *crtc = plane->state->crtc ?: old_state->crtc;
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rs780_dpm.c 437 struct igp_ps *old_state = rs780_get_ps(old_ps); local in function:rs780_set_engine_clock_scaling
440 if ((new_state->sclk_high == old_state->sclk_high) &&
441 (new_state->sclk_low == old_state->sclk_low))
455 old_state->sclk_high, false, &current_max_dividers);
484 struct igp_ps *old_state = rs780_get_ps(old_ps); local in function:rs780_set_engine_clock_spc
487 if ((new_state->sclk_high == old_state->sclk_high) &&
488 (new_state->sclk_low == old_state->sclk_low))
503 struct igp_ps *old_state = rs780_get_ps(old_ps); local in function:rs780_activate_engine_clk_scaling
505 if ((new_state->sclk_high == old_state->sclk_high) &&
506 (new_state->sclk_low == old_state->sclk_low)
    [all...]
radeon_rv6xx_dpm.c 1208 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); local in function:rv6xx_set_sw_voltage_to_safe
1211 safe_voltage = (new_state->low.vddc >= old_state->low.vddc) ?
1212 new_state->low.vddc : old_state->low.vddc;
1224 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); local in function:rv6xx_set_sw_voltage_to_low
1227 old_state->low.vddc);
1238 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); local in function:rv6xx_set_safe_backbias
1241 (old_state->low.flags & ATOM_PPLIB_R600_FLAGS_BACKBIASENABLE))
1252 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); local in function:rv6xx_set_safe_pcie_gen2
1255 (old_state->low.flags & ATOM_PPLIB_R600_FLAGS_PCIEGEN2))
1314 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps) local in function:rv6xx_step_voltage_if_increasing
1329 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); local in function:rv6xx_step_voltage_if_decreasing
1427 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); local in function:rv6xx_generate_transition_stepping
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/vboxvideo/
vbox_mode.c 288 struct drm_plane_state *old_state)
332 struct drm_plane_state *old_state)
334 struct drm_crtc *crtc = old_state->crtc;
337 vbox_crtc_set_base_and_mode(crtc, old_state->fb,
338 old_state->src_x >> 16,
339 old_state->src_y >> 16);
393 struct drm_plane_state *old_state)
410 if (fb == old_state->fb)
447 struct drm_plane_state *old_state)
451 struct vbox_crtc *vbox_crtc = to_vbox_crtc(old_state->crtc)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_display.c 463 struct drm_crtc_state *old_state)
469 struct drm_crtc_state *old_state)
542 struct drm_plane_state *old_state)
573 struct drm_plane_state *old_state)
577 if (old_state->fb) {
578 struct qxl_bo *bo = gem_to_qxl_bo(old_state->fb->obj[0]);
588 struct drm_plane_state *old_state)
609 if (fb != old_state->fb) {
698 struct drm_plane_state *old_state)
831 struct drm_plane_state *old_state)
    [all...]

Completed in 29 milliseconds

1 2