Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.h48 unsigned int dc_pipe_idx);
H A Ddcn32_fpu.c543 unsigned int dc_pipe_idx) in dcn32_set_phantom_stream_timing() argument
564 if (i == dc_pipe_idx) in dcn32_set_phantom_stream_timing()
1156 unsigned int dc_pipe_idx = 0; in dcn32_full_validate_bw_helper() local
1209 dcn32_assign_subvp_pipe(dc, context, &dc_pipe_idx)) { in dcn32_full_validate_bw_helper()
1230 dc->res_pool->funcs->add_phantom_pipes(dc, context, pipes, *pipe_cnt, dc_pipe_idx); in dcn32_full_validate_bw_helper()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_resource.c1634 unsigned int dc_pipe_idx) in dcn32_enable_phantom_plane() argument
1638 struct pipe_ctx *curr_pipe = &context->res_ctx.pipe_ctx[dc_pipe_idx]; in dcn32_enable_phantom_plane()
1678 unsigned int dc_pipe_idx) in dcn32_enable_phantom_stream() argument
1681 struct pipe_ctx *ref_pipe = &context->res_ctx.pipe_ctx[dc_pipe_idx]; in dcn32_enable_phantom_stream()
1696 …n32_set_phantom_stream_timing(dc, context, ref_pipe, phantom_stream, pipes, pipe_cnt, dc_pipe_idx); in dcn32_enable_phantom_stream()