Searched refs:for_each_new_plane_in_state (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/ |
A D | drm_atomic_helper.c | 1543 for_each_new_plane_in_state(state, plane, new_plane_state, i) { in drm_atomic_helper_wait_for_fences() 1897 for_each_new_plane_in_state(state, plane, plane_state, i) { in drm_atomic_helper_async_commit() 2531 for_each_new_plane_in_state(state, plane, new_plane_state, i) { in drm_atomic_helper_prepare_planes() 2552 for_each_new_plane_in_state(state, plane, new_plane_state, i) { in drm_atomic_helper_prepare_planes() 2565 for_each_new_plane_in_state(state, plane, new_plane_state, j) { in drm_atomic_helper_prepare_planes() 2576 for_each_new_plane_in_state(state, plane, new_plane_state, j) { in drm_atomic_helper_prepare_planes() 3247 for_each_new_plane_in_state(state, plane, plane_state, i) { in drm_atomic_helper_disable_all() 3462 for_each_new_plane_in_state(state, plane, new_plane_state, i) in drm_atomic_helper_commit_duplicated_state()
|
A D | drm_atomic.c | 1684 for_each_new_plane_in_state(state, plane, plane_state, i) in drm_atomic_print_new_state()
|
/linux-6.3-rc2/drivers/gpu/drm/imx/ipuv3/ |
A 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.3-rc2/drivers/gpu/drm/tidss/ |
A D | tidss_crtc.c | 139 for_each_new_plane_in_state(ostate, plane, pstate, i) { in tidss_crtc_position_planes()
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/dispnv50/ |
A D | disp.c | 1941 for_each_new_plane_in_state(state, plane, new_plane_state, i) { in nv50_disp_atomic_commit_wndw() 1998 for_each_new_plane_in_state(state, plane, new_plane_state, i) { in nv50_disp_atomic_commit_tail() 2135 for_each_new_plane_in_state(state, plane, new_plane_state, i) { in nv50_disp_atomic_commit_tail() 2165 for_each_new_plane_in_state(state, plane, new_plane_state, i) { in nv50_disp_atomic_commit_tail() 2245 for_each_new_plane_in_state(state, plane, new_plane_state, i) { in nv50_disp_atomic_commit()
|
/linux-6.3-rc2/ |
A D | .clang-format | 298 - 'for_each_new_plane_in_state'
|
/linux-6.3-rc2/include/drm/ |
A D | drm_atomic.h | 962 #define for_each_new_plane_in_state(__state, plane, new_plane_state, __i) \ macro
|
/linux-6.3-rc2/drivers/gpu/drm/tegra/ |
A D | plane.c | 674 for_each_new_plane_in_state(state->base.state, plane, new, i) { in tegra_plane_update_transparency()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/display/ |
A D | intel_display.c | 4147 for_each_new_plane_in_state(state, plane, plane_state, i) { in intel_modeset_disable_planes()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/amdgpu_dm/ |
A D | amdgpu_dm.c | 2859 for_each_new_plane_in_state(dm->cached_state, plane, new_plane_state, i) { in dm_resume()
|
Completed in 55 milliseconds