Searched refs:ref_pipe (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/dml2/ |
H A D | dml2_mall_phantom.c | 651 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/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | dcn32_fpu.h | 41 struct pipe_ctx *ref_pipe,
|
H A D | dcn32_fpu.c | 468 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()
|