Home
last modified time | relevance | path

Searched refs:phantom_timing (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c804 struct dc_crtc_timing *phantom_timing = NULL; in subvp_drr_schedulable() local
853 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() local
946 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 …]