Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn32/ !
Ddcn32_resource.c1633 struct dc_stream_state *phantom_stream, in dcn32_enable_phantom_plane() argument
1663 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() local
1683 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 …]
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/dcn32/ !
Ddcn32_fpu.h45 struct dc_stream_state *phantom_stream,
Ddcn32_fpu.c540 struct dc_stream_state *phantom_stream, in dcn32_set_phantom_stream_timing() argument
600 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()
608phantom_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 …]