Searched refs:for_each_new_plane_in_state (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/ |
D | drm_atomic_helper.c | 1559 for_each_new_plane_in_state(state, plane, new_plane_state, i) { in drm_atomic_helper_wait_for_fences() 1913 for_each_new_plane_in_state(state, plane, plane_state, i) { in drm_atomic_helper_async_commit() 2547 for_each_new_plane_in_state(state, plane, new_plane_state, i) { in drm_atomic_helper_prepare_planes() 2571 for_each_new_plane_in_state(state, plane, new_plane_state, j) { in drm_atomic_helper_prepare_planes() 3235 for_each_new_plane_in_state(state, plane, plane_state, i) { in drm_atomic_helper_disable_all() 3450 for_each_new_plane_in_state(state, plane, new_plane_state, i) in drm_atomic_helper_commit_duplicated_state()
|
D | drm_atomic.c | 1683 for_each_new_plane_in_state(state, plane, plane_state, i) in drm_atomic_print_new_state()
|
/linux-6.1.9/drivers/gpu/drm/imx/ |
D | ipuv3-plane.c | 826 for_each_new_plane_in_state(state, plane, plane_state, i) { in ipu_planes_assign_pre() 851 for_each_new_plane_in_state(state, plane, plane_state, i) { in ipu_planes_assign_pre()
|
/linux-6.1.9/drivers/gpu/drm/tidss/ |
D | tidss_crtc.c | 140 for_each_new_plane_in_state(ostate, plane, pstate, i) { in tidss_crtc_position_planes()
|
/linux-6.1.9/ |
D | .clang-format | 297 - 'for_each_new_plane_in_state'
|
/linux-6.1.9/drivers/gpu/drm/nouveau/dispnv50/ |
D | disp.c | 2087 for_each_new_plane_in_state(state, plane, new_plane_state, i) { in nv50_disp_atomic_commit_wndw() 2144 for_each_new_plane_in_state(state, plane, new_plane_state, i) { in nv50_disp_atomic_commit_tail() 2281 for_each_new_plane_in_state(state, plane, new_plane_state, i) { in nv50_disp_atomic_commit_tail() 2311 for_each_new_plane_in_state(state, plane, new_plane_state, i) { in nv50_disp_atomic_commit_tail() 2391 for_each_new_plane_in_state(state, plane, new_plane_state, i) { in nv50_disp_atomic_commit()
|
/linux-6.1.9/include/drm/ |
D | drm_atomic.h | 962 #define for_each_new_plane_in_state(__state, plane, new_plane_state, __i) \ macro
|
/linux-6.1.9/drivers/gpu/drm/tegra/ |
D | plane.c | 674 for_each_new_plane_in_state(state->base.state, plane, new, i) { in tegra_plane_update_transparency()
|
/linux-6.1.9/drivers/gpu/drm/i915/display/ |
D | intel_display.c | 4188 for_each_new_plane_in_state(state, plane, plane_state, i) { in intel_modeset_disable_planes()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm.c | 2788 for_each_new_plane_in_state(dm->cached_state, plane, new_plane_state, i) { in dm_resume()
|