Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/selftests/
Di915_gem_context.c655 unsigned long ncontexts, ndwords, dw; in igt_ctx_exec() local
677 ndwords = 0; in igt_ctx_exec()
705 ndwords, dw, max_dwords(obj), in igt_ctx_exec()
726 ndwords++; in igt_ctx_exec()
734 ncontexts, engine->name, ndwords); in igt_ctx_exec()
739 min_t(unsigned int, ndwords - dw, max_dwords(obj)); in igt_ctx_exec()
801 unsigned long ncontexts, ndwords, dw; in igt_shared_ctx_exec() local
810 ndwords = 0; in igt_shared_ctx_exec()
843 ndwords, dw, max_dwords(obj), in igt_shared_ctx_exec()
864 ndwords++; in igt_shared_ctx_exec()
[all …]
/kernel/linux/linux-5.10/drivers/video/fbdev/intelfb/
Dintelfbhw.c1751 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()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/adreno/
Dadreno_gpu.h249 void adreno_wait_ring(struct msm_ringbuffer *ring, uint32_t ndwords);
Dadreno_gpu.c778 void adreno_wait_ring(struct msm_ringbuffer *ring, uint32_t ndwords) in adreno_wait_ring() argument
780 if (spin_until(ring_freewords(ring) >= ndwords)) in adreno_wait_ring()