Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/tegra/
Dsor.c196 u32 active_polarity; member
497 unsigned int active_polarity; member
509 u32 active_polarity, active_frac = 0; in tegra_sor_compute_params() local
519 active_polarity = 1; in tegra_sor_compute_params()
522 active_polarity = 0; in tegra_sor_compute_params()
531 if (active_polarity) in tegra_sor_compute_params()
534 active_frac = active_polarity ? 1 : 15; in tegra_sor_compute_params()
539 active_polarity = 0; in tegra_sor_compute_params()
541 if (active_polarity == 1) { in tegra_sor_compute_params()
560 params->active_polarity = active_polarity; in tegra_sor_compute_params()
[all …]