Searched refs:for_each_new_plane_in_state (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/dist/drm/ |
H A D | drm_atomic_helper.c | 1398 for_each_new_plane_in_state(state, plane, new_plane_state, i) { in drm_atomic_helper_wait_for_fences() 1752 for_each_new_plane_in_state(state, plane, plane_state, i) { in drm_atomic_helper_async_commit() 2393 for_each_new_plane_in_state(state, plane, new_plane_state, i) { in drm_atomic_helper_prepare_planes() 2408 for_each_new_plane_in_state(state, plane, new_plane_state, j) { in drm_atomic_helper_prepare_planes() 3072 for_each_new_plane_in_state(state, plane, plane_state, i) { in drm_atomic_helper_disable_all() 3285 for_each_new_plane_in_state(state, plane, new_plane_state, i) in drm_atomic_helper_commit_duplicated_state()
|
H A D | drm_atomic.c | 1452 for_each_new_plane_in_state(state, plane, plane_state, i) in drm_atomic_print_state()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
H A D | nouveau_dispnv50_disp.c | 1942 for_each_new_plane_in_state(state, plane, new_plane_state, i) { in nv50_disp_atomic_commit_wndw() 1995 for_each_new_plane_in_state(state, plane, new_plane_state, i) { in nv50_disp_atomic_commit_tail() 2097 for_each_new_plane_in_state(state, plane, new_plane_state, i) { in nv50_disp_atomic_commit_tail() 2127 for_each_new_plane_in_state(state, plane, new_plane_state, i) { in nv50_disp_atomic_commit_tail() 2201 for_each_new_plane_in_state(state, plane, new_plane_state, i) { in nv50_disp_atomic_commit()
|
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/ |
H A D | drm_atomic.h | 891 #define for_each_new_plane_in_state(__state, plane, new_plane_state, __i) \ macro
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm.c | 1703 for_each_new_plane_in_state(dm->cached_state, plane, new_plane_state, i) { in dm_resume()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
H A D | intel_display.c | 11682 for_each_new_plane_in_state(state, plane, plane_state, i) { in intel_modeset_disable_planes()
|