Searched refs:ndwords (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/i915/selftests/ |
D | i915_gem_context.c | 340 unsigned long ncontexts, ndwords, dw; in igt_ctx_exec() local 360 ndwords = 0; in igt_ctx_exec() 398 ndwords, dw, max_dwords(obj), in igt_ctx_exec() 408 ndwords++; in igt_ctx_exec() 413 ncontexts, INTEL_INFO(i915)->num_rings, ndwords); in igt_ctx_exec() 418 min_t(unsigned int, ndwords - dw, max_dwords(obj)); in igt_ctx_exec() 446 unsigned long ndwords, dw; in igt_ctx_readonly() local 473 ndwords = 0; in igt_ctx_readonly() 499 ndwords, dw, max_dwords(obj), in igt_ctx_readonly() 509 ndwords++; in igt_ctx_readonly() [all …]
|
/Linux-v4.19/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-v4.19/drivers/gpu/drm/msm/adreno/ |
D | adreno_gpu.h | 226 void adreno_wait_ring(struct msm_ringbuffer *ring, uint32_t ndwords);
|
D | adreno_gpu.c | 622 void adreno_wait_ring(struct msm_ringbuffer *ring, uint32_t ndwords) in adreno_wait_ring() argument 624 if (spin_until(ring_freewords(ring) >= ndwords)) in adreno_wait_ring()
|