Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_mall_phantom.c653 unsigned int dc_pipe_idx, in set_phantom_stream_timing() argument
670 if (i == dc_pipe_idx) in set_phantom_stream_timing()
715 …_stream(struct dml2_context *ctx, struct dc_state *state, unsigned int dc_pipe_idx, unsigned int s… in enable_phantom_stream() argument
717 struct pipe_ctx *ref_pipe = &state->res_ctx.pipe_ctx[dc_pipe_idx]; in enable_phantom_stream()
727 set_phantom_stream_timing(ctx, state, ref_pipe, phantom_stream, dc_pipe_idx, svp_height, vstartup); in enable_phantom_stream()
739 unsigned int dc_pipe_idx) in enable_phantom_plane() argument
743 struct pipe_ctx *curr_pipe = &state->res_ctx.pipe_ctx[dc_pipe_idx]; in enable_phantom_plane()
878 unsigned int dc_pipe_idx, dml_pipe_idx; in dml2_svp_add_phantom_pipe_to_dc_state() local
901 if (enough_pipes_for_subvp(ctx, state) && assign_subvp_pipe(ctx, state, &dc_pipe_idx)) { in dml2_svp_add_phantom_pipe_to_dc_state()
902 …ml2_helper_find_dml_pipe_idx_by_stream_id(ctx, state->res_ctx.pipe_ctx[dc_pipe_idx].stream->stream… in dml2_svp_add_phantom_pipe_to_dc_state()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.h45 unsigned int dc_pipe_idx);
H A Ddcn32_fpu.c472 unsigned int dc_pipe_idx) in dcn32_set_phantom_stream_timing() argument
493 if (i == dc_pipe_idx) in dcn32_set_phantom_stream_timing()
1226 int dc_pipe_idx, dml_pipe_idx = 0; in update_pipe_slice_table_with_split_flags() local
1229 for (dc_pipe_idx = 0; in update_pipe_slice_table_with_split_flags()
1230 dc_pipe_idx < dc->res_pool->pipe_count; dc_pipe_idx++) { in update_pipe_slice_table_with_split_flags()
1231 pipe = &context->res_ctx.pipe_ctx[dc_pipe_idx]; in update_pipe_slice_table_with_split_flags()
1235 if (merge[dc_pipe_idx]) { in update_pipe_slice_table_with_split_flags()
1250 if (split[dc_pipe_idx]) { in update_pipe_slice_table_with_split_flags()
1255 table, pipe->stream, split[dc_pipe_idx] - 1); in update_pipe_slice_table_with_split_flags()
1258 pipe->plane_state, split[dc_pipe_idx] - 1); in update_pipe_slice_table_with_split_flags()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c1641 unsigned int dc_pipe_idx) in dcn32_enable_phantom_plane() argument
1645 struct pipe_ctx *curr_pipe = &context->res_ctx.pipe_ctx[dc_pipe_idx]; in dcn32_enable_phantom_plane()
1686 unsigned int dc_pipe_idx) in dcn32_enable_phantom_stream() argument
1689 struct pipe_ctx *ref_pipe = &context->res_ctx.pipe_ctx[dc_pipe_idx]; in dcn32_enable_phantom_stream()
1700 …n32_set_phantom_stream_timing(dc, context, ref_pipe, phantom_stream, pipes, pipe_cnt, dc_pipe_idx); in dcn32_enable_phantom_stream()