Searched refs:subvp_pipe (Results 1 – 3 of 3) sorted by relevance
584 struct pipe_ctx *subvp_pipe, in populate_subvp_cmd_drr_info() argument588 …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() argument791 …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 …]
511 struct pipe_ctx *subvp_pipe = NULL; in subvp_vblank_schedulable() local549 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()
901 struct pipe_ctx *subvp_pipe = NULL; in subvp_vblank_schedulable() local940 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()