Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/tegra/
Dsor.c382 u32 hblank_symbols; member
900 config->hblank_symbols = div_u64(num, pclk); in tegra_sor_compute_config()
903 config->hblank_symbols -= 3; in tegra_sor_compute_config()
905 config->hblank_symbols -= 12 / link->num_lanes; in tegra_sor_compute_config()
912 dev_dbg(sor->dev, "blank symbols: H:%u V:%u\n", config->hblank_symbols, in tegra_sor_compute_config()
949 value |= config->hblank_symbols & 0xffff; in tegra_sor_apply_config()