Home
last modified time | relevance | path

Searched refs:old_state (Results 1 – 25 of 230) sorted by relevance

12345678910

/linux-6.3-rc2/drivers/gpu/drm/tests/
A Ddrm_damage_helper_test.c23 struct drm_plane_state old_state; member
40 mock->old_state.plane = &mock->plane; in drm_damage_helper_init()
145 set_plane_src(&mock->old_state, 0x3fffe, 0x3fffe, in drm_test_damage_iter_no_damage_fractional_src()
185 set_plane_src(&mock->old_state, 0x3fffe, 0x3fffe, in drm_test_damage_iter_no_damage_fractional_src_moved()
351 set_plane_src(&mock->old_state, 0x40002, 0x40002, in drm_test_damage_iter_single_damage_fractional_src()
376 set_plane_src(&mock->old_state, 0x40002, 0x40002, in drm_test_damage_iter_single_damage_intersect_fractional_src()
403 set_plane_src(&mock->old_state, 0x40002, 0x40002, in drm_test_damage_iter_single_damage_outside_fractional_src()
453 set_plane_src(&mock->old_state, 0x3fffe, 0x3fffe, in drm_test_damage_iter_single_damage_fractional_src_moved()
507 set_plane_src(&mock->old_state, 0x40002, 0x40002, in drm_test_damage_iter_damage_one_intersect()
561 set_plane_src(&mock->old_state, 0x40002, 0x40002, in drm_test_damage_iter_damage_src_moved()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/
A Ddrm_atomic_helper.c1107 return old_state->active || in crtc_needs_disable()
1137 old_state, in disable_outputs()
1397 disable_outputs(dev, old_state); in drm_atomic_helper_commit_modeset_disables()
1402 crtc_set_mode(dev, old_state); in drm_atomic_helper_commit_modeset_disables()
1583 struct drm_atomic_state *old_state) in drm_atomic_helper_wait_for_vblanks() argument
1594 if (old_state->legacy_cursor_update) in drm_atomic_helper_wait_for_vblanks()
1651 crtc = old_state->crtcs[i].ptr; in drm_atomic_helper_wait_for_flip_done()
1662 if (old_state->fake_commit) in drm_atomic_helper_wait_for_flip_done()
1781 drm_atomic_state_put(old_state); in commit_tail()
2455 if (old_state->fake_commit) { in drm_atomic_helper_commit_hw_done()
[all …]
A Ddrm_bridge.c593 struct drm_atomic_state *old_state) in drm_atomic_bridge_chain_disable() argument
607 drm_atomic_get_old_bridge_state(old_state, in drm_atomic_bridge_chain_disable()
624 struct drm_atomic_state *old_state) in drm_atomic_bridge_call_post_disable() argument
630 drm_atomic_get_old_bridge_state(old_state, in drm_atomic_bridge_call_post_disable()
660 struct drm_atomic_state *old_state) in drm_atomic_bridge_chain_post_disable() argument
701 old_state); in drm_atomic_bridge_chain_post_disable()
716 struct drm_atomic_state *old_state) in drm_atomic_bridge_call_pre_enable() argument
722 drm_atomic_get_old_bridge_state(old_state, in drm_atomic_bridge_call_pre_enable()
750 struct drm_atomic_state *old_state) in drm_atomic_bridge_chain_pre_enable() argument
818 struct drm_atomic_state *old_state) in drm_atomic_bridge_chain_enable() argument
[all …]
/linux-6.3-rc2/drivers/gpu/drm/armada/
A Darmada_overlay.c89 old_state->visible, new_state->visible); in armada_drm_overlay_plane_atomic_update()
100 if (armada_src_hw(old_state) != val) in armada_drm_overlay_plane_atomic_update()
103 if (armada_dst_yx(old_state) != val) in armada_drm_overlay_plane_atomic_update()
106 if (armada_dst_hw(old_state) != val) in armada_drm_overlay_plane_atomic_update()
109 if (old_state->src.x1 != new_state->src.x1 || in armada_drm_overlay_plane_atomic_update()
111 old_state->fb != new_state->fb || in armada_drm_overlay_plane_atomic_update()
178 armada_spu_contrast(old_state) != val) in armada_drm_overlay_plane_atomic_update()
188 armada_csc(old_state) != val) in armada_drm_overlay_plane_atomic_update()
230 if (!old_state->crtc) in armada_drm_overlay_plane_atomic_disable()
235 old_state->crtc->base.id, old_state->crtc->name, in armada_drm_overlay_plane_atomic_disable()
[all …]
A Darmada_plane.c157 old_state->visible, new_state->visible); in armada_drm_primary_plane_atomic_update()
170 if (armada_src_hw(old_state) != val) in armada_drm_primary_plane_atomic_update()
173 if (armada_dst_yx(old_state) != val) in armada_drm_primary_plane_atomic_update()
176 if (armada_dst_hw(old_state) != val) in armada_drm_primary_plane_atomic_update()
178 if (old_state->src.x1 != new_state->src.x1 || in armada_drm_primary_plane_atomic_update()
180 old_state->fb != new_state->fb || in armada_drm_primary_plane_atomic_update()
190 if (old_state->fb != new_state->fb || in armada_drm_primary_plane_atomic_update()
237 if (!old_state->crtc) in armada_drm_primary_plane_atomic_disable()
242 old_state->crtc->base.id, old_state->crtc->name, in armada_drm_primary_plane_atomic_disable()
243 old_state->fb->base.id); in armada_drm_primary_plane_atomic_disable()
[all …]
/linux-6.3-rc2/kernel/livepatch/
A Dstate.c88 struct klp_state *old_state) in klp_is_state_compatible() argument
92 state = klp_get_state(patch, old_state->id); in klp_is_state_compatible()
98 return state->version >= old_state->version; in klp_is_state_compatible()
109 struct klp_state *old_state; in klp_is_patch_compatible() local
112 klp_for_each_state(old_patch, old_state) { in klp_is_patch_compatible()
113 if (!klp_is_state_compatible(patch, old_state)) in klp_is_patch_compatible()
/linux-6.3-rc2/drivers/gpu/drm/vkms/
A Dvkms_drv.c64 static void vkms_atomic_commit_tail(struct drm_atomic_state *old_state) in vkms_atomic_commit_tail() argument
66 struct drm_device *dev = old_state->dev; in vkms_atomic_commit_tail()
71 drm_atomic_helper_commit_modeset_disables(dev, old_state); in vkms_atomic_commit_tail()
73 drm_atomic_helper_commit_planes(dev, old_state, 0); in vkms_atomic_commit_tail()
75 drm_atomic_helper_commit_modeset_enables(dev, old_state); in vkms_atomic_commit_tail()
77 drm_atomic_helper_fake_vblank(old_state); in vkms_atomic_commit_tail()
79 drm_atomic_helper_commit_hw_done(old_state); in vkms_atomic_commit_tail()
81 drm_atomic_helper_wait_for_flip_done(dev, old_state); in vkms_atomic_commit_tail()
83 for_each_old_crtc_in_state(old_state, crtc, old_crtc_state, i) { in vkms_atomic_commit_tail()
90 drm_atomic_helper_cleanup_planes(dev, old_state); in vkms_atomic_commit_tail()
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/dvm/
A Dtt.c244 enum iwl_tt_state old_state; in iwl_legacy_tt_handler() local
256 old_state = tt->state; in iwl_legacy_tt_handler()
272 if (tt->state != old_state) { in iwl_legacy_tt_handler()
292 if (old_state == IWL_TI_CT_KILL) in iwl_legacy_tt_handler()
301 tt->state = old_state; in iwl_legacy_tt_handler()
311 tt->state = old_state; in iwl_legacy_tt_handler()
351 enum iwl_tt_state old_state; in iwl_advance_tt_handler() local
354 old_state = tt->state; in iwl_advance_tt_handler()
382 if (old_state != in iwl_advance_tt_handler()
443 tt->state = old_state; in iwl_advance_tt_handler()
[all …]
/linux-6.3-rc2/arch/powerpc/kvm/
A Dbook3s_hv_rm_xics.c242 union kvmppc_icp_state old_state, new_state; in icp_rm_try_to_deliver() local
246 old_state = new_state = READ_ONCE(icp->state); in icp_rm_try_to_deliver()
412 union kvmppc_icp_state old_state, new_state; in icp_rm_down_cppr() local
445 old_state = new_state = READ_ONCE(icp->state); in icp_rm_down_cppr()
490 union kvmppc_icp_state old_state, new_state; in xics_rm_h_xirr() local
509 old_state = new_state = READ_ONCE(icp->state); in xics_rm_h_xirr()
511 xirr = old_state.xisr | (((u32)old_state.cppr) << 24); in xics_rm_h_xirr()
512 if (!old_state.xisr) in xics_rm_h_xirr()
529 union kvmppc_icp_state old_state, new_state; in xics_rm_h_ipi() local
592 if (mfrr > old_state.mfrr) { in xics_rm_h_ipi()
[all …]
A Dbook3s_xics.c339 union kvmppc_icp_state old_state, new_state; in icp_try_to_deliver() local
516 union kvmppc_icp_state old_state, new_state; in icp_down_cppr() local
588 union kvmppc_icp_state old_state, new_state; in kvmppc_h_xirr() local
605 xirr = old_state.xisr | (((u32)old_state.cppr) << 24); in kvmppc_h_xirr()
606 if (!old_state.xisr) in kvmppc_h_xirr()
622 union kvmppc_icp_state old_state, new_state; in kvmppc_h_ipi() local
687 if (mfrr > old_state.mfrr) { in kvmppc_h_ipi()
723 union kvmppc_icp_state old_state, new_state; in kvmppc_h_cppr() local
1159 old_state = READ_ONCE(icp->state); in kvmppc_xics_set_icp()
1161 if (new_state.mfrr <= old_state.mfrr) { in kvmppc_xics_set_icp()
[all …]
/linux-6.3-rc2/include/drm/
A Ddrm_atomic.h162 struct drm_plane_state *state, *old_state, *new_state; member
167 struct drm_crtc_state *state, *old_state, *new_state; member
185 struct drm_connector_state *state, *old_state, *new_state; member
345 struct drm_private_state *state, *old_state, *new_state; member
561 return state->crtcs[drm_crtc_index(crtc)].old_state; in drm_atomic_get_old_crtc_state()
608 return state->planes[drm_plane_index(plane)].old_state; in drm_atomic_get_old_plane_state()
666 return state->connectors[index].old_state; in drm_atomic_get_old_connector_state()
827 (old_crtc_state) = (__state)->crtcs[__i].old_state, \
850 (old_crtc_state) = (__state)->crtcs[__i].old_state, 1))
892 (old_plane_state) = (__state)->planes[__i].old_state,\
[all …]
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);
108 struct drm_atomic_state *old_state);
/linux-6.3-rc2/drivers/gpu/drm/imx/dcss/
A Ddcss-plane.c249 struct drm_plane_state *old_state) in dcss_plane_needs_setup() argument
252 struct drm_framebuffer *old_fb = old_state->fb; in dcss_plane_needs_setup()
254 return state->crtc_x != old_state->crtc_x || in dcss_plane_needs_setup()
255 state->crtc_y != old_state->crtc_y || in dcss_plane_needs_setup()
256 state->crtc_w != old_state->crtc_w || in dcss_plane_needs_setup()
257 state->crtc_h != old_state->crtc_h || in dcss_plane_needs_setup()
258 state->src_x != old_state->src_x || in dcss_plane_needs_setup()
259 state->src_y != old_state->src_y || in dcss_plane_needs_setup()
260 state->src_w != old_state->src_w || in dcss_plane_needs_setup()
261 state->src_h != old_state->src_h || in dcss_plane_needs_setup()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/virtio/
A Dvirtgpu_plane.c171 if (old_state->crtc) in virtio_gpu_primary_plane_update()
172 output = drm_crtc_to_virtio_gpu_output(old_state->crtc); in virtio_gpu_primary_plane_update()
193 if (plane->state->fb != old_state->fb || in virtio_gpu_primary_plane_update()
194 plane->state->src_w != old_state->src_w || in virtio_gpu_primary_plane_update()
195 plane->state->src_h != old_state->src_h || in virtio_gpu_primary_plane_update()
196 plane->state->src_x != old_state->src_x || in virtio_gpu_primary_plane_update()
197 plane->state->src_y != old_state->src_y || in virtio_gpu_primary_plane_update()
289 if (old_state->crtc) in virtio_gpu_cursor_plane_update()
290 output = drm_crtc_to_virtio_gpu_output(old_state->crtc); in virtio_gpu_cursor_plane_update()
302 if (bo && bo->dumb && (plane->state->fb != old_state->fb)) { in virtio_gpu_cursor_plane_update()
[all …]
/linux-6.3-rc2/drivers/video/backlight/
A Dpandora_bl.c36 unsigned old_state; member
57 if (priv->old_state == PANDORABL_WAS_OFF) in pandora_backlight_update_status()
70 if (priv->old_state == PANDORABL_WAS_OFF) { in pandora_backlight_update_status()
97 priv->old_state = 0; in pandora_backlight_update_status()
99 priv->old_state = PANDORABL_WAS_OFF; in pandora_backlight_update_status()
137 priv->old_state = PANDORABL_WAS_OFF; in pandora_backlight_probe()
/linux-6.3-rc2/drivers/gpu/drm/tidss/
A Dtidss_kms.c24 static void tidss_atomic_commit_tail(struct drm_atomic_state *old_state) in tidss_atomic_commit_tail() argument
26 struct drm_device *ddev = old_state->dev; in tidss_atomic_commit_tail()
34 drm_atomic_helper_commit_modeset_disables(ddev, old_state); in tidss_atomic_commit_tail()
35 drm_atomic_helper_commit_planes(ddev, old_state, 0); in tidss_atomic_commit_tail()
36 drm_atomic_helper_commit_modeset_enables(ddev, old_state); in tidss_atomic_commit_tail()
38 drm_atomic_helper_commit_hw_done(old_state); in tidss_atomic_commit_tail()
40 drm_atomic_helper_wait_for_flip_done(ddev, old_state); in tidss_atomic_commit_tail()
42 drm_atomic_helper_cleanup_planes(ddev, old_state); in tidss_atomic_commit_tail()
/linux-6.3-rc2/drivers/input/keyboard/
A Dpmic8xxx-keypad.c172 u16 *old_state) in pmic8xxx_kp_read_matrix() argument
184 if (old_state) { in pmic8xxx_kp_read_matrix()
185 rc = pmic8xxx_kp_read_data(kp, old_state, KEYP_OLD_DATA, in pmic8xxx_kp_read_matrix()
220 u16 *old_state) in __pmic8xxx_kp_scan_matrix() argument
225 int bits_changed = new_state[row] ^ old_state[row]; in __pmic8xxx_kp_scan_matrix()
277 u16 old_state[PM8XXX_MAX_ROWS]; in pmic8xxx_kp_scan_matrix() local
293 rc = pmic8xxx_kp_read_matrix(kp, new_state, old_state); in pmic8xxx_kp_scan_matrix()
298 __pmic8xxx_kp_scan_matrix(kp, new_state, old_state); in pmic8xxx_kp_scan_matrix()
307 __pmic8xxx_kp_scan_matrix(kp, new_state, old_state); in pmic8xxx_kp_scan_matrix()
330 u16 old_state[PM8XXX_MAX_ROWS]; in pmic8xxx_kp_stuck_irq() local
[all …]
/linux-6.3-rc2/drivers/gpu/drm/omapdrm/
A Domap_drv.c48 struct drm_atomic_state *old_state) in omap_atomic_wait_for_completion() argument
69 struct drm_device *dev = old_state->dev; in omap_atomic_commit_tail()
76 drm_atomic_helper_commit_modeset_disables(dev, old_state); in omap_atomic_commit_tail()
91 omap_atomic_wait_for_completion(dev, old_state); in omap_atomic_commit_tail()
93 drm_atomic_helper_commit_planes(dev, old_state, 0); in omap_atomic_commit_tail()
100 drm_atomic_helper_commit_planes(dev, old_state, 0); in omap_atomic_commit_tail()
105 drm_atomic_helper_commit_hw_done(old_state); in omap_atomic_commit_tail()
113 omap_atomic_wait_for_completion(dev, old_state); in omap_atomic_commit_tail()
115 drm_atomic_helper_cleanup_planes(dev, old_state); in omap_atomic_commit_tail()
142 struct drm_crtc_state *old_state, *new_state; in omap_atomic_update_normalize_zpos() local
[all …]
/linux-6.3-rc2/drivers/gpu/drm/arm/display/komeda/
A Dkomeda_kms.c89 static void komeda_kms_commit_tail(struct drm_atomic_state *old_state) in komeda_kms_commit_tail() argument
91 struct drm_device *dev = old_state->dev; in komeda_kms_commit_tail()
94 drm_atomic_helper_commit_modeset_disables(dev, old_state); in komeda_kms_commit_tail()
96 drm_atomic_helper_commit_planes(dev, old_state, in komeda_kms_commit_tail()
99 drm_atomic_helper_commit_modeset_enables(dev, old_state); in komeda_kms_commit_tail()
101 komeda_kms_atomic_commit_hw_done(old_state); in komeda_kms_commit_tail()
103 drm_atomic_helper_wait_for_flip_done(dev, old_state); in komeda_kms_commit_tail()
107 drm_atomic_helper_cleanup_planes(dev, old_state); in komeda_kms_commit_tail()
/linux-6.3-rc2/drivers/gpu/drm/mgag200/
A Dmgag200_drv.h277 void (*pixpllc_atomic_update)(struct drm_crtc *crtc, struct drm_atomic_state *old_state);
346 void mgag200_g200wb_pixpllc_atomic_update(struct drm_crtc *crtc, struct drm_atomic_state *old_state
350 void mgag200_g200eh_pixpllc_atomic_update(struct drm_crtc *crtc, struct drm_atomic_state *old_state
377 struct drm_atomic_state *old_state);
379 struct drm_atomic_state *old_state);
395 void mgag200_crtc_helper_atomic_flush(struct drm_crtc *crtc, struct drm_atomic_state *old_state);
396 void mgag200_crtc_helper_atomic_enable(struct drm_crtc *crtc, struct drm_atomic_state *old_state);
397 void mgag200_crtc_helper_atomic_disable(struct drm_crtc *crtc, struct drm_atomic_state *old_state);
/linux-6.3-rc2/drivers/gpu/drm/gud/
A Dgud_connector.c293 struct drm_connector_state *old_state; in gud_connector_atomic_check() local
299 old_state = drm_atomic_get_old_connector_state(state, connector); in gud_connector_atomic_check()
302 if (old_state->tv.margins.left != new_state->tv.margins.left || in gud_connector_atomic_check()
303 old_state->tv.margins.right != new_state->tv.margins.right || in gud_connector_atomic_check()
304 old_state->tv.margins.top != new_state->tv.margins.top || in gud_connector_atomic_check()
306 old_state->tv.legacy_mode != new_state->tv.legacy_mode || in gud_connector_atomic_check()
307 old_state->tv.brightness != new_state->tv.brightness || in gud_connector_atomic_check()
308 old_state->tv.contrast != new_state->tv.contrast || in gud_connector_atomic_check()
310 old_state->tv.overscan != new_state->tv.overscan || in gud_connector_atomic_check()
311 old_state->tv.saturation != new_state->tv.saturation || in gud_connector_atomic_check()
[all …]
/linux-6.3-rc2/net/smc/
A Dsmc_close.c198 int old_state; in smc_close_active() local
207 old_state = sk->sk_state; in smc_close_active()
306 if (old_state != sk->sk_state) in smc_close_active()
364 int old_state; in smc_close_passive_work() local
367 old_state = sk->sk_state; in smc_close_passive_work()
431 if (old_state != sk->sk_state) { in smc_close_passive_work()
450 int old_state; in smc_close_shutdown_write() local
458 old_state = sk->sk_state; in smc_close_shutdown_write()
496 if (old_state != sk->sk_state) in smc_close_shutdown_write()
/linux-6.3-rc2/drivers/bus/mhi/ep/
A Dsm.c62 enum mhi_state old_state; in mhi_ep_set_m0_state() local
68 old_state = mhi_cntrl->mhi_state; in mhi_ep_set_m0_state()
69 if (old_state == MHI_STATE_M3) in mhi_ep_set_m0_state()
85 if (old_state == MHI_STATE_READY) { in mhi_ep_set_m0_state()
/linux-6.3-rc2/net/ceph/
A Dmessenger.c282 int old_state; in con_sock_state_init() local
285 if (WARN_ON(old_state != CON_SOCK_STATE_NEW)) in con_sock_state_init()
293 int old_state; in con_sock_state_connecting() local
304 int old_state; in con_sock_state_connected() local
315 int old_state; in con_sock_state_closing() local
319 old_state != CON_SOCK_STATE_CONNECTED && in con_sock_state_closing()
320 old_state != CON_SOCK_STATE_CLOSING)) in con_sock_state_closing()
328 int old_state; in con_sock_state_closed() local
332 old_state != CON_SOCK_STATE_CLOSING && in con_sock_state_closed()
333 old_state != CON_SOCK_STATE_CONNECTING && in con_sock_state_closed()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/exynos/
A Dexynos_drm_plane.c159 struct drm_plane_state *old_state) in exynos_drm_plane_destroy_state() argument
162 to_exynos_plane_state(old_state); in exynos_drm_plane_destroy_state()
163 __drm_atomic_helper_plane_destroy_state(old_state); in exynos_drm_plane_destroy_state()
273 struct drm_plane_state *old_state = drm_atomic_get_old_plane_state(state, plane); in exynos_plane_atomic_disable() local
275 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(old_state->crtc); in exynos_plane_atomic_disable()
277 if (!old_state->crtc) in exynos_plane_atomic_disable()

Completed in 99 milliseconds

12345678910