Home
last modified time | relevance | path

Searched refs:phantom_stream (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_resource.c1652 struct dc_stream_state *phantom_stream, in dcn32_enable_phantom_plane() argument
1682 phantom_plane->clip_rect.height = phantom_stream->timing.v_addressable; in dcn32_enable_phantom_plane()
1686 dc_add_plane_to_context(dc, phantom_stream, phantom_plane, context); in dcn32_enable_phantom_plane()
1699 struct dc_stream_state *phantom_stream = NULL; in dcn32_enable_phantom_stream() local
1702 phantom_stream = dc_create_stream_for_sink(ref_pipe->stream->sink); in dcn32_enable_phantom_stream()
1703 phantom_stream->signal = SIGNAL_TYPE_VIRTUAL; in dcn32_enable_phantom_stream()
1704 phantom_stream->dpms_off = true; in dcn32_enable_phantom_stream()
1705 phantom_stream->mall_stream_config.type = SUBVP_PHANTOM; in dcn32_enable_phantom_stream()
1706 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()
[all …]
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddcn32_fpu.h49 struct dc_stream_state *phantom_stream,
Ddcn32_fpu.c526 struct dc_stream_state *phantom_stream, in dcn32_set_phantom_stream_timing() argument
582 phantom_stream->dst.y = 0; in dcn32_set_phantom_stream_timing()
583 phantom_stream->dst.height = phantom_vactive; in dcn32_set_phantom_stream_timing()
584 phantom_stream->src.y = 0; in dcn32_set_phantom_stream_timing()
585 phantom_stream->src.height = phantom_vactive; in dcn32_set_phantom_stream_timing()
587 phantom_stream->timing.v_addressable = phantom_vactive; in dcn32_set_phantom_stream_timing()
588 phantom_stream->timing.v_front_porch = 1; in dcn32_set_phantom_stream_timing()
589 phantom_stream->timing.v_total = phantom_stream->timing.v_addressable + in dcn32_set_phantom_stream_timing()
590 phantom_stream->timing.v_front_porch + in dcn32_set_phantom_stream_timing()
591 phantom_stream->timing.v_sync_width + in dcn32_set_phantom_stream_timing()
[all …]