Searched refs:top_pipe_to_program (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.h84 struct pipe_ctx *top_pipe_to_program,
H A Ddcn32_hwseq.c375 struct pipe_ctx *top_pipe_to_program,
394 if (top_pipe_to_program && top_pipe_to_program->stream && top_pipe_to_program->plane_state) {
395 if (dc_state_get_pipe_subvp_type(context, top_pipe_to_program) == SUBVP_MAIN &&
396 top_pipe_to_program->plane_state->flip_immediate)
371 dcn32_subvp_pipe_control_lock(struct dc *dc, struct dc_state *context, bool lock, bool should_lock_all_pipes, struct pipe_ctx *top_pipe_to_program, bool subvp_prev_use) argument
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c3567 struct pipe_ctx *top_pipe_to_program = NULL; local
3574 top_pipe_to_program = resource_get_otg_master_for_stream(
3578 if (!top_pipe_to_program)
3626 top_pipe_to_program,
3637 if (top_pipe_to_program->stream)
3638 top_pipe_to_program->stream->update_flags.raw = 0;
3691 struct pipe_ctx *top_pipe_to_program = NULL; local
3730 top_pipe_to_program = resource_get_otg_master_for_stream(
3733 ASSERT(top_pipe_to_program != NULL);
3756 for (mpcc_pipe = top_pipe_to_program; mpcc_pip
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h392 struct pipe_ctx *top_pipe_to_program,

Completed in 303 milliseconds