Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.c584 struct pipe_ctx *subvp_pipe, in populate_subvp_cmd_drr_info() argument
588 …struct dc_stream_state *phantom_stream = dc_state_get_paired_subvp_stream(context, subvp_pipe->str… in populate_subvp_cmd_drr_info()
589 struct dc_crtc_timing *main_timing = &subvp_pipe->stream->timing; in populate_subvp_cmd_drr_info()
785 struct pipe_ctx *subvp_pipe, in populate_subvp_cmd_pipe_info() argument
791 …struct dc_stream_state *phantom_stream = dc_state_get_paired_subvp_stream(context, subvp_pipe->str… in populate_subvp_cmd_pipe_info()
792 struct dc_crtc_timing *main_timing = &subvp_pipe->stream->timing; in populate_subvp_cmd_pipe_info()
802 pipe_data->pipe_config.subvp_data.pix_clk_100hz = subvp_pipe->stream->timing.pix_clk_100hz; in populate_subvp_cmd_pipe_info()
803 pipe_data->pipe_config.subvp_data.htotal = subvp_pipe->stream->timing.h_total; in populate_subvp_cmd_pipe_info()
804 pipe_data->pipe_config.subvp_data.vtotal = subvp_pipe->stream->timing.v_total; in populate_subvp_cmd_pipe_info()
810 pipe_data->pipe_config.subvp_data.main_pipe_index = subvp_pipe->stream_res.tg->inst; in populate_subvp_cmd_pipe_info()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddml2_mall_phantom.c511 struct pipe_ctx *subvp_pipe = NULL; in subvp_vblank_schedulable() local
549 if (!subvp_pipe && pipe_mall_type == SUBVP_MAIN) in subvp_vblank_schedulable()
550 subvp_pipe = pipe; in subvp_vblank_schedulable()
557 …phantom_stream = ctx->config.svp_pstate.callbacks.get_paired_subvp_stream(context, subvp_pipe->str… in subvp_vblank_schedulable()
558 main_timing = &subvp_pipe->stream->timing; in subvp_vblank_schedulable()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c901 struct pipe_ctx *subvp_pipe = NULL; in subvp_vblank_schedulable() local
940 if (!subvp_pipe && pipe_mall_type == SUBVP_MAIN) in subvp_vblank_schedulable()
941 subvp_pipe = pipe; in subvp_vblank_schedulable()
943 if (found && subvp_pipe) { in subvp_vblank_schedulable()
944 phantom_stream = dc_state_get_paired_subvp_stream(context, subvp_pipe->stream); in subvp_vblank_schedulable()
945 main_timing = &subvp_pipe->stream->timing; in subvp_vblank_schedulable()