Searched refs:ndwords (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/i915/gem/selftests/ |
D | i915_gem_context.c | 369 unsigned long ncontexts, ndwords, dw; in igt_ctx_exec() local 392 ndwords = 0; in igt_ctx_exec() 414 ndwords, dw, max_dwords(obj), in igt_ctx_exec() 425 ndwords++; in igt_ctx_exec() 430 ncontexts, engine->name, ndwords); in igt_ctx_exec() 435 min_t(unsigned int, ndwords - dw, max_dwords(obj)); in igt_ctx_exec() 499 unsigned long ncontexts, ndwords, dw; in igt_shared_ctx_exec() local 508 ndwords = 0; in igt_shared_ctx_exec() 533 ndwords, dw, max_dwords(obj), in igt_shared_ctx_exec() 545 ndwords++; in igt_shared_ctx_exec() [all …]
|
/Linux-v5.4/drivers/video/fbdev/intelfb/ |
D | intelfbhw.c | 1751 int nbytes, ndwords, pad, tmp; in intelfbhw_do_drawglyph() local 1774 ndwords = ROUND_UP_TO(nbytes, 4) / 4; in intelfbhw_do_drawglyph() 1780 pad = !(ndwords % 2); in intelfbhw_do_drawglyph() 1782 tmp = (XY_MONO_SRC_IMM_BLT_CMD & DW_LENGTH_MASK) + ndwords; in intelfbhw_do_drawglyph() 1804 START_RING(8 + ndwords); in intelfbhw_do_drawglyph() 1814 while (ndwords--) { in intelfbhw_do_drawglyph()
|
/Linux-v5.4/drivers/gpu/drm/msm/adreno/ |
D | adreno_gpu.h | 236 void adreno_wait_ring(struct msm_ringbuffer *ring, uint32_t ndwords);
|
D | adreno_gpu.c | 812 void adreno_wait_ring(struct msm_ringbuffer *ring, uint32_t ndwords) in adreno_wait_ring() argument 814 if (spin_until(ring_freewords(ring) >= ndwords)) in adreno_wait_ring()
|