Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/
A Ddc_dmub_srv.c574 uint32_t prefetch_delta_us = 0; in update_subvp_prefetch_end_to_mall_start() local
590 prefetch_delta_us = subvp0_prefetch_us - subvp1_prefetch_us; in update_subvp_prefetch_end_to_mall_start()
592 div64_u64(((uint64_t)(dc->caps.subvp_prefetch_end_to_mall_start_us + prefetch_delta_us) * in update_subvp_prefetch_end_to_mall_start()
598 prefetch_delta_us = subvp1_prefetch_us - subvp0_prefetch_us; in update_subvp_prefetch_end_to_mall_start()
600 div64_u64(((uint64_t)(dc->caps.subvp_prefetch_end_to_mall_start_us + prefetch_delta_us) * in update_subvp_prefetch_end_to_mall_start()

Completed in 4 milliseconds