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

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dr100.c1100 unsigned max_fetch; local
1133 max_fetch = 1;
1145 * So ring cache size is 16dwords (> (2 * max_fetch = 2 * 4dwords))
1146 * indirect1 cache size is 64dwords (> (2 * max_fetch = 2 * 4dwords))
1147 * indirect2 cache size is 16dwords (> (2 * max_fetch = 2 * 4dwords))
1157 REG_SET(RADEON_MAX_FETCH, max_fetch));

Completed in 110 milliseconds