Home
last modified time | relevance | path

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

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