Home
last modified time | relevance | path

Searched refs:ref_pipe (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.h44 struct pipe_ctx *ref_pipe,
H A Ddcn32_fpu.c519 * @ref_pipe: Main pipe for the phantom stream
523 * @dc_pipe_idx: DC pipe index for the main pipe (i.e. ref_pipe)
539 struct pipe_ctx *ref_pipe, in dcn32_set_phantom_stream_timing()
553 struct dc_stream_state *main_stream = ref_pipe->stream; in dcn32_set_phantom_stream_timing()
573 (ref_pipe->stream->timing.pix_clk_100hz * 100) / in dcn32_set_phantom_stream_timing()
574 (double)ref_pipe->stream->timing.h_total; in dcn32_set_phantom_stream_timing()
537 dcn32_set_phantom_stream_timing(struct dc *dc, struct dc_state *context, struct pipe_ctx *ref_pipe, struct dc_stream_state *phantom_stream, display_e2e_pipe_params_st *pipes, unsigned int pipe_cnt, unsigned int dc_pipe_idx) dcn32_set_phantom_stream_timing() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_resource.c1681 struct pipe_ctx *ref_pipe = &context->res_ctx.pipe_ctx[dc_pipe_idx]; in dcn32_enable_phantom_stream() local
1683 phantom_stream = dc_create_stream_for_sink(ref_pipe->stream->sink); in dcn32_enable_phantom_stream()
1687 phantom_stream->mall_stream_config.paired_stream = ref_pipe->stream; in dcn32_enable_phantom_stream()
1688 ref_pipe->stream->mall_stream_config.type = SUBVP_MAIN; in dcn32_enable_phantom_stream()
1689 ref_pipe->stream->mall_stream_config.paired_stream = phantom_stream; 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()
1696 dcn32_set_phantom_stream_timing(dc, context, ref_pipe, phantom_stream, pipes, pipe_cnt, dc_pipe_idx); in dcn32_enable_phantom_stream()

Completed in 8 milliseconds