Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/tegra/
Dsor.c465 u32 active_polarity; member
1078 unsigned int active_polarity; member
1090 u32 active_polarity, active_frac = 0; in tegra_sor_compute_params() local
1100 active_polarity = 1; in tegra_sor_compute_params()
1103 active_polarity = 0; in tegra_sor_compute_params()
1112 if (active_polarity) in tegra_sor_compute_params()
1115 active_frac = active_polarity ? 1 : 15; in tegra_sor_compute_params()
1120 active_polarity = 0; in tegra_sor_compute_params()
1122 if (active_polarity == 1) { in tegra_sor_compute_params()
1141 params->active_polarity = active_polarity; in tegra_sor_compute_params()
[all …]