Searched refs:subvp_pipes (Results 1 – 2 of 2) sorted by relevance
576 struct pipe_ctx *subvp_pipes[]) in update_subvp_prefetch_end_to_mall_start() argument581 …struct dc_crtc_timing *phantom_timing0 = &subvp_pipes[0]->stream->mall_stream_config.paired_stream… in update_subvp_prefetch_end_to_mall_start()582 …struct dc_crtc_timing *phantom_timing1 = &subvp_pipes[1]->stream->mall_stream_config.paired_stream… in update_subvp_prefetch_end_to_mall_start()720 struct pipe_ctx *subvp_pipes[2]; in dc_dmub_setup_subvp_dmub_command() local738 subvp_pipes[subvp_count++] = pipe; in dc_dmub_setup_subvp_dmub_command()769 update_subvp_prefetch_end_to_mall_start(dc, context, &cmd, subvp_pipes); in dc_dmub_setup_subvp_dmub_command()
797 struct pipe_ctx *subvp_pipes[2]; in subvp_subvp_schedulable() local826 subvp_pipes[index] = pipe; in subvp_subvp_schedulable()834 …vactive1_us = ((subvp_pipes[0]->stream->timing.v_addressable * subvp_pipes[0]->stream->timing.h_to… in subvp_subvp_schedulable()835 (double)(subvp_pipes[0]->stream->timing.pix_clk_100hz * 100)) * 1000000; in subvp_subvp_schedulable()836 …vactive2_us = ((subvp_pipes[1]->stream->timing.v_addressable * subvp_pipes[1]->stream->timing.h_to… in subvp_subvp_schedulable()837 (double)(subvp_pipes[1]->stream->timing.pix_clk_100hz * 100)) * 1000000; in subvp_subvp_schedulable()838 …vblank1_us = (((subvp_pipes[0]->stream->timing.v_total - subvp_pipes[0]->stream->timing.v_addressa… in subvp_subvp_schedulable()839 subvp_pipes[0]->stream->timing.h_total) / in subvp_subvp_schedulable()840 (double)(subvp_pipes[0]->stream->timing.pix_clk_100hz * 100)) * 1000000; in subvp_subvp_schedulable()841 …vblank2_us = (((subvp_pipes[1]->stream->timing.v_total - subvp_pipes[1]->stream->timing.v_addressa… in subvp_subvp_schedulable()[all …]