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

/linux-master/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_context.c676 unsigned long ncontexts, ndwords, dw; local
698 ndwords = 0;
726 ndwords, dw, max_dwords(obj),
747 ndwords++;
755 ncontexts, engine->name, ndwords);
760 min_t(unsigned int, ndwords - dw, max_dwords(obj));
822 unsigned long ncontexts, ndwords, dw; local
831 ndwords = 0;
860 ndwords, dw, max_dwords(obj),
881 ndwords
1369 unsigned long idx, ndwords, dw, num_engines; local
[all...]
/linux-master/drivers/gpu/drm/msm/adreno/
H A Dadreno_gpu.h485 void adreno_wait_ring(struct msm_ringbuffer *ring, uint32_t ndwords);
H A Dadreno_gpu.c969 void adreno_wait_ring(struct msm_ringbuffer *ring, uint32_t ndwords) argument
971 if (spin_until(ring_freewords(ring) >= ndwords))

Completed in 179 milliseconds