Searched refs:vblank_symbols (Results 1 – 2 of 2) sorted by relevance
1615 int vblank_symbols = 0; in nv50_sor_dp_watermark_sst() local1722 vblank_symbols = 0; in nv50_sor_dp_watermark_sst()1726 vblank_symbols = (s32)((div_u64((u64)(surfaceWidth - 40) * minRate, pixelClockHz))) - 1; in nv50_sor_dp_watermark_sst()1728 vblank_symbols -= numLanesPerLink == 1 ? 39 : numLanesPerLink == 2 ? 21 : 12; in nv50_sor_dp_watermark_sst()1731 vBlankSym = (vblank_symbols < 0) ? 0 : vblank_symbols; in nv50_sor_dp_watermark_sst()
472 u32 vblank_symbols; member1236 config->vblank_symbols = div_u64(num, pclk); in tegra_sor_compute_config()1237 config->vblank_symbols -= 36 / link->lanes + 4; in tegra_sor_compute_config()1240 config->vblank_symbols); in tegra_sor_compute_config()1281 value |= config->vblank_symbols & 0xffff; in tegra_sor_apply_config()