Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c4121 struct pipe_ctx *top_pipe_to_program = NULL; in commit_planes_for_stream_fast() local
4153 top_pipe_to_program = resource_get_otg_master_for_stream( in commit_planes_for_stream_fast()
4157 if (!top_pipe_to_program) in commit_planes_for_stream_fast()
4214 top_pipe_to_program, in commit_planes_for_stream_fast()
4227 if (top_pipe_to_program->stream) in commit_planes_for_stream_fast()
4228 top_pipe_to_program->stream->update_flags.raw = 0; in commit_planes_for_stream_fast()
4240 struct pipe_ctx *top_pipe_to_program = NULL; in commit_planes_for_stream() local
4288 top_pipe_to_program = resource_get_otg_master_for_stream( in commit_planes_for_stream()
4291 ASSERT(top_pipe_to_program != NULL); in commit_planes_for_stream()
4315 for (mpcc_pipe = top_pipe_to_program; mpcc_pipe; mpcc_pipe = mpcc_pipe->bottom_pipe) in commit_planes_for_stream()
[all …]
H A Ddc_hw_sequencer.c754 …block_sequence[*num_steps].params.wait_for_dcc_meta_propagation_params.top_pipe_to_program = pipe_… in hwss_build_fast_sequence()
1031 params->wait_for_dcc_meta_propagation_params.top_pipe_to_program); in hwss_execute_sequence()
1586 struct pipe_ctx *top_pipe_to_program) in hwss_add_hubp_wait_for_dcc_meta_prop() argument
1590 …->num_steps].params.wait_for_dcc_meta_propagation_params.top_pipe_to_program = top_pipe_to_program; in hwss_add_hubp_wait_for_dcc_meta_prop()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.h84 struct pipe_ctx *top_pipe_to_program,