Searched refs:for_each_new_plane_in_state (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/gpu/drm/ |
A D | drm_atomic_helper.c | 1439 for_each_new_plane_in_state(state, plane, new_plane_state, i) { in drm_atomic_helper_wait_for_fences() 1772 for_each_new_plane_in_state(state, plane, plane_state, i) { in drm_atomic_helper_async_commit() 2400 for_each_new_plane_in_state(state, plane, new_plane_state, i) { in drm_atomic_helper_prepare_planes() 2424 for_each_new_plane_in_state(state, plane, new_plane_state, j) { in drm_atomic_helper_prepare_planes() 3088 for_each_new_plane_in_state(state, plane, plane_state, i) { in drm_atomic_helper_disable_all() 3301 for_each_new_plane_in_state(state, plane, new_plane_state, i) in drm_atomic_helper_commit_duplicated_state()
|
A D | drm_atomic.c | 1642 for_each_new_plane_in_state(state, plane, plane_state, i) in drm_atomic_print_new_state()
|
/linux/drivers/gpu/drm/imx/ |
A D | ipuv3-plane.c | 829 for_each_new_plane_in_state(state, plane, plane_state, i) { in ipu_planes_assign_pre() 854 for_each_new_plane_in_state(state, plane, plane_state, i) { in ipu_planes_assign_pre()
|
/linux/drivers/gpu/drm/tidss/ |
A D | tidss_crtc.c | 142 for_each_new_plane_in_state(ostate, plane, pstate, i) { in tidss_crtc_position_planes()
|
/linux/ |
A D | .clang-format | 235 - 'for_each_new_plane_in_state'
|
/linux/drivers/gpu/drm/nouveau/dispnv50/ |
A D | disp.c | 2106 for_each_new_plane_in_state(state, plane, new_plane_state, i) { in nv50_disp_atomic_commit_wndw() 2162 for_each_new_plane_in_state(state, plane, new_plane_state, i) { in nv50_disp_atomic_commit_tail() 2299 for_each_new_plane_in_state(state, plane, new_plane_state, i) { in nv50_disp_atomic_commit_tail() 2329 for_each_new_plane_in_state(state, plane, new_plane_state, i) { in nv50_disp_atomic_commit_tail() 2409 for_each_new_plane_in_state(state, plane, new_plane_state, i) { in nv50_disp_atomic_commit()
|
/linux/include/drm/ |
A D | drm_atomic.h | 943 #define for_each_new_plane_in_state(__state, plane, new_plane_state, __i) \ macro
|
/linux/drivers/gpu/drm/tegra/ |
A D | plane.c | 641 for_each_new_plane_in_state(state->base.state, plane, new, i) { in tegra_plane_update_transparency()
|
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
A D | amdgpu_dm.c | 2708 for_each_new_plane_in_state(dm->cached_state, plane, new_plane_state, i) { in dm_resume()
|
/linux/drivers/gpu/drm/i915/display/ |
A D | intel_display.c | 5574 for_each_new_plane_in_state(state, plane, plane_state, i) { in intel_modeset_disable_planes()
|
Completed in 60 milliseconds