Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddml2_mall_phantom.c654 unsigned int dc_pipe_idx, in set_phantom_stream_timing() argument
671 if (i == dc_pipe_idx) in set_phantom_stream_timing()
714 …_stream(struct dml2_context *ctx, struct dc_state *state, unsigned int dc_pipe_idx, unsigned int s… in enable_phantom_stream() argument
716 struct pipe_ctx *ref_pipe = &state->res_ctx.pipe_ctx[dc_pipe_idx]; in enable_phantom_stream()
726 set_phantom_stream_timing(ctx, state, ref_pipe, phantom_stream, dc_pipe_idx, svp_height, vstartup); in enable_phantom_stream()
738 unsigned int dc_pipe_idx) in enable_phantom_plane() argument
742 struct pipe_ctx *curr_pipe = &state->res_ctx.pipe_ctx[dc_pipe_idx]; in enable_phantom_plane()
877 unsigned int dc_pipe_idx, dml_pipe_idx; in dml2_svp_add_phantom_pipe_to_dc_state() local
900 if (enough_pipes_for_subvp(ctx, state) && assign_subvp_pipe(ctx, state, &dc_pipe_idx)) { in dml2_svp_add_phantom_pipe_to_dc_state()
901 …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/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()
1227 int dc_pipe_idx, dml_pipe_idx = 0; in update_pipe_slice_table_with_split_flags() local
1230 for (dc_pipe_idx = 0; in update_pipe_slice_table_with_split_flags()
1231 dc_pipe_idx < dc->res_pool->pipe_count; dc_pipe_idx++) { in update_pipe_slice_table_with_split_flags()
1232 pipe = &context->res_ctx.pipe_ctx[dc_pipe_idx]; in update_pipe_slice_table_with_split_flags()
1236 if (merge[dc_pipe_idx]) { in update_pipe_slice_table_with_split_flags()
1251 if (split[dc_pipe_idx]) { in update_pipe_slice_table_with_split_flags()
1256 table, pipe->stream, split[dc_pipe_idx] - 1); in update_pipe_slice_table_with_split_flags()
1259 pipe->plane_state, split[dc_pipe_idx] - 1); in update_pipe_slice_table_with_split_flags()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c1677 unsigned int dc_pipe_idx) in dcn32_enable_phantom_plane() argument
1681 struct pipe_ctx *curr_pipe = &context->res_ctx.pipe_ctx[dc_pipe_idx]; in dcn32_enable_phantom_plane()
1722 unsigned int dc_pipe_idx) in dcn32_enable_phantom_stream() argument
1725 struct pipe_ctx *ref_pipe = &context->res_ctx.pipe_ctx[dc_pipe_idx]; in dcn32_enable_phantom_stream()
1736 …n32_set_phantom_stream_timing(dc, context, ref_pipe, phantom_stream, pipes, pipe_cnt, dc_pipe_idx); in dcn32_enable_phantom_stream()