Home
last modified time | relevance | path

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

/linux-6.1.9/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()
579 …struct dc_crtc_timing *phantom_timing0 = &subvp_pipes[0]->stream->mall_stream_config.paired_stream in update_subvp_prefetch_end_to_mall_start()
580 …struct dc_crtc_timing *phantom_timing1 = &subvp_pipes[1]->stream->mall_stream_config.paired_stream in update_subvp_prefetch_end_to_mall_start()
638 …struct dc_crtc_timing *phantom_timing = &subvp_pipe->stream->mall_stream_config.paired_stream->tim… in populate_subvp_cmd_pipe_info()
691 if (phantom_pipe->stream == subvp_pipe->stream->mall_stream_config.paired_stream) { in populate_subvp_cmd_pipe_info()
763 if (pipe->plane_state && pipe->stream->mall_stream_config.paired_stream && in dc_dmub_setup_subvp_dmub_command()
Ddc_stream.h156 struct dc_stream_state *paired_stream; // master / slave stream member
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/
Ddc_hw_sequencer.c420 if (pipe->stream && pipe->stream->mall_stream_config.paired_stream && in get_subvp_visual_confirm_color()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_hwseq.c451 if (pipe_ctx->stream && pipe_ctx->stream->mall_stream_config.paired_stream && in dcn32_commit_subvp_config()
1169 stream = pipe_ctx->stream->mall_stream_config.paired_stream; in dcn32_calculate_dccg_k1_k2_values()
1351 pipe->stream->mall_stream_config.paired_stream == phantom_pipe->stream) { in dcn32_update_phantom_vp_position()
Ddcn32_resource_helpers.c86 if (main_pipe->stream == pipe->stream->mall_stream_config.paired_stream) { in dcn32_helper_calculate_num_ways_for_subvp()
Ddcn32_resource.c1706 phantom_stream->mall_stream_config.paired_stream = ref_pipe->stream; in dcn32_enable_phantom_stream()
1708 ref_pipe->stream->mall_stream_config.paired_stream = phantom_stream; in dcn32_enable_phantom_stream()
1753 pipe->stream->mall_stream_config.paired_stream = NULL; in dcn32_remove_phantom_pipes()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddcn32_fpu.c795 phantom = pipe->stream->mall_stream_config.paired_stream; in subvp_subvp_schedulable()
879 phantom_timing = &pipe->stream->mall_stream_config.paired_stream->timing; in subvp_drr_schedulable()
969 phantom_timing = &subvp_pipe->stream->mall_stream_config.paired_stream->timing; in subvp_vblank_schedulable()