/linux/drivers/gpu/drm/mediatek/ |
A D | mtk_drm_plane.c | 82 struct drm_plane_state *new_plane_state = drm_atomic_get_new_plane_state(state, in mtk_plane_atomic_async_check() local 147 struct mtk_plane_state *new_plane_state = to_mtk_plane_state(plane->state); in mtk_plane_atomic_async_update() local 177 struct drm_plane_state *new_plane_state = drm_atomic_get_new_plane_state(state, in mtk_plane_atomic_check() local
|
/linux/drivers/gpu/drm/i915/display/ |
A D | intel_atomic_plane.c | 333 struct intel_plane_state *new_plane_state) in intel_plane_atomic_check_with_state() 392 struct intel_plane_state *new_plane_state = in intel_plane_atomic_check() local 515 struct intel_plane_state *new_plane_state = in skl_update_planes_on_crtc() local 533 struct intel_plane_state *new_plane_state; in i9xx_update_planes_on_crtc() local 682 struct intel_plane_state *new_plane_state = in intel_prepare_plane_fb() local
|
/linux/drivers/gpu/drm/rcar-du/ |
A D | rcar_du_plane.c | 145 struct rcar_du_plane_state *new_plane_state; in rcar_du_atomic_check_planes() local 208 struct rcar_du_plane_state *new_plane_state; in rcar_du_atomic_check_planes() local 254 struct rcar_du_plane_state *new_plane_state; in rcar_du_atomic_check_planes() local 612 struct drm_plane_state *new_plane_state = drm_atomic_get_new_plane_state(state, in rcar_du_plane_atomic_check() local
|
A D | rcar_du_vsp.c | 297 struct drm_plane_state *new_plane_state = drm_atomic_get_new_plane_state(state, in rcar_du_vsp_plane_atomic_check() local
|
/linux/drivers/gpu/drm/ |
A D | drm_atomic_helper.c | 888 struct drm_plane_state *new_plane_state, *old_plane_state; in drm_atomic_helper_check_planes() local 1177 struct drm_plane_state *new_plane_state; in drm_atomic_helper_update_legacy_modeset_state() local 1436 struct drm_plane_state *new_plane_state; in drm_atomic_helper_wait_for_fences() local 1708 struct drm_plane_state *new_plane_state = NULL; in drm_atomic_helper_async_check() local 2091 struct drm_plane_state *old_plane_state, *new_plane_state; in drm_atomic_helper_setup_commit() local 2388 struct drm_plane_state *new_plane_state; in drm_atomic_helper_prepare_planes() local 2493 struct drm_plane_state *old_plane_state, *new_plane_state; in drm_atomic_helper_commit_planes() local 2610 struct drm_plane_state *new_plane_state = in drm_atomic_helper_commit_planes_on_crtc() local 2696 struct drm_plane_state *old_plane_state, *new_plane_state; in drm_atomic_helper_cleanup_planes() local 2764 struct drm_plane_state *old_plane_state, *new_plane_state; in drm_atomic_helper_swap_state() local [all …]
|
A D | drm_atomic.c | 558 const struct drm_plane_state *new_plane_state) in plane_switching_crtc() 585 const struct drm_plane_state *new_plane_state) in drm_atomic_plane_check() 1301 struct drm_plane_state *new_plane_state; in drm_atomic_check_only() local
|
A D | drm_blend.c | 517 struct drm_plane_state *old_plane_state, *new_plane_state; in drm_atomic_normalize_zpos() local
|
/linux/drivers/gpu/drm/arm/ |
A D | hdlcd_crtc.c | 234 struct drm_plane_state *new_plane_state = drm_atomic_get_new_plane_state(state, in hdlcd_plane_atomic_check() local 265 struct drm_plane_state *new_plane_state = drm_atomic_get_new_plane_state(state, in hdlcd_plane_atomic_update() local
|
/linux/include/drm/ |
A D | drm_atomic_helper.h | 213 struct drm_plane_state *new_plane_state) in drm_atomic_plane_disabling()
|
A D | drm_atomic.h | 866 #define for_each_oldnew_plane_in_state(__state, plane, old_plane_state, new_plane_state, __i) \ argument 889 #define for_each_oldnew_plane_in_state_reverse(__state, plane, old_plane_state, new_plane_state, __… argument 906 #define for_each_new_plane_in_state_reverse(__state, plane, new_plane_state, __i) \ argument 943 #define for_each_new_plane_in_state(__state, plane, new_plane_state, __i) \ argument
|
/linux/drivers/gpu/drm/kmb/ |
A D | kmb_plane.c | 95 struct drm_plane_state *new_plane_state = drm_atomic_get_new_plane_state(state, in kmb_plane_atomic_check() local 353 struct drm_plane_state *new_plane_state = drm_atomic_get_new_plane_state(state, in kmb_plane_atomic_update() local
|
/linux/drivers/gpu/drm/vc4/ |
A D | vc4_plane.c | 1060 struct drm_plane_state *new_plane_state = drm_atomic_get_new_plane_state(state, in vc4_plane_atomic_check() local 1140 struct drm_plane_state *new_plane_state = drm_atomic_get_new_plane_state(state, in vc4_plane_atomic_async_update() local 1210 struct drm_plane_state *new_plane_state = drm_atomic_get_new_plane_state(state, in vc4_plane_atomic_async_check() local
|
/linux/drivers/gpu/drm/fsl-dcu/ |
A D | fsl_dcu_drm_plane.c | 39 struct drm_plane_state *new_plane_state = drm_atomic_get_new_plane_state(state, in fsl_dcu_drm_plane_atomic_check() local
|
/linux/drivers/gpu/drm/vkms/ |
A D | vkms_plane.c | 124 struct drm_plane_state *new_plane_state = drm_atomic_get_new_plane_state(state, in vkms_plane_atomic_check() local
|
/linux/drivers/gpu/drm/tidss/ |
A D | tidss_plane.c | 25 struct drm_plane_state *new_plane_state = drm_atomic_get_new_plane_state(state, in tidss_plane_atomic_check() local
|
/linux/drivers/gpu/drm/armada/ |
A D | armada_plane.c | 84 struct drm_plane_state *new_plane_state = drm_atomic_get_new_plane_state(state, in armada_drm_plane_atomic_check() local
|
/linux/drivers/gpu/drm/imx/ |
A D | imx-drm-core.c | 81 struct drm_plane_state *old_plane_state, *new_plane_state; in imx_drm_atomic_commit_tail() local
|
/linux/drivers/gpu/drm/exynos/ |
A D | exynos_drm_plane.c | 233 struct drm_plane_state *new_plane_state = drm_atomic_get_new_plane_state(state, in exynos_plane_atomic_check() local
|
/linux/drivers/gpu/drm/arm/display/komeda/ |
A D | komeda_plane.c | 74 struct drm_plane_state *new_plane_state = drm_atomic_get_new_plane_state(state, in komeda_plane_atomic_check() local
|
/linux/drivers/gpu/drm/virtio/ |
A D | virtgpu_plane.c | 88 struct drm_plane_state *new_plane_state = drm_atomic_get_new_plane_state(state, in virtio_gpu_plane_atomic_check() local
|
/linux/drivers/gpu/drm/omapdrm/ |
A D | omap_plane.c | 110 struct drm_plane_state *new_plane_state = drm_atomic_get_new_plane_state(state, in omap_plane_atomic_check() local
|
/linux/drivers/gpu/drm/imx/dcss/ |
A D | dcss-plane.c | 142 struct drm_plane_state *new_plane_state = drm_atomic_get_new_plane_state(state, in dcss_plane_atomic_check() local
|
/linux/drivers/gpu/drm/sun4i/ |
A D | sun8i_ui_layer.c | 262 struct drm_plane_state *new_plane_state = drm_atomic_get_new_plane_state(state, in sun8i_ui_layer_atomic_check() local
|
/linux/drivers/gpu/drm/tegra/ |
A D | dc.c | 610 struct drm_plane_state *new_plane_state = drm_atomic_get_new_plane_state(state, in tegra_plane_atomic_check() local 858 struct drm_plane_state *new_plane_state = drm_atomic_get_new_plane_state(state, in tegra_cursor_atomic_check() local 2316 struct drm_plane_state *new_plane_state; in tegra_crtc_calculate_memory_bandwidth() local
|
/linux/drivers/gpu/drm/meson/ |
A D | meson_plane.c | 76 struct drm_plane_state *new_plane_state = drm_atomic_get_new_plane_state(state, in meson_plane_atomic_check() local
|