Searched refs:phantom_timing1 (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.c685 struct dc_crtc_timing *phantom_timing1 = NULL; local
691 phantom_timing1 = &phantom_stream1->timing;
696 subvp1_prefetch_us = div64_u64(((uint64_t)(phantom_timing1->v_total - phantom_timing1->v_front_porch) *
697 (uint64_t)phantom_timing1->h_total * 1000000),
698 (((uint64_t)phantom_timing1->pix_clk_100hz * 100) + dc->caps.subvp_prefetch_end_to_mall_start_us));
707 ((uint64_t)phantom_timing1->pix_clk_100hz * 100) + ((uint64_t)phantom_timing1->h_total * 1000000 - 1)),
708 ((uint64_t)phantom_timing1->h_total * 1000000));

Completed in 248 milliseconds