Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c3625 struct pipe_ctx *top_pipe_to_program = NULL; in commit_planes_for_stream_fast() local
3653 top_pipe_to_program = resource_get_otg_master_for_stream( in commit_planes_for_stream_fast()
3657 if (!top_pipe_to_program) in commit_planes_for_stream_fast()
3713 top_pipe_to_program, in commit_planes_for_stream_fast()
3726 if (top_pipe_to_program->stream) in commit_planes_for_stream_fast()
3727 top_pipe_to_program->stream->update_flags.raw = 0; in commit_planes_for_stream_fast()
3739 struct pipe_ctx *top_pipe_to_program = NULL; in commit_planes_for_stream() local
3779 top_pipe_to_program = resource_get_otg_master_for_stream( in commit_planes_for_stream()
3782 ASSERT(top_pipe_to_program != NULL); in commit_planes_for_stream()
3805 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.c600 …block_sequence[*num_steps].params.wait_for_dcc_meta_propagation_params.top_pipe_to_program = pipe_… in hwss_build_fast_sequence()
849 params->wait_for_dcc_meta_propagation_params.top_pipe_to_program); in hwss_execute_sequence()
/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h146 const struct pipe_ctx *top_pipe_to_program; member
411 struct pipe_ctx *top_pipe_to_program,
453 const struct pipe_ctx *top_pipe_to_program);
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.h65 const struct pipe_ctx *top_pipe_to_program);
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.h84 struct pipe_ctx *top_pipe_to_program,
H A Ddcn32_hwseq.c373 struct pipe_ctx *top_pipe_to_program, in dcn32_subvp_pipe_control_lock() argument
392 if (top_pipe_to_program && top_pipe_to_program->stream && top_pipe_to_program->plane_state) { in dcn32_subvp_pipe_control_lock()
393 if (dc_state_get_pipe_subvp_type(context, top_pipe_to_program) == SUBVP_MAIN && in dcn32_subvp_pipe_control_lock()
394 top_pipe_to_program->plane_state->flip_immediate) in dcn32_subvp_pipe_control_lock()