Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_mall_phantom.c651 struct pipe_ctx *ref_pipe, in set_phantom_stream_timing() argument
679 (ref_pipe->stream->timing.pix_clk_100hz * 100) / in set_phantom_stream_timing()
680 (double)ref_pipe->stream->timing.h_total; in set_phantom_stream_timing()
717 struct pipe_ctx *ref_pipe = &state->res_ctx.pipe_ctx[dc_pipe_idx]; in enable_phantom_stream() local
721 ref_pipe->stream); in enable_phantom_stream()
724 memcpy(&phantom_stream->timing, &ref_pipe->stream->timing, sizeof(phantom_stream->timing)); in enable_phantom_stream()
725 memcpy(&phantom_stream->src, &ref_pipe->stream->src, sizeof(phantom_stream->src)); in enable_phantom_stream()
726 memcpy(&phantom_stream->dst, &ref_pipe->stream->dst, sizeof(phantom_stream->dst)); in enable_phantom_stream()
727 set_phantom_stream_timing(ctx, state, ref_pipe, phantom_stream, dc_pipe_idx, svp_height, vstartup); in enable_phantom_stream()
732 ref_pipe->stream); in enable_phantom_stream()
/linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.h41 struct pipe_ctx *ref_pipe,
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()
/linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c1689 struct pipe_ctx *ref_pipe = &context->res_ctx.pipe_ctx[dc_pipe_idx]; in dcn32_enable_phantom_stream() local
1691 phantom_stream = dc_state_create_phantom_stream(dc, context, ref_pipe->stream); in dcn32_enable_phantom_stream()
1696 memcpy(&phantom_stream->timing, &ref_pipe->stream->timing, sizeof(phantom_stream->timing)); in dcn32_enable_phantom_stream()
1697 memcpy(&phantom_stream->src, &ref_pipe->stream->src, sizeof(phantom_stream->src)); in dcn32_enable_phantom_stream()
1698 memcpy(&phantom_stream->dst, &ref_pipe->stream->dst, sizeof(phantom_stream->dst)); in dcn32_enable_phantom_stream()
1700 …dcn32_set_phantom_stream_timing(dc, context, ref_pipe, phantom_stream, pipes, pipe_cnt, dc_pipe_id… in dcn32_enable_phantom_stream()
1703 dc_state_add_phantom_stream(dc, context, phantom_stream, ref_pipe->stream); in dcn32_enable_phantom_stream()