Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/display/dc/
Ddc_dmub_srv.c447 struct pipe_ctx *subvp_pipe, in populate_subvp_cmd_drr_info() argument
451 struct dc_crtc_timing *main_timing = &subvp_pipe->stream->timing; in populate_subvp_cmd_drr_info()
452 …struct dc_crtc_timing *phantom_timing = &subvp_pipe->stream->mall_stream_config.paired_stream->tim… in populate_subvp_cmd_drr_info()
631 struct pipe_ctx *subvp_pipe, in populate_subvp_cmd_pipe_info() argument
637 struct dc_crtc_timing *main_timing = &subvp_pipe->stream->timing; in populate_subvp_cmd_pipe_info()
638 …struct dc_crtc_timing *phantom_timing = &subvp_pipe->stream->mall_stream_config.paired_stream->tim… in populate_subvp_cmd_pipe_info()
642 pipe_data->pipe_config.subvp_data.pix_clk_100hz = subvp_pipe->stream->timing.pix_clk_100hz; in populate_subvp_cmd_pipe_info()
643 pipe_data->pipe_config.subvp_data.htotal = subvp_pipe->stream->timing.h_total; in populate_subvp_cmd_pipe_info()
644 pipe_data->pipe_config.subvp_data.vtotal = subvp_pipe->stream->timing.v_total; in populate_subvp_cmd_pipe_info()
650 pipe_data->pipe_config.subvp_data.main_pipe_index = subvp_pipe->pipe_idx; in populate_subvp_cmd_pipe_info()
[all …]
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddcn32_fpu.c918 struct pipe_ctx *subvp_pipe = NULL; in subvp_vblank_schedulable() local
953 if (!subvp_pipe && pipe->stream->mall_stream_config.type == SUBVP_MAIN) in subvp_vblank_schedulable()
954 subvp_pipe = pipe; in subvp_vblank_schedulable()
961 main_timing = &subvp_pipe->stream->timing; in subvp_vblank_schedulable()
962 phantom_timing = &subvp_pipe->stream->mall_stream_config.paired_stream->timing; in subvp_vblank_schedulable()