Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/tegra/
H A Dsor.c468 u32 active_frac; member
1080 unsigned int active_frac; member
1109 active_frac = div_u64(frac, f); in tegra_sor_compute_params()
1113 active_frac++; in tegra_sor_compute_params()
1119 if (active_frac == 1) in tegra_sor_compute_params()
1123 if (active_frac) { in tegra_sor_compute_params()
1130 if (active_frac) in tegra_sor_compute_params()
1142 params->active_frac = active_frac; in tegra_sor_compute_params()
1185 if (params.active_frac == 0) { in tegra_sor_compute_config()
1193 config->active_frac = 1; in tegra_sor_compute_config()
[all …]