Searched refs:phantom_timing (Results 1 – 2 of 2) sorted by relevance
452 …struct dc_crtc_timing *phantom_timing = &subvp_pipe->stream->mall_stream_config.paired_stream->tim… in populate_subvp_cmd_drr_info() local473 …mall_region_us = div64_u64(((uint64_t)phantom_timing->v_addressable * phantom_timing->h_total * 10… in populate_subvp_cmd_drr_info()474 (((uint64_t)phantom_timing->pix_clk_100hz * 100))); in populate_subvp_cmd_drr_info()479 …prefetch_us = div64_u64(((uint64_t)(phantom_timing->v_total - phantom_timing->v_front_porch) * pha… in populate_subvp_cmd_drr_info()480 … (((uint64_t)phantom_timing->pix_clk_100hz * 100) + dc->caps.subvp_prefetch_end_to_mall_start_us)); in populate_subvp_cmd_drr_info()638 …struct dc_crtc_timing *phantom_timing = &subvp_pipe->stream->mall_stream_config.paired_stream->tim… in populate_subvp_cmd_pipe_info() local649 pipe_data->pipe_config.subvp_data.mall_region_lines = phantom_timing->v_addressable; in populate_subvp_cmd_pipe_info()669 phantom_timing->v_total - phantom_timing->v_front_porch; in populate_subvp_cmd_pipe_info()673 …div64_u64(((uint64_t)dc->caps.subvp_prefetch_end_to_mall_start_us * ((uint64_t)phantom_timing->pix… in populate_subvp_cmd_pipe_info()674 …((uint64_t)phantom_timing->h_total * 1000000 - 1)), ((uint64_t)phantom_timing->h_total * 1000000)); in populate_subvp_cmd_pipe_info()[all …]
854 struct dc_crtc_timing *phantom_timing = NULL; in subvp_drr_schedulable() local879 phantom_timing = &pipe->stream->mall_stream_config.paired_stream->timing; in subvp_drr_schedulable()881 prefetch_us = (phantom_timing->v_total - phantom_timing->v_front_porch) * phantom_timing->h_total / in subvp_drr_schedulable()882 (double)(phantom_timing->pix_clk_100hz * 100) * 1000000 + in subvp_drr_schedulable()889 mall_region_us = phantom_timing->v_addressable * phantom_timing->h_total / in subvp_drr_schedulable()890 (double)(phantom_timing->pix_clk_100hz * 100) * 1000000; in subvp_drr_schedulable()937 struct dc_crtc_timing *phantom_timing = NULL; in subvp_vblank_schedulable() local969 phantom_timing = &subvp_pipe->stream->mall_stream_config.paired_stream->timing; in subvp_vblank_schedulable()973 …prefetch_us = (phantom_timing->v_total - phantom_timing->v_front_porch) * phantom_timing->h_total / in subvp_vblank_schedulable()974 (double)(phantom_timing->pix_clk_100hz * 100) * 1000000 + in subvp_vblank_schedulable()[all …]