/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
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_tv.c | 1832 struct drm_connector_state *old_state; local in function:intel_tv_atomic_check 1838 old_state = drm_atomic_get_old_connector_state(state, connector); 1841 if (old_state->tv.mode != new_state->tv.mode || 1842 old_state->tv.margins.left != new_state->tv.margins.left || 1843 old_state->tv.margins.right != new_state->tv.margins.right || 1844 old_state->tv.margins.top != new_state->tv.margins.top || 1845 old_state->tv.margins.bottom != new_state->tv.margins.bottom) {
|
intel_sdvo.c | 2451 struct intel_sdvo_connector_state *old_state = local in function:intel_sdvo_atomic_check 2457 (memcmp(&old_state->tv, &new_state->tv, sizeof(old_state->tv)) ||
|
/src/sys/net/agr/ |
ieee8023ad_lacp.c | 262 uint8_t old_state; local in function:ieee8023ad_lacp_portstate 269 old_state = lp->lp_state; 280 if (old_state != lp->lp_state || old_key != lp->lp_key) {
|
/src/sys/external/bsd/drm2/dist/include/drm/ |
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...] |
/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, ¤t_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/vmwgfx/ |
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_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.c | 328 * @old_state: Contains the FB to clean up 336 struct drm_plane_state *old_state) 338 struct vmw_plane_state *vps = vmw_plane_state_to_vps(old_state); 382 struct drm_plane_state *old_state) 384 struct drm_crtc *crtc = plane->state->crtc ?: old_state->crtc; 2802 struct drm_plane_state *old_state = update->old_state; local in function:vmw_du_helper_plane_update 2819 drm_atomic_helper_damage_iter_init(&iter, old_state, state); 2874 drm_atomic_helper_damage_iter_init(&iter, old_state, state);
|
/src/sys/kern/ |
vfs_trans.c | 698 enum fstrans_state old_state; local in function:fstrans_setstate 708 old_state = fmi->fmi_state; 709 if (old_state == new_state) 728 if (old_state != new_state) { 729 if (old_state == FSTRANS_NORMAL) {
|
/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_dp_mst_topology.c | 4771 struct drm_dp_mst_topology_state *state, *old_state = local in function:drm_dp_mst_duplicate_state 4775 state = kmemdup(old_state, sizeof(*state), GFP_KERNEL); 4783 list_for_each_entry(pos, &old_state->vcpis, next) {
|
/src/usr.bin/mail/ |
thread.c | 578 state_t old_state; local in function:set_state 579 old_state = state; 584 return old_state;
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
nouveau_dispnv50_disp.c | 1408 bool old_state, new_state; local in function:nv50_mstm_detect 1416 old_state = mstm->mgr.mst_state; 1417 new_state = old_state; 1420 if (old_state) { 1438 if (new_state == old_state) {
|
/src/sys/net/lagg/ |
if_lagg_lacp.c | 861 uint8_t old_state; local in function:lacp_linkstate_ifnet_locked 897 old_state = lacpp->lp_actor.lpi_state; 919 if (old_state != lacpp->lp_actor.lpi_state ||
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
amdgpu_dm.c | 2417 struct dm_atomic_state *old_state, *new_state; local in function:dm_atomic_duplicate_state 2425 old_state = to_dm_atomic_state(obj->state); 2427 if (old_state && old_state->context) 2428 new_state->context = dc_copy_state(old_state->context); 4699 is_hdr_metadata_different(const struct drm_connector_state *old_state, 4702 struct drm_property_blob *old_blob = old_state->hdr_output_metadata; 5181 struct drm_plane_state *old_state) 5186 if (!old_state->fb) 5189 rbo = gem_to_amdgpu_bo(old_state->fb->obj[0]) 5238 struct drm_plane_state *old_state = local in function:dm_plane_atomic_async_update [all...] |