/drivers/gpu/drm/ |
D | drm_atomic_helper.c | 79 struct drm_plane_state *old_plane_state, in drm_atomic_helper_plane_changed() argument 85 if (old_plane_state->crtc) { in drm_atomic_helper_plane_changed() 87 old_plane_state->crtc); in drm_atomic_helper_plane_changed() 904 struct drm_plane_state *new_plane_state, *old_plane_state; in drm_atomic_helper_check_planes() local 907 for_each_oldnew_plane_in_state(state, plane, old_plane_state, new_plane_state, i) { in drm_atomic_helper_check_planes() 914 drm_atomic_helper_plane_changed(state, old_plane_state, new_plane_state, plane); in drm_atomic_helper_check_planes() 1742 struct drm_plane_state *old_plane_state = NULL; in drm_atomic_helper_async_check() local 1752 for_each_oldnew_plane_in_state(state, plane, old_plane_state, new_plane_state, i) in drm_atomic_helper_async_check() 1760 old_plane_state->crtc != new_plane_state->crtc) in drm_atomic_helper_async_check() 1775 if (old_plane_state->commit && in drm_atomic_helper_async_check() [all …]
|
D | drm_blend.c | 517 struct drm_plane_state *old_plane_state, *new_plane_state; in drm_atomic_normalize_zpos() local 520 for_each_oldnew_plane_in_state(state, plane, old_plane_state, new_plane_state, i) { in drm_atomic_normalize_zpos() 524 if (old_plane_state->zpos != new_plane_state->zpos) { in drm_atomic_normalize_zpos()
|
D | drm_atomic.c | 566 plane_switching_crtc(const struct drm_plane_state *old_plane_state, in plane_switching_crtc() argument 569 if (!old_plane_state->crtc || !new_plane_state->crtc) in plane_switching_crtc() 572 if (old_plane_state->crtc == new_plane_state->crtc) in plane_switching_crtc() 593 static int drm_atomic_plane_check(const struct drm_plane_state *old_plane_state, in drm_atomic_plane_check() argument 692 if (plane_switching_crtc(old_plane_state, new_plane_state)) { in drm_atomic_plane_check() 1310 struct drm_plane_state *old_plane_state; in drm_atomic_check_only() local 1328 for_each_oldnew_plane_in_state(state, plane, old_plane_state, new_plane_state, i) { in drm_atomic_check_only() 1329 ret = drm_atomic_plane_check(old_plane_state, new_plane_state); in drm_atomic_check_only()
|
/drivers/gpu/drm/i915/display/ |
D | intel_cursor.c | 622 struct intel_plane_state *old_plane_state = in intel_legacy_cursor_update() local 649 if (old_plane_state->uapi.commit && in intel_legacy_cursor_update() 650 !try_wait_for_completion(&old_plane_state->uapi.commit->hw_done)) in intel_legacy_cursor_update() 658 if (old_plane_state->uapi.crtc != &crtc->base || in intel_legacy_cursor_update() 659 old_plane_state->uapi.src_w != src_w || in intel_legacy_cursor_update() 660 old_plane_state->uapi.src_h != src_h || in intel_legacy_cursor_update() 661 old_plane_state->uapi.crtc_w != crtc_w || in intel_legacy_cursor_update() 662 old_plane_state->uapi.crtc_h != crtc_h || in intel_legacy_cursor_update() 663 !old_plane_state->uapi.fb != !fb) in intel_legacy_cursor_update() 690 old_plane_state, new_plane_state); in intel_legacy_cursor_update() [all …]
|
D | intel_atomic_plane.h | 49 const struct intel_plane_state *old_plane_state, 55 const struct intel_plane_state *old_plane_state,
|
D | intel_atomic_plane.c | 330 const struct intel_plane_state *old_plane_state, in intel_plane_atomic_check_with_state() argument 340 if (!new_plane_state->hw.crtc && !old_plane_state->hw.crtc) in intel_plane_atomic_check_with_state() 362 if (new_plane_state->uapi.visible || old_plane_state->uapi.visible) in intel_plane_atomic_check_with_state() 369 old_plane_state, new_plane_state); in intel_plane_atomic_check_with_state() 392 const struct intel_plane_state *old_plane_state = in intel_plane_atomic_check() local 422 old_plane_state, in intel_plane_atomic_check()
|
D | intel_display.h | 448 #define for_each_old_intel_plane_in_state(__state, plane, old_plane_state, __i) \ argument 452 (old_plane_state) = to_intel_plane_state((__state)->base.planes[__i].old_state), 1); \ 472 #define for_each_oldnew_intel_plane_in_state(__state, plane, old_plane_state, new_plane_state, __i)… argument 476 (old_plane_state) = to_intel_plane_state((__state)->base.planes[__i].old_state), \ 628 void intel_plane_unpin_fb(struct intel_plane_state *old_plane_state);
|
D | intel_psr.c | 1699 struct intel_plane_state *new_plane_state, *old_plane_state; in intel_psr2_sel_fetch_update() local 1718 for_each_oldnew_intel_plane_in_state(state, plane, old_plane_state, in intel_psr2_sel_fetch_update() 1728 !old_plane_state->uapi.visible) in intel_psr2_sel_fetch_update() 1741 if (new_plane_state->uapi.visible != old_plane_state->uapi.visible || in intel_psr2_sel_fetch_update() 1743 &old_plane_state->uapi.dst)) { in intel_psr2_sel_fetch_update() 1744 if (old_plane_state->uapi.visible) { in intel_psr2_sel_fetch_update() 1745 damaged_area.y1 = old_plane_state->uapi.dst.y1; in intel_psr2_sel_fetch_update() 1746 damaged_area.y2 = old_plane_state->uapi.dst.y2; in intel_psr2_sel_fetch_update() 1759 } else if (new_plane_state->uapi.alpha != old_plane_state->uapi.alpha) { in intel_psr2_sel_fetch_update() 1770 &old_plane_state->uapi, in intel_psr2_sel_fetch_update() [all …]
|
D | intel_display.c | 2715 const struct intel_plane_state *old_plane_state; in intel_crtc_async_flip_disable_wa() local 2720 for_each_old_intel_plane_in_state(state, plane, old_plane_state, i) { in intel_crtc_async_flip_disable_wa() 2729 old_plane_state, false); in intel_crtc_async_flip_disable_wa() 2839 const struct intel_plane_state *old_plane_state; in intel_crtc_disable_planes() local 2846 for_each_old_intel_plane_in_state(state, plane, old_plane_state, i) { in intel_crtc_disable_planes() 2853 if (old_plane_state->uapi.visible) in intel_crtc_disable_planes() 6771 const struct intel_plane_state *old_plane_state, in intel_plane_atomic_calc_changes() argument 6789 was_visible = old_plane_state->uapi.visible; in intel_plane_atomic_calc_changes() 6837 } else if (intel_wm_need_update(old_plane_state, plane_state)) { in intel_plane_atomic_calc_changes() 6884 (turn_on || (!needs_scaling(old_plane_state) && in intel_plane_atomic_calc_changes() [all …]
|
/drivers/gpu/drm/xen/ |
D | xen_drm_front_kms.c | 178 struct drm_plane_state *old_plane_state) in display_send_page_flip() argument 181 drm_atomic_get_new_plane_state(old_plane_state->state, in display_send_page_flip() 192 if (old_plane_state->fb && plane_state->fb) { in display_send_page_flip() 243 struct drm_plane_state *old_plane_state) in display_update() argument 278 if (!display_send_page_flip(pipe, old_plane_state)) in display_update()
|
/drivers/gpu/drm/imx/ |
D | imx-drm-core.c | 81 struct drm_plane_state *old_plane_state, *new_plane_state; in imx_drm_atomic_commit_tail() local 93 for_each_oldnew_plane_in_state(state, plane, old_plane_state, new_plane_state, i) { in imx_drm_atomic_commit_tail() 94 if (drm_atomic_plane_disabling(old_plane_state, new_plane_state)) in imx_drm_atomic_commit_tail() 108 for_each_old_plane_in_state(state, plane, old_plane_state, i) in imx_drm_atomic_commit_tail()
|
/drivers/gpu/drm/rcar-du/ |
D | rcar_du_plane.c | 144 struct rcar_du_plane_state *old_plane_state; in rcar_du_atomic_check_planes() local 150 old_plane_state = to_rcar_plane_state(old_drm_plane_state); in rcar_du_atomic_check_planes() 174 if (rcar_du_plane_needs_realloc(old_plane_state, new_plane_state)) { in rcar_du_atomic_check_planes() 253 struct rcar_du_plane_state *old_plane_state; in rcar_du_atomic_check_planes() local 261 old_plane_state = to_rcar_plane_state(old_drm_plane_state); in rcar_du_atomic_check_planes() 272 !rcar_du_plane_needs_realloc(old_plane_state, new_plane_state)) in rcar_du_atomic_check_planes()
|
/drivers/gpu/drm/vc4/ |
D | vc4_kms.c | 550 struct drm_plane_state *old_plane_state, *new_plane_state; in vc4_load_tracker_atomic_check() local 566 for_each_oldnew_plane_in_state(state, plane, old_plane_state, in vc4_load_tracker_atomic_check() 570 if (old_plane_state->fb && old_plane_state->crtc) { in vc4_load_tracker_atomic_check() 571 vc4_plane_state = to_vc4_plane_state(old_plane_state); in vc4_load_tracker_atomic_check()
|
/drivers/gpu/drm/ingenic/ |
D | ingenic-drm-drv.c | 367 struct drm_plane_state *old_plane_state = drm_atomic_get_old_plane_state(state, in ingenic_drm_plane_atomic_check() local 373 struct drm_crtc *crtc = new_plane_state->crtc ?: old_plane_state->crtc; in ingenic_drm_plane_atomic_check() 407 (!old_plane_state->fb || !new_plane_state->fb || in ingenic_drm_plane_atomic_check() 408 old_plane_state->crtc_x != new_plane_state->crtc_x || in ingenic_drm_plane_atomic_check() 409 old_plane_state->crtc_y != new_plane_state->crtc_y || in ingenic_drm_plane_atomic_check() 410 old_plane_state->crtc_w != new_plane_state->crtc_w || in ingenic_drm_plane_atomic_check() 411 old_plane_state->crtc_h != new_plane_state->crtc_h || in ingenic_drm_plane_atomic_check() 412 old_plane_state->fb->format->format != new_plane_state->fb->format->format)) in ingenic_drm_plane_atomic_check()
|
D | ingenic-ipu.c | 528 struct drm_plane_state *old_plane_state = drm_atomic_get_old_plane_state(state, in ingenic_ipu_plane_atomic_check() local 534 struct drm_crtc *crtc = new_plane_state->crtc ?: old_plane_state->crtc; in ingenic_ipu_plane_atomic_check() 545 if (!old_plane_state->crtc ^ !new_plane_state->crtc) in ingenic_ipu_plane_atomic_check() 566 if (!osd_changed(new_plane_state, old_plane_state)) in ingenic_ipu_plane_atomic_check()
|
/drivers/gpu/drm/gud/ |
D | gud_pipe.c | 443 struct drm_plane_state *old_plane_state = pipe->plane.state; in gud_pipe_check() local 446 struct drm_framebuffer *old_fb = old_plane_state->fb; in gud_pipe_check() 459 if (old_plane_state->rotation != new_plane_state->rotation) in gud_pipe_check()
|
/drivers/gpu/drm/udl/ |
D | udl_modeset.c | 411 struct drm_plane_state *old_plane_state) in udl_simple_display_pipe_update() argument 421 if (drm_atomic_helper_damage_merged(old_plane_state, state, &rect)) in udl_simple_display_pipe_update()
|
/drivers/gpu/drm/kmb/ |
D | kmb_plane.c | 345 struct drm_plane_state *old_plane_state = drm_atomic_get_old_plane_state(state, in kmb_plane_atomic_update() local 363 if (!plane || !new_plane_state || !old_plane_state) in kmb_plane_atomic_update()
|
/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_vop.c | 1494 struct drm_plane_state *old_plane_state, *new_plane_state; in vop_crtc_atomic_flush() local 1529 for_each_oldnew_plane_in_state(old_state, plane, old_plane_state, in vop_crtc_atomic_flush() 1531 if (!old_plane_state->fb) in vop_crtc_atomic_flush() 1534 if (old_plane_state->fb == new_plane_state->fb) in vop_crtc_atomic_flush() 1537 drm_framebuffer_get(old_plane_state->fb); in vop_crtc_atomic_flush() 1539 drm_flip_work_queue(&vop->fb_unref_work, old_plane_state->fb); in vop_crtc_atomic_flush()
|
/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm.c | 214 struct drm_plane_state *old_plane_state); 8751 struct drm_plane_state *old_plane_state) in handle_cursor_update() argument 8755 struct drm_crtc *crtc = afb ? plane->state->crtc : old_plane_state->crtc; in handle_cursor_update() 8763 if (!plane->state->fb && !old_plane_state->fb) in handle_cursor_update() 9017 struct drm_plane_state *old_plane_state; in amdgpu_dm_commit_cursors() local 9024 for_each_old_plane_in_state(state, plane, old_plane_state, i) in amdgpu_dm_commit_cursors() 9026 handle_cursor_update(plane, old_plane_state); in amdgpu_dm_commit_cursors() 9046 struct drm_plane_state *old_plane_state, *new_plane_state; in amdgpu_dm_commit_planes() local 9084 for_each_oldnew_plane_in_state(state, plane, old_plane_state, new_plane_state, i) { in amdgpu_dm_commit_planes() 9121 plane_needs_flip = old_plane_state->fb && new_plane_state->fb; in amdgpu_dm_commit_planes() [all …]
|
/drivers/gpu/drm/tiny/ |
D | simpledrm.c | 675 struct drm_plane_state *old_plane_state) in simpledrm_simple_display_pipe_update() argument 689 if (!drm_atomic_helper_damage_merged(old_plane_state, plane_state, &clip)) in simpledrm_simple_display_pipe_update()
|
/drivers/gpu/drm/xlnx/ |
D | zynqmp_disp.c | 1481 struct drm_plane_state *old_plane_state; in zynqmp_disp_crtc_atomic_disable() local 1488 old_plane_state = drm_atomic_get_old_plane_state(state, crtc->primary); in zynqmp_disp_crtc_atomic_disable() 1489 if (old_plane_state) in zynqmp_disp_crtc_atomic_disable()
|
/drivers/gpu/drm/tegra/ |
D | dc.c | 1849 const struct drm_plane_state *old_plane_state; in tegra_crtc_update_memory_bandwidth() local 1881 old_plane_state, i) { in tegra_crtc_update_memory_bandwidth() 1882 old_tegra_state = to_const_tegra_plane_state(old_plane_state); in tegra_crtc_update_memory_bandwidth() 1912 old_window.src.h = drm_rect_height(&old_plane_state->src) >> 16; in tegra_crtc_update_memory_bandwidth() 1913 old_window.dst.h = drm_rect_height(&old_plane_state->dst); in tegra_crtc_update_memory_bandwidth()
|
/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_plane.c | 343 struct drm_plane_state *old_plane_state = drm_atomic_get_old_plane_state(state, in mdp5_plane_atomic_check() local 350 crtc = new_plane_state->crtc ? new_plane_state->crtc : old_plane_state->crtc; in mdp5_plane_atomic_check()
|
/drivers/gpu/drm/i915/ |
D | intel_pm.c | 1394 const struct intel_plane_state *old_plane_state; in g4x_compute_pipe_wm() local 1402 old_plane_state, in g4x_compute_pipe_wm() 1405 old_plane_state->hw.crtc != &crtc->base) in g4x_compute_pipe_wm() 1918 const struct intel_plane_state *old_plane_state; in vlv_compute_pipe_wm() local 1926 old_plane_state, in vlv_compute_pipe_wm() 1929 old_plane_state->hw.crtc != &crtc->base) in vlv_compute_pipe_wm()
|