Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.c579 uint32_t subvp1_prefetch_us = 0; in update_subvp_prefetch_end_to_mall_start() local
588subvp1_prefetch_us = div64_u64(((uint64_t)(phantom_timing1->v_total - phantom_timing1->v_front_por… in update_subvp_prefetch_end_to_mall_start()
594 if (subvp0_prefetch_us > subvp1_prefetch_us) { in update_subvp_prefetch_end_to_mall_start()
596 prefetch_delta_us = subvp0_prefetch_us - subvp1_prefetch_us; in update_subvp_prefetch_end_to_mall_start()
602 } else if (subvp1_prefetch_us > subvp0_prefetch_us) { in update_subvp_prefetch_end_to_mall_start()
604 prefetch_delta_us = subvp1_prefetch_us - subvp0_prefetch_us; in update_subvp_prefetch_end_to_mall_start()