Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_resource.c1633 struct dc_stream_state *phantom_stream, in dcn32_enable_phantom_plane() argument
1684 phantom_stream->signal = SIGNAL_TYPE_VIRTUAL; in dcn32_enable_phantom_stream()
1685 phantom_stream->dpms_off = true; in dcn32_enable_phantom_stream()
1692 memcpy(&phantom_stream->timing, &ref_pipe->stream->timing, sizeof(phantom_stream->timing)); in dcn32_enable_phantom_stream()
1693 memcpy(&phantom_stream->src, &ref_pipe->stream->src, sizeof(phantom_stream->src)); in dcn32_enable_phantom_stream()
1694 memcpy(&phantom_stream->dst, &ref_pipe->stream->dst, sizeof(phantom_stream->dst)); in dcn32_enable_phantom_stream()
1700 return phantom_stream; in dcn32_enable_phantom_stream()
1716 phantom_stream = pipe->stream; in dcn32_retain_phantom_pipes()
1719 dc_stream_retain(phantom_stream); in dcn32_retain_phantom_pipes()
1737 phantom_stream = pipe->stream; in dcn32_remove_phantom_pipes()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.h45 struct dc_stream_state *phantom_stream,
H A 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 …]