Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c1686 int preferred_pipe_idx = 0; in dcn20_find_secondary_pipe() local
1695preferred_pipe_idx = dc->current_state->res_ctx.pipe_ctx[primary_pipe->pipe_idx].next_odm_pipe->pi… in dcn20_find_secondary_pipe()
1696 if (res_ctx->pipe_ctx[preferred_pipe_idx].stream == NULL) { in dcn20_find_secondary_pipe()
1697 secondary_pipe = &res_ctx->pipe_ctx[preferred_pipe_idx]; in dcn20_find_secondary_pipe()
1698 secondary_pipe->pipe_idx = preferred_pipe_idx; in dcn20_find_secondary_pipe()
1703preferred_pipe_idx = dc->current_state->res_ctx.pipe_ctx[primary_pipe->pipe_idx].bottom_pipe->pipe… in dcn20_find_secondary_pipe()
1704 if (res_ctx->pipe_ctx[preferred_pipe_idx].stream == NULL) { in dcn20_find_secondary_pipe()
1705 secondary_pipe = &res_ctx->pipe_ctx[preferred_pipe_idx]; in dcn20_find_secondary_pipe()
1706 secondary_pipe->pipe_idx = preferred_pipe_idx; in dcn20_find_secondary_pipe()
1720 preferred_pipe_idx = j; in dcn20_find_secondary_pipe()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c2621 int primary_index, preferred_pipe_idx; in find_idle_secondary_pipe_check_mpo() local
2650 preferred_pipe_idx = (pool->pipe_count - 1) - primary_pipe->pipe_idx; in find_idle_secondary_pipe_check_mpo()
2651 if ((res_ctx->pipe_ctx[preferred_pipe_idx].stream == NULL) && in find_idle_secondary_pipe_check_mpo()
2652 !(next_odm_mpo_pipe && next_odm_mpo_pipe->pipe_idx == preferred_pipe_idx)) { in find_idle_secondary_pipe_check_mpo()
2653 secondary_pipe = &res_ctx->pipe_ctx[preferred_pipe_idx]; in find_idle_secondary_pipe_check_mpo()
2654 secondary_pipe->pipe_idx = preferred_pipe_idx; in find_idle_secondary_pipe_check_mpo()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c1698 int preferred_pipe_idx = (pool->pipe_count - 1) - primary_pipe->pipe_idx; in resource_find_free_secondary_pipe_legacy() local
1699 if (res_ctx->pipe_ctx[preferred_pipe_idx].stream == NULL) { in resource_find_free_secondary_pipe_legacy()
1700 secondary_pipe = &res_ctx->pipe_ctx[preferred_pipe_idx]; in resource_find_free_secondary_pipe_legacy()
1701 secondary_pipe->pipe_idx = preferred_pipe_idx; in resource_find_free_secondary_pipe_legacy()