Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.c727 struct dc_crtc_timing *phantom_timing0 = NULL; in update_subvp_prefetch_end_to_mall_start() local
739 phantom_timing0 = &phantom_stream0->timing; in update_subvp_prefetch_end_to_mall_start()
742 subvp0_prefetch_us = div64_u64(((uint64_t)(phantom_timing0->v_total - phantom_timing0->v_front_porch) * in update_subvp_prefetch_end_to_mall_start()
743 (uint64_t)phantom_timing0->h_total * 1000000), in update_subvp_prefetch_end_to_mall_start()
744 (((uint64_t)phantom_timing0->pix_clk_100hz * 100) + dc->caps.subvp_prefetch_end_to_mall_start_us)); in update_subvp_prefetch_end_to_mall_start()
764 ((uint64_t)phantom_timing0->pix_clk_100hz * 100) + ((uint64_t)phantom_timing0->h_total * 1000000 - 1)), in update_subvp_prefetch_end_to_mall_start()
765 ((uint64_t)phantom_timing0->h_total * 1000000)); in update_subvp_prefetch_end_to_mall_start()