Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/adreno/
Dadreno_gpu.c336 void adreno_wait_ring(struct msm_gpu *gpu, uint32_t ndwords) in adreno_wait_ring() argument
338 if (spin_until(ring_freewords(gpu) >= ndwords)) in adreno_wait_ring()
Dadreno_gpu.h250 void adreno_wait_ring(struct msm_gpu *gpu, uint32_t ndwords);
/drivers/video/fbdev/intelfb/
Dintelfbhw.c1754 int nbytes, ndwords, pad, tmp; in intelfbhw_do_drawglyph() local
1777 ndwords = ROUND_UP_TO(nbytes, 4) / 4; in intelfbhw_do_drawglyph()
1783 pad = !(ndwords % 2); in intelfbhw_do_drawglyph()
1785 tmp = (XY_MONO_SRC_IMM_BLT_CMD & DW_LENGTH_MASK) + ndwords; in intelfbhw_do_drawglyph()
1807 START_RING(8 + ndwords); in intelfbhw_do_drawglyph()
1817 while (ndwords--) { in intelfbhw_do_drawglyph()