Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/amd/display/dc/
H A 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()
H A Ddc_stream.h161 struct dc_stream_state *paired_stream; // master / slave stream member
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn32/
H A 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()
H A Ddcn32_hwseq.c350 if (pipe_ctx->stream && pipe_ctx->stream->mall_stream_config.paired_stream && in dcn32_commit_subvp_config()
1361 pipe->stream->mall_stream_config.paired_stream == phantom_pipe->stream) { in dcn32_update_phantom_vp_position()
/openbsd/sys/dev/pci/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c441 if (pipe->stream && pipe->stream->mall_stream_config.paired_stream && in get_subvp_visual_confirm_color()
H A Damdgpu_dc.c1161 main_pipe_width = old_stream->mall_stream_config.paired_stream->dst.width; in disable_dangling_plane()
1162 main_pipe_height = old_stream->mall_stream_config.paired_stream->dst.height; in disable_dangling_plane()
/openbsd/sys/dev/pci/drm/amd/display/dc/dml/dcn32/
H A 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()
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_hwseq.c1853 …width = dc->current_state->res_ctx.pipe_ctx[i].stream->mall_stream_config.paired_stream->dst.width; in dcn20_program_front_end_for_ctx()
1854 …ight = dc->current_state->res_ctx.pipe_ctx[i].stream->mall_stream_config.paired_stream->dst.height; in dcn20_program_front_end_for_ctx()