Home
last modified time | relevance | path

Searched refs:NVKM_MSGQUEUE_NUM_SEQUENCES (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/falcon/
Dmsgqueue.h173 #define NVKM_MSGQUEUE_NUM_SEQUENCES 16 macro
194 struct nvkm_msgqueue_seq seq[NVKM_MSGQUEUE_NUM_SEQUENCES];
195 unsigned long seq_tbl[BITS_TO_LONGS(NVKM_MSGQUEUE_NUM_SEQUENCES)];
Dmsgqueue.c286 index = find_first_zero_bit(priv->seq_tbl, NVKM_MSGQUEUE_NUM_SEQUENCES); in msgqueue_seq_acquire()
288 if (index >= NVKM_MSGQUEUE_NUM_SEQUENCES) { in msgqueue_seq_acquire()
571 for (i = 0; i < NVKM_MSGQUEUE_NUM_SEQUENCES; i++) in nvkm_msgqueue_ctor()