Home
last modified time | relevance | path

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

123456789

/Linux-v5.15/drivers/gpu/drm/selftests/
Dtest-drm_damage_helper.c109 struct drm_plane_state old_state; \
115 mock_setup(&old_state); \
127 set_plane_src(&old_state, 0, 0, fb.width << 16, fb.height << 16); in igt_damage_iter_no_damage()
129 drm_atomic_helper_damage_iter_init(&iter, &old_state, &state); in igt_damage_iter_no_damage()
148 set_plane_src(&old_state, 0x3fffe, 0x3fffe, in igt_damage_iter_no_damage_fractional_src()
152 drm_atomic_helper_damage_iter_init(&iter, &old_state, &state); in igt_damage_iter_no_damage_fractional_src()
171 set_plane_src(&old_state, 0, 0, 1024 << 16, 768 << 16); in igt_damage_iter_no_damage_src_moved()
174 drm_atomic_helper_damage_iter_init(&iter, &old_state, &state); in igt_damage_iter_no_damage_src_moved()
193 set_plane_src(&old_state, 0x3fffe, 0x3fffe, in igt_damage_iter_no_damage_fractional_src_moved()
197 drm_atomic_helper_damage_iter_init(&iter, &old_state, &state); in igt_damage_iter_no_damage_fractional_src_moved()
[all …]
/Linux-v5.15/drivers/gpu/drm/
Ddrm_atomic_helper.c988 crtc_needs_disable(struct drm_crtc_state *old_state, in crtc_needs_disable() argument
996 return drm_atomic_crtc_effectively_active(old_state); in crtc_needs_disable()
1003 return old_state->active || in crtc_needs_disable()
1004 (old_state->self_refresh_active && !new_state->enable) || in crtc_needs_disable()
1009 disable_outputs(struct drm_device *dev, struct drm_atomic_state *old_state) in disable_outputs() argument
1017 for_each_oldnew_connector_in_state(old_state, connector, old_conn_state, new_conn_state, i) { in disable_outputs()
1029 old_crtc_state = drm_atomic_get_old_crtc_state(old_state, old_conn_state->crtc); in disable_outputs()
1033 old_state, in disable_outputs()
1060 drm_atomic_bridge_chain_disable(bridge, old_state); in disable_outputs()
1065 funcs->atomic_disable(encoder, old_state); in disable_outputs()
[all …]
/Linux-v5.15/drivers/gpu/drm/armada/
Darmada_plane.c139 struct drm_plane_state *old_state = drm_atomic_get_old_plane_state(state, in armada_drm_primary_plane_atomic_update() local
157 old_state->visible, new_state->visible); in armada_drm_primary_plane_atomic_update()
163 if (!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()
179 old_state->src.y1 != new_state->src.y1 || 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()
[all …]
Darmada_overlay.c71 struct drm_plane_state *old_state = drm_atomic_get_old_plane_state(state, in armada_drm_overlay_plane_atomic_update() local
89 old_state->visible, new_state->visible); in armada_drm_overlay_plane_atomic_update()
95 if (!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()
110 old_state->src.y1 != new_state->src.y1 || in armada_drm_overlay_plane_atomic_update()
111 old_state->fb != new_state->fb || in armada_drm_overlay_plane_atomic_update()
158 } else if (old_state->visible != new_state->visible) { in armada_drm_overlay_plane_atomic_update()
[all …]
/Linux-v5.15/kernel/livepatch/
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-v5.15/drivers/gpu/drm/vkms/
Dvkms_drv.c63 static void vkms_atomic_commit_tail(struct drm_atomic_state *old_state) in vkms_atomic_commit_tail() argument
65 struct drm_device *dev = old_state->dev; in vkms_atomic_commit_tail()
70 drm_atomic_helper_commit_modeset_disables(dev, old_state); in vkms_atomic_commit_tail()
72 drm_atomic_helper_commit_planes(dev, old_state, 0); in vkms_atomic_commit_tail()
74 drm_atomic_helper_commit_modeset_enables(dev, old_state); in vkms_atomic_commit_tail()
76 drm_atomic_helper_fake_vblank(old_state); in vkms_atomic_commit_tail()
78 drm_atomic_helper_commit_hw_done(old_state); in vkms_atomic_commit_tail()
80 drm_atomic_helper_wait_for_flip_done(dev, old_state); in vkms_atomic_commit_tail()
82 for_each_old_crtc_in_state(old_state, crtc, old_crtc_state, i) { in vkms_atomic_commit_tail()
89 drm_atomic_helper_cleanup_planes(dev, old_state); in vkms_atomic_commit_tail()
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/dvm/
Dtt.c248 enum iwl_tt_state old_state; in iwl_legacy_tt_handler() local
260 old_state = tt->state; in iwl_legacy_tt_handler()
276 if (tt->state != old_state) { in iwl_legacy_tt_handler()
296 if (old_state == IWL_TI_CT_KILL) in iwl_legacy_tt_handler()
303 if (old_state == IWL_TI_CT_KILL) in iwl_legacy_tt_handler()
305 tt->state = old_state; in iwl_legacy_tt_handler()
315 tt->state = old_state; in iwl_legacy_tt_handler()
317 } else if (old_state == IWL_TI_CT_KILL) { in iwl_legacy_tt_handler()
355 enum iwl_tt_state old_state; in iwl_advance_tt_handler() local
358 old_state = tt->state; in iwl_advance_tt_handler()
[all …]
/Linux-v5.15/drivers/gpu/drm/virtio/
Dvirtgpu_plane.c169 struct drm_plane_state *old_state = drm_atomic_get_old_plane_state(state, in virtio_gpu_primary_plane_update() local
179 if (old_state->crtc) in virtio_gpu_primary_plane_update()
180 output = drm_crtc_to_virtio_gpu_output(old_state->crtc); in virtio_gpu_primary_plane_update()
194 if (!drm_atomic_helper_damage_merged(old_state, plane->state, &rect)) in virtio_gpu_primary_plane_update()
201 if (plane->state->fb != old_state->fb || in virtio_gpu_primary_plane_update()
202 plane->state->src_w != old_state->src_w || in virtio_gpu_primary_plane_update()
203 plane->state->src_h != old_state->src_h || in virtio_gpu_primary_plane_update()
204 plane->state->src_x != old_state->src_x || in virtio_gpu_primary_plane_update()
205 plane->state->src_y != old_state->src_y || in virtio_gpu_primary_plane_update()
268 struct drm_plane_state *old_state) in virtio_gpu_plane_cleanup_fb() argument
[all …]
/Linux-v5.15/arch/powerpc/kvm/
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()
272 } while (!icp_rm_try_update(icp, old_state, new_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()
469 } while (!icp_rm_try_update(icp, old_state, new_state)); in icp_rm_down_cppr()
485 union kvmppc_icp_state old_state, new_state; in xics_rm_h_xirr() local
504 old_state = new_state = READ_ONCE(icp->state); in xics_rm_h_xirr()
506 xirr = old_state.xisr | (((u32)old_state.cppr) << 24); in xics_rm_h_xirr()
507 if (!old_state.xisr) in xics_rm_h_xirr()
[all …]
Dbook3s_xics.c339 union kvmppc_icp_state old_state, new_state; in icp_try_to_deliver() local
346 old_state = new_state = READ_ONCE(icp->state); in icp_try_to_deliver()
372 } while (!icp_try_update(icp, old_state, new_state, false)); in icp_try_to_deliver()
516 union kvmppc_icp_state old_state, new_state; in icp_down_cppr() local
549 old_state = new_state = READ_ONCE(icp->state); in icp_down_cppr()
575 } while (!icp_try_update(icp, old_state, new_state, true)); in icp_down_cppr()
588 union kvmppc_icp_state old_state, new_state; in kvmppc_h_xirr() local
603 old_state = new_state = READ_ONCE(icp->state); in kvmppc_h_xirr()
605 xirr = old_state.xisr | (((u32)old_state.cppr) << 24); in kvmppc_h_xirr()
606 if (!old_state.xisr) in kvmppc_h_xirr()
[all …]
/Linux-v5.15/include/drm/
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
326 struct drm_private_state *state, *old_state, *new_state; member
542 return state->crtcs[drm_crtc_index(crtc)].old_state; in drm_atomic_get_old_crtc_state()
589 return state->planes[drm_plane_index(plane)].old_state; in drm_atomic_get_old_plane_state()
647 return state->connectors[index].old_state; in drm_atomic_get_old_connector_state()
743 (old_connector_state) = (__state)->connectors[__i].old_state, \
765 (old_connector_state) = (__state)->connectors[__i].old_state, 1))
808 (old_crtc_state) = (__state)->crtcs[__i].old_state, \
[all …]
Ddrm_atomic_helper.h68 struct drm_atomic_state *old_state);
71 struct drm_atomic_state *old_state);
75 struct drm_atomic_state *old_state);
83 struct drm_atomic_state *old_state);
95 struct drm_atomic_state *old_state);
Ddrm_dp_mst_helper.h897 struct drm_dp_mst_topology_state **old_state, in __drm_dp_mst_state_iter_get() argument
907 if (old_state) in __drm_dp_mst_state_iter_get()
908 *old_state = to_dp_mst_topology_state(objs_state->old_state); in __drm_dp_mst_state_iter_get()
930 #define for_each_oldnew_mst_mgr_in_state(__state, mgr, old_state, new_state, __i) \ argument
932 for_each_if(__drm_dp_mst_state_iter_get((__state), &(mgr), &(old_state), &(new_state), (__i)))
947 #define for_each_old_mst_mgr_in_state(__state, mgr, old_state, __i) \ argument
949 for_each_if(__drm_dp_mst_state_iter_get((__state), &(mgr), &(old_state), NULL, (__i)))
/Linux-v5.15/drivers/gpu/drm/imx/dcss/
Ddcss-plane.c247 struct drm_plane_state *old_state) in dcss_plane_needs_setup() argument
250 struct drm_framebuffer *old_fb = old_state->fb; in dcss_plane_needs_setup()
252 return state->crtc_x != old_state->crtc_x || in dcss_plane_needs_setup()
253 state->crtc_y != old_state->crtc_y || in dcss_plane_needs_setup()
254 state->crtc_w != old_state->crtc_w || in dcss_plane_needs_setup()
255 state->crtc_h != old_state->crtc_h || in dcss_plane_needs_setup()
256 state->src_x != old_state->src_x || in dcss_plane_needs_setup()
257 state->src_y != old_state->src_y || in dcss_plane_needs_setup()
258 state->src_w != old_state->src_w || in dcss_plane_needs_setup()
259 state->src_h != old_state->src_h || in dcss_plane_needs_setup()
[all …]
/Linux-v5.15/drivers/video/backlight/
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-v5.15/drivers/gpu/drm/tidss/
Dtidss_kms.c27 static void tidss_atomic_commit_tail(struct drm_atomic_state *old_state) in tidss_atomic_commit_tail() argument
29 struct drm_device *ddev = old_state->dev; in tidss_atomic_commit_tail()
37 drm_atomic_helper_commit_modeset_disables(ddev, old_state); in tidss_atomic_commit_tail()
38 drm_atomic_helper_commit_planes(ddev, old_state, 0); in tidss_atomic_commit_tail()
39 drm_atomic_helper_commit_modeset_enables(ddev, old_state); in tidss_atomic_commit_tail()
41 drm_atomic_helper_commit_hw_done(old_state); in tidss_atomic_commit_tail()
43 drm_atomic_helper_wait_for_flip_done(ddev, old_state); in tidss_atomic_commit_tail()
45 drm_atomic_helper_cleanup_planes(ddev, old_state); in tidss_atomic_commit_tail()
/Linux-v5.15/drivers/input/keyboard/
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()
297 __pmic8xxx_kp_scan_matrix(kp, old_state, kp->keystate); in pmic8xxx_kp_scan_matrix()
298 __pmic8xxx_kp_scan_matrix(kp, new_state, old_state); in pmic8xxx_kp_scan_matrix()
303 rc = pmic8xxx_kp_read_matrix(kp, new_state, old_state); in pmic8xxx_kp_scan_matrix()
[all …]
/Linux-v5.15/drivers/gpu/drm/arm/display/komeda/
Dkomeda_kms.c72 static void komeda_kms_commit_tail(struct drm_atomic_state *old_state) in komeda_kms_commit_tail() argument
74 struct drm_device *dev = old_state->dev; in komeda_kms_commit_tail()
77 drm_atomic_helper_commit_modeset_disables(dev, old_state); in komeda_kms_commit_tail()
79 drm_atomic_helper_commit_planes(dev, old_state, in komeda_kms_commit_tail()
82 drm_atomic_helper_commit_modeset_enables(dev, old_state); in komeda_kms_commit_tail()
84 drm_atomic_helper_commit_hw_done(old_state); in komeda_kms_commit_tail()
86 drm_atomic_helper_wait_for_flip_done(dev, old_state); in komeda_kms_commit_tail()
90 drm_atomic_helper_cleanup_planes(dev, old_state); in komeda_kms_commit_tail()
/Linux-v5.15/drivers/gpu/drm/omapdrm/
Domap_drv.c48 struct drm_atomic_state *old_state) in omap_atomic_wait_for_completion() argument
55 for_each_new_crtc_in_state(old_state, crtc, new_crtc_state, i) { in omap_atomic_wait_for_completion()
67 static void omap_atomic_commit_tail(struct drm_atomic_state *old_state) in omap_atomic_commit_tail() 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()
90 drm_atomic_helper_commit_modeset_enables(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()
102 drm_atomic_helper_commit_modeset_enables(dev, old_state); in omap_atomic_commit_tail()
[all …]
/Linux-v5.15/drivers/gpu/drm/gud/
Dgud_connector.c292 struct drm_connector_state *old_state; in gud_connector_atomic_check() local
298 old_state = drm_atomic_get_old_connector_state(state, connector); in gud_connector_atomic_check()
301 if (old_state->tv.margins.left != new_state->tv.margins.left || in gud_connector_atomic_check()
302 old_state->tv.margins.right != new_state->tv.margins.right || in gud_connector_atomic_check()
303 old_state->tv.margins.top != new_state->tv.margins.top || in gud_connector_atomic_check()
304 old_state->tv.margins.bottom != new_state->tv.margins.bottom || in gud_connector_atomic_check()
305 old_state->tv.mode != new_state->tv.mode || in gud_connector_atomic_check()
306 old_state->tv.brightness != new_state->tv.brightness || in gud_connector_atomic_check()
307 old_state->tv.contrast != new_state->tv.contrast || in gud_connector_atomic_check()
308 old_state->tv.flicker_reduction != new_state->tv.flicker_reduction || in gud_connector_atomic_check()
[all …]
/Linux-v5.15/net/smc/
Dsmc_close.c195 int old_state; in smc_close_active() local
203 old_state = sk->sk_state; in smc_close_active()
290 if (old_state != sk->sk_state) in smc_close_active()
348 int old_state; in smc_close_passive_work() local
351 old_state = sk->sk_state; in smc_close_passive_work()
415 if (old_state != sk->sk_state) { in smc_close_passive_work()
434 int old_state; in smc_close_shutdown_write() local
442 old_state = sk->sk_state; in smc_close_shutdown_write()
480 if (old_state != sk->sk_state) in smc_close_shutdown_write()
/Linux-v5.15/net/ceph/
Dmessenger.c281 int old_state; in con_sock_state_init() local
283 old_state = atomic_xchg(&con->sock_state, CON_SOCK_STATE_CLOSED); in con_sock_state_init()
284 if (WARN_ON(old_state != CON_SOCK_STATE_NEW)) in con_sock_state_init()
285 printk("%s: unexpected old state %d\n", __func__, old_state); in con_sock_state_init()
286 dout("%s con %p sock %d -> %d\n", __func__, con, old_state, in con_sock_state_init()
292 int old_state; in con_sock_state_connecting() local
294 old_state = atomic_xchg(&con->sock_state, CON_SOCK_STATE_CONNECTING); in con_sock_state_connecting()
295 if (WARN_ON(old_state != CON_SOCK_STATE_CLOSED)) in con_sock_state_connecting()
296 printk("%s: unexpected old state %d\n", __func__, old_state); in con_sock_state_connecting()
297 dout("%s con %p sock %d -> %d\n", __func__, con, old_state, in con_sock_state_connecting()
[all …]
/Linux-v5.15/drivers/gpu/drm/exynos/
Dexynos_drm_plane.c158 struct drm_plane_state *old_state) in exynos_drm_plane_destroy_state() argument
161 to_exynos_plane_state(old_state); in exynos_drm_plane_destroy_state()
162 __drm_atomic_helper_plane_destroy_state(old_state); in exynos_drm_plane_destroy_state()
272 struct drm_plane_state *old_state = drm_atomic_get_old_plane_state(state, plane); in exynos_plane_atomic_disable() local
274 struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(old_state->crtc); in exynos_plane_atomic_disable()
276 if (!old_state->crtc) in exynos_plane_atomic_disable()
/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_global_state.h44 (new_obj_state) = (__state)->global_objs[__i].old_state, 1); \
52 (old_obj_state) = (__state)->global_objs[__i].old_state, \
66 struct intel_global_state *state, *old_state, *new_state; member
/Linux-v5.15/drivers/gpu/drm/tilcdc/
Dtilcdc_plane.c29 struct drm_plane_state *old_state = drm_atomic_get_old_plane_state(state, in tilcdc_plane_atomic_check() local
68 if (old_state->fb && new_state->fb->format != old_state->fb->format) { in tilcdc_plane_atomic_check()

123456789