Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_resource.c1702 int preferred_pipe_idx = 0; in dcn20_find_secondary_pipe() local
1711preferred_pipe_idx = dc->current_state->res_ctx.pipe_ctx[primary_pipe->pipe_idx].next_odm_pipe->pi… in dcn20_find_secondary_pipe()
1712 if (res_ctx->pipe_ctx[preferred_pipe_idx].stream == NULL) { in dcn20_find_secondary_pipe()
1713 secondary_pipe = &res_ctx->pipe_ctx[preferred_pipe_idx]; in dcn20_find_secondary_pipe()
1714 secondary_pipe->pipe_idx = preferred_pipe_idx; in dcn20_find_secondary_pipe()
1719preferred_pipe_idx = dc->current_state->res_ctx.pipe_ctx[primary_pipe->pipe_idx].bottom_pipe->pipe… in dcn20_find_secondary_pipe()
1720 if (res_ctx->pipe_ctx[preferred_pipe_idx].stream == NULL) { in dcn20_find_secondary_pipe()
1721 secondary_pipe = &res_ctx->pipe_ctx[preferred_pipe_idx]; in dcn20_find_secondary_pipe()
1722 secondary_pipe->pipe_idx = preferred_pipe_idx; in dcn20_find_secondary_pipe()
1736 preferred_pipe_idx = j; in dcn20_find_secondary_pipe()
[all …]
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_resource.c2575 int primary_index, preferred_pipe_idx; in find_idle_secondary_pipe_check_mpo() local
2604 preferred_pipe_idx = (pool->pipe_count - 1) - primary_pipe->pipe_idx; in find_idle_secondary_pipe_check_mpo()
2605 if ((res_ctx->pipe_ctx[preferred_pipe_idx].stream == NULL) && in find_idle_secondary_pipe_check_mpo()
2606 !(next_odm_mpo_pipe && next_odm_mpo_pipe->pipe_idx == preferred_pipe_idx)) { in find_idle_secondary_pipe_check_mpo()
2607 secondary_pipe = &res_ctx->pipe_ctx[preferred_pipe_idx]; in find_idle_secondary_pipe_check_mpo()
2608 secondary_pipe->pipe_idx = preferred_pipe_idx; in find_idle_secondary_pipe_check_mpo()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c1595 int preferred_pipe_idx = (pool->pipe_count - 1) - primary_pipe->pipe_idx; in resource_find_free_secondary_pipe_legacy() local
1596 if (res_ctx->pipe_ctx[preferred_pipe_idx].stream == NULL) { in resource_find_free_secondary_pipe_legacy()
1597 secondary_pipe = &res_ctx->pipe_ctx[preferred_pipe_idx]; in resource_find_free_secondary_pipe_legacy()
1598 secondary_pipe->pipe_idx = preferred_pipe_idx; in resource_find_free_secondary_pipe_legacy()