Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/tegra/
Dsor.c453 u32 active_polarity; member
828 unsigned int active_polarity; member
840 u32 active_polarity, active_frac = 0; in tegra_sor_compute_params() local
850 active_polarity = 1; in tegra_sor_compute_params()
853 active_polarity = 0; in tegra_sor_compute_params()
862 if (active_polarity) in tegra_sor_compute_params()
865 active_frac = active_polarity ? 1 : 15; in tegra_sor_compute_params()
870 active_polarity = 0; in tegra_sor_compute_params()
872 if (active_polarity == 1) { in tegra_sor_compute_params()
891 params->active_polarity = active_polarity; in tegra_sor_compute_params()
[all …]