Home
last modified time | relevance | path

Searched refs:for_each_new_plane_in_state (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/drm/
H A Ddrm_atomic_helper.c1173 for_each_new_plane_in_state(state, plane, new_plane_state, i) { in drm_atomic_helper_wait_for_fences()
1459 for_each_new_plane_in_state(state, plane, plane_state, i) { in drm_atomic_helper_async_commit()
2019 for_each_new_plane_in_state(state, plane, new_plane_state, i) { in drm_atomic_helper_prepare_planes()
2034 for_each_new_plane_in_state(state, plane, new_plane_state, j) { in drm_atomic_helper_prepare_planes()
2858 for_each_new_plane_in_state(state, plane, plane_state, i) { in drm_atomic_helper_disable_all()
3008 for_each_new_plane_in_state(state, plane, new_plane_state, i) { in drm_atomic_helper_commit_duplicated_state()
H A Ddrm_atomic.c1609 for_each_new_plane_in_state(state, plane, plane_state, i) { in drm_atomic_check_only()
1718 for_each_new_plane_in_state(state, plane, plane_state, i) in drm_atomic_print_state()
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_atomic.h775 #define for_each_new_plane_in_state(__state, plane, new_plane_state, __i) \ macro
/dragonfly/sys/dev/drm/i915/
H A Dintel_fbc.c1079 for_each_new_plane_in_state(state, plane, plane_state, i) { in intel_fbc_choose_crtc()
/dragonfly/sys/dev/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c820 for_each_new_plane_in_state(dm->cached_state, plane, new_plane_state, i) { in dm_resume()