Searched refs:subvp_pipe (Results 1 – 3 of 3) sorted by relevance
563 struct pipe_ctx *subvp_pipe, in populate_subvp_cmd_drr_info() argument567 …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() argument770 …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 …]
510 struct pipe_ctx *subvp_pipe = NULL; in subvp_vblank_schedulable() local548 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()
899 struct pipe_ctx *subvp_pipe = NULL; in subvp_vblank_schedulable() local938 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()