Home
last modified time | relevance | path

Searched refs:ref_pipe (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c1731 struct pipe_ctx *ref_pipe = &context->res_ctx.pipe_ctx[dc_pipe_idx]; in dcn32_enable_phantom_stream() local
1733 phantom_stream = dc_state_create_phantom_stream(dc, context, ref_pipe->stream); in dcn32_enable_phantom_stream()
1738 memcpy(&phantom_stream->timing, &ref_pipe->stream->timing, sizeof(phantom_stream->timing)); in dcn32_enable_phantom_stream()
1739 memcpy(&phantom_stream->src, &ref_pipe->stream->src, sizeof(phantom_stream->src)); in dcn32_enable_phantom_stream()
1740 memcpy(&phantom_stream->dst, &ref_pipe->stream->dst, sizeof(phantom_stream->dst)); in dcn32_enable_phantom_stream()
1742 …dcn32_set_phantom_stream_timing(dc, context, ref_pipe, phantom_stream, pipes, pipe_cnt, dc_pipe_id… in dcn32_enable_phantom_stream()
1745 dc_state_add_phantom_stream(dc, context, phantom_stream, ref_pipe->stream); in dcn32_enable_phantom_stream()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c468 struct pipe_ctx *ref_pipe, in dcn32_set_phantom_stream_timing() argument
482 struct dc_stream_state *main_stream = ref_pipe->stream; in dcn32_set_phantom_stream_timing()
502 (ref_pipe->stream->timing.pix_clk_100hz * 100) / in dcn32_set_phantom_stream_timing()
503 (double)ref_pipe->stream->timing.h_total; in dcn32_set_phantom_stream_timing()