Searched defs:new_plane_state (Results 1 – 9 of 9) sorted by relevance
/dflybsd-src/sys/dev/drm/i915/ |
H A D | intel_atomic_plane.c | 206 struct drm_plane_state *new_plane_state) in intel_plane_atomic_check() 238 const struct intel_plane_state *new_plane_state = in intel_plane_atomic_update() local
|
H A D | intel_pm.c | 1324 const struct intel_plane_state *new_plane_state; in g4x_compute_pipe_wm() local 1833 const struct intel_plane_state *new_plane_state; in vlv_compute_pipe_wm() local
|
H A D | intel_display.c | 12459 struct drm_plane_state *old_plane_state, *new_plane_state; in intel_atomic_track_fbs() local 13033 struct drm_plane_state *old_plane_state, *new_plane_state; in intel_legacy_cursor_update() local
|
H A D | i915_drv.h | 581 #define for_each_oldnew_intel_plane_in_state(__state, plane, old_plane_state, new_plane_state, __i)… argument
|
/dflybsd-src/sys/dev/drm/ |
H A D | drm_atomic_helper.c | 721 struct drm_plane_state *new_plane_state, *old_plane_state; in drm_atomic_helper_check_planes() local 957 struct drm_plane_state *new_plane_state; in drm_atomic_helper_update_legacy_modeset_state() local 1170 struct drm_plane_state *new_plane_state; in drm_atomic_helper_wait_for_fences() local 1401 struct drm_plane_state *old_plane_state, *new_plane_state; in drm_atomic_helper_async_check() local 1738 struct drm_plane_state *old_plane_state, *new_plane_state; in drm_atomic_helper_setup_commit() local 2016 struct drm_plane_state *new_plane_state; in drm_atomic_helper_prepare_planes() local 2103 struct drm_plane_state *old_plane_state, *new_plane_state; in drm_atomic_helper_commit_planes() local 2301 struct drm_plane_state *old_plane_state, *new_plane_state; in drm_atomic_helper_cleanup_planes() local 2369 struct drm_plane_state *old_plane_state, *new_plane_state; in drm_atomic_helper_swap_state() local 2997 struct drm_plane_state *new_plane_state; in drm_atomic_helper_commit_duplicated_state() local
|
H A D | drm_blend.c | 383 struct drm_plane_state *old_plane_state, *new_plane_state; in drm_atomic_normalize_zpos() local
|
/dflybsd-src/sys/dev/drm/include/drm/ |
H A D | drm_atomic_helper.h | 245 struct drm_plane_state *new_plane_state) in drm_atomic_plane_disabling()
|
H A D | drm_atomic.h | 715 #define for_each_oldnew_plane_in_state(__state, plane, old_plane_state, new_plane_state, __i) \ argument 737 #define for_each_oldnew_plane_in_state_reverse(__state, plane, old_plane_state, new_plane_state, __… argument 775 #define for_each_new_plane_in_state(__state, plane, new_plane_state, __i) \ argument
|
/dflybsd-src/sys/dev/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm.c | 754 struct drm_plane_state *new_plane_state; in dm_resume() local 4277 struct drm_plane_state *old_plane_state, *new_plane_state; in amdgpu_dm_commit_planes() local 4878 struct drm_plane_state *new_plane_state = NULL; in dm_update_crtcs_state() local 5066 struct drm_plane_state *old_plane_state, *new_plane_state; in dm_update_planes_state() local
|