Searched refs:phantom_stream (Results 1 – 3 of 3) sorted by relevance
1633 struct dc_stream_state *phantom_stream, in dcn32_enable_phantom_plane() argument1663 phantom_plane->clip_rect.height = phantom_stream->src.height; in dcn32_enable_phantom_plane()1667 dc_add_plane_to_context(dc, phantom_stream, phantom_plane, context); in dcn32_enable_phantom_plane()1680 struct dc_stream_state *phantom_stream = NULL; in dcn32_enable_phantom_stream() local1683 phantom_stream = dc_create_stream_for_sink(ref_pipe->stream->sink); in dcn32_enable_phantom_stream()1684 phantom_stream->signal = SIGNAL_TYPE_VIRTUAL; in dcn32_enable_phantom_stream()1685 phantom_stream->dpms_off = true; in dcn32_enable_phantom_stream()1686 phantom_stream->mall_stream_config.type = SUBVP_PHANTOM; in dcn32_enable_phantom_stream()1687 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()[all …]
45 struct dc_stream_state *phantom_stream,
540 struct dc_stream_state *phantom_stream, in dcn32_set_phantom_stream_timing() argument600 phantom_stream->dst.y = 0; in dcn32_set_phantom_stream_timing()601 phantom_stream->dst.height = phantom_vactive; in dcn32_set_phantom_stream_timing()607 phantom_stream->src.y = 0; in dcn32_set_phantom_stream_timing()608 …phantom_stream->src.height = (double)phantom_vactive * (double)main_stream->src.height / (double)m… in dcn32_set_phantom_stream_timing()610 phantom_stream->timing.v_addressable = phantom_vactive; in dcn32_set_phantom_stream_timing()611 phantom_stream->timing.v_front_porch = 1; in dcn32_set_phantom_stream_timing()612 phantom_stream->timing.v_total = phantom_stream->timing.v_addressable + in dcn32_set_phantom_stream_timing()613 phantom_stream->timing.v_front_porch + in dcn32_set_phantom_stream_timing()614 phantom_stream->timing.v_sync_width + in dcn32_set_phantom_stream_timing()[all …]