Searched refs:subvp_pipes (Results 1 – 2 of 2) sorted by relevance
570 struct pipe_ctx *subvp_pipes[]) in update_subvp_prefetch_end_to_mall_start() argument575 …struct dc_crtc_timing *phantom_timing0 = &subvp_pipes[0]->stream->mall_stream_config.paired_stream… in update_subvp_prefetch_end_to_mall_start()576 …struct dc_crtc_timing *phantom_timing1 = &subvp_pipes[1]->stream->mall_stream_config.paired_stream… in update_subvp_prefetch_end_to_mall_start()714 struct pipe_ctx *subvp_pipes[2]; in dc_dmub_setup_subvp_dmub_command() local734 subvp_pipes[subvp_count++] = pipe; in dc_dmub_setup_subvp_dmub_command()762 update_subvp_prefetch_end_to_mall_start(dc, context, &cmd, subvp_pipes); in dc_dmub_setup_subvp_dmub_command()
798 struct pipe_ctx *subvp_pipes[2]; in subvp_subvp_schedulable() local827 subvp_pipes[index] = pipe; in subvp_subvp_schedulable()835 …vactive1_us = ((subvp_pipes[0]->stream->timing.v_addressable * subvp_pipes[0]->stream->timing.h_to… in subvp_subvp_schedulable()836 (double)(subvp_pipes[0]->stream->timing.pix_clk_100hz * 100)) * 1000000; in subvp_subvp_schedulable()837 …vactive2_us = ((subvp_pipes[1]->stream->timing.v_addressable * subvp_pipes[1]->stream->timing.h_to… in subvp_subvp_schedulable()839 …vblank1_us = (((subvp_pipes[0]->stream->timing.v_total - subvp_pipes[0]->stream->timing.v_addressa… in subvp_subvp_schedulable()840 subvp_pipes[0]->stream->timing.h_total) / in subvp_subvp_schedulable()841 (double)(subvp_pipes[0]->stream->timing.pix_clk_100hz * 100)) * 1000000; in subvp_subvp_schedulable()842 …vblank2_us = (((subvp_pipes[1]->stream->timing.v_total - subvp_pipes[1]->stream->timing.v_addressa… in subvp_subvp_schedulable()843 subvp_pipes[1]->stream->timing.h_total) / in subvp_subvp_schedulable()[all …]
Completed in 10 milliseconds