HomeSort by: relevance | last modified time | path
    Searched defs:max_burst_o (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_arb.c 119 int max_burst_o, max_burst_l; local in function:nv10_calc_arb
177 max_burst_o = (1 + fifo_len - extra_lat * drain_rate / (1000 * 1000))
179 fifo->burst = min(max_burst_o, 1024);

Completed in 11 milliseconds