Home
last modified time | relevance | path

Searched refs:paired_stream (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/
Ddc_dmub_srv.c452 …struct dc_crtc_timing *phantom_timing = &subvp_pipe->stream->mall_stream_config.paired_stream->tim… in populate_subvp_cmd_drr_info()
581 …struct dc_crtc_timing *phantom_timing0 = &subvp_pipes[0]->stream->mall_stream_config.paired_stream in update_subvp_prefetch_end_to_mall_start()
582 …struct dc_crtc_timing *phantom_timing1 = &subvp_pipes[1]->stream->mall_stream_config.paired_stream in update_subvp_prefetch_end_to_mall_start()
635 …struct dc_crtc_timing *phantom_timing = &subvp_pipe->stream->mall_stream_config.paired_stream->tim… in populate_subvp_cmd_pipe_info()
688 if (phantom_pipe->stream == subvp_pipe->stream->mall_stream_config.paired_stream) { in populate_subvp_cmd_pipe_info()
755 pipe->stream->mall_stream_config.paired_stream && in dc_dmub_setup_subvp_dmub_command()
Ddc_stream.h161 struct dc_stream_state *paired_stream; // master / slave stream member
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_resource.c1687 phantom_stream->mall_stream_config.paired_stream = ref_pipe->stream; in dcn32_enable_phantom_stream()
1689 ref_pipe->stream->mall_stream_config.paired_stream = phantom_stream; in dcn32_enable_phantom_stream()
1763 pipe->stream->mall_stream_config.paired_stream = NULL; in dcn32_remove_phantom_pipes()
Ddcn32_hwseq.c346 if (pipe_ctx->stream && pipe_ctx->stream->mall_stream_config.paired_stream && in dcn32_commit_subvp_config()
1359 pipe->stream->mall_stream_config.paired_stream == phantom_pipe->stream) { in dcn32_update_phantom_vp_position()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/core/
Ddc_hw_sequencer.c441 if (pipe->stream && pipe->stream->mall_stream_config.paired_stream && in get_subvp_visual_confirm_color()
Ddc.c1207 main_pipe_width = old_stream->mall_stream_config.paired_stream->dst.width; in disable_dangling_plane()
1208 main_pipe_height = old_stream->mall_stream_config.paired_stream->dst.height; in disable_dangling_plane()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddcn32_fpu.c814 phantom = pipe->stream->mall_stream_config.paired_stream; in subvp_subvp_schedulable()
913 phantom_timing = &pipe->stream->mall_stream_config.paired_stream->timing; in subvp_drr_schedulable()
1000 phantom_timing = &subvp_pipe->stream->mall_stream_config.paired_stream->timing; in subvp_vblank_schedulable()