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

/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_ppgtt.c105 GEM_BUG_ON(atomic_read(px_used(pd)) > NALLOC * I915_PDES);
H A Dintel_gtt.h43 #define NALLOC 3 /* 1 normal, 1 for concurrent threads, 1 for preallocation */ macro
H A Dgen8_ppgtt.c383 GEM_BUG_ON(atomic_read(&pt->used) > NALLOC * I915_PDES);

Completed in 90 milliseconds