Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/tegra/
H A Dsor.c1087 u64 active_sym, active_count, frac, approx; in tegra_sor_compute_params() local
1092 active_sym = params->ratio * tu_size; in tegra_sor_compute_params()
1093 active_count = div_u64(active_sym, f) * f; in tegra_sor_compute_params()
1094 frac = active_sym - active_count; in tegra_sor_compute_params()
1134 error = div_s64(active_sym - approx, tu_size); in tegra_sor_compute_params()