Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddml2_dc_resource_mgmt.c300 unsigned int num_last_resort_candidates = 0; in find_last_resort_pipe_candidates() local
324 last_resort_pipe_candidates[num_last_resort_candidates++] = i; in find_last_resort_pipe_candidates()
328 return num_last_resort_candidates; in find_last_resort_pipe_candidates()
357 unsigned int num_last_resort_candidates = 0; in find_more_pipes_for_stream() local
364 num_last_resort_candidates = in find_more_pipes_for_stream()
384 is_pipe_in_candidate_array(i, last_resort_pipe_candidates, num_last_resort_candidates)) in find_more_pipes_for_stream()
398 for (i = 0; pipes_needed > 0 && i < num_last_resort_candidates; i++) { in find_more_pipes_for_stream()
426 unsigned int num_last_resort_candidates = 0; in find_more_free_pipes() local
433 num_last_resort_candidates = in find_more_free_pipes()
453 is_pipe_in_candidate_array(i, last_resort_pipe_candidates, num_last_resort_candidates)) in find_more_free_pipes()
[all …]