Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/gem/selftests/
Di915_gem_context.c652 unsigned long ncontexts, ndwords, dw; in igt_ctx_exec() local
674 ndwords = 0; in igt_ctx_exec()
702 ndwords, dw, max_dwords(obj), in igt_ctx_exec()
723 ndwords++; in igt_ctx_exec()
731 ncontexts, engine->name, ndwords); in igt_ctx_exec()
736 min_t(unsigned int, ndwords - dw, max_dwords(obj)); in igt_ctx_exec()
798 unsigned long ncontexts, ndwords, dw; in igt_shared_ctx_exec() local
807 ndwords = 0; in igt_shared_ctx_exec()
836 ndwords, dw, max_dwords(obj), in igt_shared_ctx_exec()
857 ndwords++; in igt_shared_ctx_exec()
[all …]
/linux-6.1.9/drivers/video/fbdev/intelfb/
Dintelfbhw.c1749 int nbytes, ndwords, pad, tmp; in intelfbhw_do_drawglyph() local
1772 ndwords = ROUND_UP_TO(nbytes, 4) / 4; in intelfbhw_do_drawglyph()
1778 pad = !(ndwords % 2); in intelfbhw_do_drawglyph()
1780 tmp = (XY_MONO_SRC_IMM_BLT_CMD & DW_LENGTH_MASK) + ndwords; in intelfbhw_do_drawglyph()
1802 START_RING(8 + ndwords); in intelfbhw_do_drawglyph()
1812 while (ndwords--) { in intelfbhw_do_drawglyph()
/linux-6.1.9/drivers/gpu/drm/msm/adreno/
Dadreno_gpu.h311 void adreno_wait_ring(struct msm_ringbuffer *ring, uint32_t ndwords);
Dadreno_gpu.c916 void adreno_wait_ring(struct msm_ringbuffer *ring, uint32_t ndwords) in adreno_wait_ring() argument
918 if (spin_until(ring_freewords(ring) >= ndwords)) in adreno_wait_ring()