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.c563 struct pipe_ctx *subvp_pipe, in populate_subvp_cmd_drr_info() argument
567 …struct dc_stream_state *phantom_stream = dc_state_get_paired_subvp_stream(context, subvp_pipe->str… in populate_subvp_cmd_drr_info()
568 struct dc_crtc_timing *main_timing = &subvp_pipe->stream->timing; in populate_subvp_cmd_drr_info()
764 struct pipe_ctx *subvp_pipe, in populate_subvp_cmd_pipe_info() argument
770 …struct dc_stream_state *phantom_stream = dc_state_get_paired_subvp_stream(context, subvp_pipe->str… in populate_subvp_cmd_pipe_info()
771 struct dc_crtc_timing *main_timing = &subvp_pipe->stream->timing; in populate_subvp_cmd_pipe_info()
781 pipe_data->pipe_config.subvp_data.pix_clk_100hz = subvp_pipe->stream->timing.pix_clk_100hz; in populate_subvp_cmd_pipe_info()
782 pipe_data->pipe_config.subvp_data.htotal = subvp_pipe->stream->timing.h_total; in populate_subvp_cmd_pipe_info()
783 pipe_data->pipe_config.subvp_data.vtotal = subvp_pipe->stream->timing.v_total; in populate_subvp_cmd_pipe_info()
789 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/
H A Ddml2_mall_phantom.c510 struct pipe_ctx *subvp_pipe = NULL; in subvp_vblank_schedulable() local
548 if (!subvp_pipe && pipe_mall_type == SUBVP_MAIN) in subvp_vblank_schedulable()
549 subvp_pipe = pipe; in subvp_vblank_schedulable()
556 …phantom_stream = ctx->config.svp_pstate.callbacks.get_paired_subvp_stream(context, subvp_pipe->str… in subvp_vblank_schedulable()
557 main_timing = &subvp_pipe->stream->timing; in subvp_vblank_schedulable()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c899 struct pipe_ctx *subvp_pipe = NULL; in subvp_vblank_schedulable() local
938 if (!subvp_pipe && pipe_mall_type == SUBVP_MAIN) in subvp_vblank_schedulable()
939 subvp_pipe = pipe; in subvp_vblank_schedulable()
941 if (found && subvp_pipe) { in subvp_vblank_schedulable()
942 phantom_stream = dc_state_get_paired_subvp_stream(context, subvp_pipe->stream); in subvp_vblank_schedulable()
943 main_timing = &subvp_pipe->stream->timing; in subvp_vblank_schedulable()