Home
last modified time | relevance | path

Searched defs:old_state (Results 1 – 25 of 50) sorted by relevance

12

/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_bridge.c423 struct drm_atomic_state *old_state) in drm_atomic_bridge_chain_disable()
458 struct drm_atomic_state *old_state) in drm_atomic_bridge_chain_post_disable()
489 struct drm_atomic_state *old_state) in drm_atomic_bridge_chain_pre_enable()
523 struct drm_atomic_state *old_state) in drm_atomic_bridge_chain_enable()
H A Ddrm_atomic_helper.c965 crtc_needs_disable(struct drm_crtc_state *old_state, in crtc_needs_disable()
986 disable_outputs(struct drm_device *dev, struct drm_atomic_state *old_state) in disable_outputs()
1110 struct drm_atomic_state *old_state) in drm_atomic_helper_update_legacy_modeset_state()
1175 crtc_set_mode(struct drm_device *dev, struct drm_atomic_state *old_state) in crtc_set_mode()
1251 struct drm_atomic_state *old_state) in drm_atomic_helper_commit_modeset_disables()
1262 struct drm_atomic_state *old_state) in drm_atomic_helper_commit_writebacks()
1297 struct drm_atomic_state *old_state) in drm_atomic_helper_commit_modeset_enables()
1438 struct drm_atomic_state *old_state) in drm_atomic_helper_wait_for_vblanks()
1521 struct drm_atomic_state *old_state) in drm_atomic_helper_wait_for_flip_done()
1559 void drm_atomic_helper_commit_tail(struct drm_atomic_state *old_state) in drm_atomic_helper_commit_tail()
[all …]
H A Ddrm_damage_helper.c282 const struct drm_plane_state *old_state, in drm_atomic_helper_damage_iter_init()
364 bool drm_atomic_helper_damage_merged(const struct drm_plane_state *old_state, in drm_atomic_helper_damage_merged()
/netbsd-src/sys/external/bsd/drm2/dist/drm/virtio/
H A Dvirtgpu_plane.c135 struct drm_plane_state *old_state) in virtio_gpu_primary_plane_update()
221 struct drm_plane_state *old_state) in virtio_gpu_cursor_cleanup_fb()
236 struct drm_plane_state *old_state) in virtio_gpu_cursor_plane_update()
H A Dvirtgpu_display.c102 struct drm_crtc_state *old_state) in virtio_gpu_crtc_atomic_enable()
110 struct drm_crtc_state *old_state) in virtio_gpu_crtc_atomic_disable()
127 struct drm_crtc_state *old_state) in virtio_gpu_crtc_atomic_flush()
/netbsd-src/sys/external/bsd/drm2/dist/drm/qxl/
H A Dqxl_display.c463 struct drm_crtc_state *old_state) in qxl_crtc_atomic_enable()
469 struct drm_crtc_state *old_state) in qxl_crtc_atomic_disable()
542 struct drm_plane_state *old_state) in qxl_primary_atomic_update()
573 struct drm_plane_state *old_state) in qxl_primary_atomic_disable()
588 struct drm_plane_state *old_state) in qxl_cursor_atomic_update()
698 struct drm_plane_state *old_state) in qxl_cursor_atomic_disable()
831 struct drm_plane_state *old_state) in qxl_plane_cleanup_fb()
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_ldu.c223 struct drm_crtc_state *old_state) in vmw_ldu_crtc_atomic_enable()
233 struct drm_crtc_state *old_state) in vmw_ldu_crtc_atomic_disable()
289 struct drm_plane_state *old_state) in vmw_ldu_primary_plane_atomic_update()
H A Dvmwgfx_scrn.c287 struct drm_crtc_state *old_state) in vmw_sou_crtc_atomic_enable()
297 struct drm_crtc_state *old_state) in vmw_sou_crtc_atomic_disable()
384 struct drm_plane_state *old_state) in vmw_sou_primary_plane_cleanup_fb()
544 struct drm_plane_state *old_state, in vmw_sou_plane_update_bo()
705 struct drm_plane_state *old_state, in vmw_sou_plane_update_surface()
733 struct drm_plane_state *old_state) in vmw_sou_primary_plane_atomic_update()
H A Dvmwgfx_stdu.c416 struct drm_crtc_state *old_state) in vmw_stdu_crtc_atomic_enable()
421 struct drm_crtc_state *old_state) in vmw_stdu_crtc_atomic_disable()
1009 struct drm_plane_state *old_state) in vmw_stdu_primary_plane_cleanup_fb()
1369 struct drm_plane_state *old_state, in vmw_stdu_plane_update_bo()
1444 struct drm_plane_state *old_state = update->old_state; in vmw_stdu_surface_update_proxy() local
1544 struct drm_plane_state *old_state, in vmw_stdu_plane_update_surface()
1595 struct drm_plane_state *old_state) in vmw_stdu_primary_plane_atomic_update()
H A Dvmwgfx_kms.c336 struct drm_plane_state *old_state) in vmw_du_plane_cleanup_fb()
382 struct drm_plane_state *old_state) in vmw_du_cursor_plane_atomic_update()
2802 struct drm_plane_state *old_state = update->old_state; in vmw_du_helper_plane_update() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/vboxvideo/
H A Dvbox_mode.c288 struct drm_plane_state *old_state) in vbox_primary_atomic_update()
332 struct drm_plane_state *old_state) in vbox_primary_atomic_disable()
393 struct drm_plane_state *old_state) in vbox_cursor_atomic_update()
447 struct drm_plane_state *old_state) in vbox_cursor_atomic_disable()
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_atomic.h163 struct drm_plane_state *state, *old_state, *new_state; member
168 struct drm_crtc_state *state, *old_state, *new_state; member
186 struct drm_connector_state *state, *old_state, *new_state; member
307 struct drm_private_state *state, *old_state, *new_state; member
H A Ddrm_dp_mst_helper.h848 struct drm_dp_mst_topology_state **old_state, in __drm_dp_mst_state_iter_get()
881 #define for_each_oldnew_mst_mgr_in_state(__state, mgr, old_state, new_state, __i) \ argument
898 #define for_each_old_mst_mgr_in_state(__state, mgr, old_state, __i) \ argument
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsm.cc168 if (const program_state *old_state = get_old_program_state ()) in get_old_region_model() local
H A Dengine.cc86 const program_state *old_state, in impl_region_model_context()
301 const program_state *old_state, in impl_sm_context()
1373 const program_state old_state (*state); in on_stmt() local
1756 const program_state &old_state = get_state (); in detect_leaks() local
3500 state_change_requires_new_enode_p (const program_state &old_state, in state_change_requires_new_enode_p()
3777 program_state old_state (next_state); in process_node() local
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dapp.c214 static int old_state; variable
232 int old_state; member
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dapp.c214 static int old_state; variable
232 int old_state; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_rv6xx_dpm.c1208 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); in rv6xx_set_sw_voltage_to_safe() local
1224 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); in rv6xx_set_sw_voltage_to_low() local
1238 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); in rv6xx_set_safe_backbias() local
1252 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); in rv6xx_set_safe_pcie_gen2() local
1314 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); in rv6xx_step_voltage_if_increasing() local
1329 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); in rv6xx_step_voltage_if_decreasing() local
1427 struct rv6xx_ps *old_state = rv6xx_get_ps(old_ps); in rv6xx_generate_transition_stepping() local
H A Dradeon_rs780_dpm.c437 struct igp_ps *old_state = rs780_get_ps(old_ps); in rs780_set_engine_clock_scaling() local
484 struct igp_ps *old_state = rs780_get_ps(old_ps); in rs780_set_engine_clock_spc() local
503 struct igp_ps *old_state = rs780_get_ps(old_ps); in rs780_activate_engine_clk_scaling() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/ast/
H A Dast_mode.c569 struct drm_plane_state *old_state) in ast_primary_plane_helper_atomic_update()
589 struct drm_plane_state *old_state) in ast_primary_plane_helper_atomic_disable()
706 struct drm_plane_state *old_state) in ast_cursor_plane_helper_atomic_update()
742 struct drm_plane_state *old_state) in ast_cursor_plane_helper_atomic_disable()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_atomic.c131 struct drm_connector_state *old_state = in intel_digital_connector_atomic_check() local
/netbsd-src/sys/net/agr/
H A Dieee8023ad_lacp.c262 uint8_t old_state; in ieee8023ad_lacp_portstate() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
H A Dnouveau_dispnv50_wndw.c477 nv50_wndw_cleanup_fb(struct drm_plane *plane, struct drm_plane_state *old_state) in nv50_wndw_cleanup_fb()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dpch.c802 struct lexer_state old_state; in cpp_read_state() local
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dpch.cc802 struct lexer_state old_state; in cpp_read_state() local

12