Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/modules/freesync/
H A Dfreesync.c253 uint64_t ramp_rate_interpolated_u64 = div64_u64(((unsigned long long)( in update_v_total_for_static_ramp() local
255 ASSERT(ramp_rate_interpolated_u64 <= 0xFFFFFFFF); in update_v_total_for_static_ramp()
256 unsigned int ramp_rate_interpolated = (unsigned int)ramp_rate_interpolated_u64; in update_v_total_for_static_ramp()