Searched refs:max_vs (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_dp.c133 int i, dpe_headerlen, max_vs = 0; local
141 if (dpse->vs_level > max_vs)
142 max_vs = dpse->vs_level;
145 return max_vs;

Completed in 104 milliseconds