Searched refs:phantom_timing (Results 1 – 3 of 3) sorted by relevance
438 struct dc_crtc_timing *phantom_timing = NULL; in dml2_svp_drr_schedulable() local464 phantom_timing = &phantom_stream->timing; in dml2_svp_drr_schedulable()465 prefetch_us = (phantom_timing->v_total - phantom_timing->v_front_porch) * phantom_timing->h_total / in dml2_svp_drr_schedulable()466 (double)(phantom_timing->pix_clk_100hz * 100) * 1000000 + in dml2_svp_drr_schedulable()473 mall_region_us = phantom_timing->v_addressable * phantom_timing->h_total / in dml2_svp_drr_schedulable()474 (double)(phantom_timing->pix_clk_100hz * 100) * 1000000; in dml2_svp_drr_schedulable()523 struct dc_crtc_timing *phantom_timing = NULL; in subvp_vblank_schedulable() local559 phantom_timing = &phantom_stream->timing; in subvp_vblank_schedulable()563 …prefetch_us = (phantom_timing->v_total - phantom_timing->v_front_porch) * phantom_timing->h_total / in subvp_vblank_schedulable()564 (double)(phantom_timing->pix_clk_100hz * 100) * 1000000 + in subvp_vblank_schedulable()[all …]
590 struct dc_crtc_timing *phantom_timing; in populate_subvp_cmd_drr_info() local607 phantom_timing = &phantom_stream->timing; in populate_subvp_cmd_drr_info()616 …mall_region_us = div64_u64(((uint64_t)phantom_timing->v_addressable * phantom_timing->h_total * 10… in populate_subvp_cmd_drr_info()617 (((uint64_t)phantom_timing->pix_clk_100hz * 100))); in populate_subvp_cmd_drr_info()622 …prefetch_us = div64_u64(((uint64_t)(phantom_timing->v_total - phantom_timing->v_front_porch) * pha… in populate_subvp_cmd_drr_info()623 … (((uint64_t)phantom_timing->pix_clk_100hz * 100) + dc->caps.subvp_prefetch_end_to_mall_start_us)); in populate_subvp_cmd_drr_info()793 struct dc_crtc_timing *phantom_timing; in populate_subvp_cmd_pipe_info() local799 phantom_timing = &phantom_stream->timing; in populate_subvp_cmd_pipe_info()809 pipe_data->pipe_config.subvp_data.mall_region_lines = phantom_timing->v_addressable; in populate_subvp_cmd_pipe_info()830 phantom_timing->v_total - phantom_timing->v_front_porch; in populate_subvp_cmd_pipe_info()[all …]
804 struct dc_crtc_timing *phantom_timing = NULL; in subvp_drr_schedulable() local853 phantom_timing = &phantom_stream->timing; in subvp_drr_schedulable()855 …prefetch_us = (phantom_timing->v_total - phantom_timing->v_front_porch) * phantom_timing->h_total / in subvp_drr_schedulable()856 (double)(phantom_timing->pix_clk_100hz * 100) * 1000000 + in subvp_drr_schedulable()863 mall_region_us = phantom_timing->v_addressable * phantom_timing->h_total / in subvp_drr_schedulable()864 (double)(phantom_timing->pix_clk_100hz * 100) * 1000000; in subvp_drr_schedulable()913 struct dc_crtc_timing *phantom_timing = NULL; in subvp_vblank_schedulable() local946 phantom_timing = &phantom_stream->timing; in subvp_vblank_schedulable()950 …prefetch_us = (phantom_timing->v_total - phantom_timing->v_front_porch) * phantom_timing->h_total / in subvp_vblank_schedulable()951 (double)(phantom_timing->pix_clk_100hz * 100) * 1000000 + in subvp_vblank_schedulable()[all …]