Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/core/
Ddc.c3446 struct pipe_ctx *top_pipe_to_program = NULL; in commit_planes_for_stream_fast() local
3449 top_pipe_to_program = resource_get_otg_master_for_stream( in commit_planes_for_stream_fast()
3494 top_pipe_to_program); in commit_planes_for_stream_fast()
3503 if (top_pipe_to_program->stream) in commit_planes_for_stream_fast()
3504 top_pipe_to_program->stream->update_flags.raw = 0; in commit_planes_for_stream_fast()
3555 struct pipe_ctx *top_pipe_to_program = NULL; in commit_planes_for_stream() local
3580 top_pipe_to_program = resource_get_otg_master_for_stream( in commit_planes_for_stream()
3614 for (mpcc_pipe = top_pipe_to_program; mpcc_pipe; mpcc_pipe = mpcc_pipe->bottom_pipe) in commit_planes_for_stream()
3620 if (top_pipe_to_program && in commit_planes_for_stream()
3621 top_pipe_to_program->stream_res.tg->funcs->lock_doublebuffer_enable) { in commit_planes_for_stream()
[all …]
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_hwseq.h84 struct pipe_ctx *top_pipe_to_program,
Ddcn32_hwseq.c366 struct pipe_ctx *top_pipe_to_program, in dcn32_subvp_pipe_control_lock() argument
383 if (top_pipe_to_program && top_pipe_to_program->stream && top_pipe_to_program->plane_state) { in dcn32_subvp_pipe_control_lock()
384 if (top_pipe_to_program->stream->mall_stream_config.type == SUBVP_MAIN && in dcn32_subvp_pipe_control_lock()
385 top_pipe_to_program->plane_state->flip_immediate) in dcn32_subvp_pipe_control_lock()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/inc/
Dhw_sequencer.h406 struct pipe_ctx *top_pipe_to_program,