Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/display/dc/core/
Ddc.c3412 struct pipe_ctx *top_pipe_to_program = NULL; in commit_planes_for_stream_fast() local
3415 top_pipe_to_program = resource_get_otg_master_for_stream( in commit_planes_for_stream_fast()
3460 top_pipe_to_program); in commit_planes_for_stream_fast()
3469 if (top_pipe_to_program->stream) in commit_planes_for_stream_fast()
3470 top_pipe_to_program->stream->update_flags.raw = 0; in commit_planes_for_stream_fast()
3521 struct pipe_ctx *top_pipe_to_program = NULL; in commit_planes_for_stream() local
3546 top_pipe_to_program = resource_get_otg_master_for_stream( in commit_planes_for_stream()
3580 for (mpcc_pipe = top_pipe_to_program; mpcc_pipe; mpcc_pipe = mpcc_pipe->bottom_pipe) in commit_planes_for_stream()
3586 if (top_pipe_to_program && in commit_planes_for_stream()
3587 top_pipe_to_program->stream_res.tg->funcs->lock_doublebuffer_enable) { in commit_planes_for_stream()
[all …]
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_hwseq.h84 struct pipe_ctx *top_pipe_to_program,
Ddcn32_hwseq.c370 struct pipe_ctx *top_pipe_to_program, in dcn32_subvp_pipe_control_lock() argument
387 if (top_pipe_to_program && top_pipe_to_program->stream && top_pipe_to_program->plane_state) { in dcn32_subvp_pipe_control_lock()
388 if (top_pipe_to_program->stream->mall_stream_config.type == SUBVP_MAIN && in dcn32_subvp_pipe_control_lock()
389 top_pipe_to_program->plane_state->flip_immediate) in dcn32_subvp_pipe_control_lock()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/inc/
Dhw_sequencer.h414 struct pipe_ctx *top_pipe_to_program,