Home
last modified time | relevance | path

Searched refs:old_plane_count (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/core/
A Ddc_state.c601 int i, old_plane_count; in dc_state_rem_all_planes_for_stream() local
616 old_plane_count = stream_status->plane_count; in dc_state_rem_all_planes_for_stream()
618 for (i = 0; i < old_plane_count; i++) in dc_state_rem_all_planes_for_stream()
621 for (i = 0; i < old_plane_count; i++) in dc_state_rem_all_planes_for_stream()
876 int i, old_plane_count; in dc_state_rem_all_phantom_planes_for_stream() local
891 old_plane_count = stream_status->plane_count; in dc_state_rem_all_phantom_planes_for_stream()
893 for (i = 0; i < old_plane_count; i++) in dc_state_rem_all_phantom_planes_for_stream()
896 for (i = 0; i < old_plane_count; i++) { in dc_state_rem_all_phantom_planes_for_stream()
/linux/drivers/gpu/drm/amd/display/dc/dml2/
A Ddml2_mall_phantom.c814 int i, old_plane_count; in remove_all_phantom_planes_for_stream() local
828 old_plane_count = stream_status->plane_count; in remove_all_phantom_planes_for_stream()
830 for (i = 0; i < old_plane_count; i++) in remove_all_phantom_planes_for_stream()
833 for (i = 0; i < old_plane_count; i++) { in remove_all_phantom_planes_for_stream()

Completed in 8 milliseconds