Searched refs:phantom_timing (Results 1 – 1 of 1) sorted by relevance
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 …]