Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dchan.c102 cctx = nvkm_list_find(cctx, &chan->cctxs, head, in nvkm_chan_cctx_get()
129 list_add_tail(&cctx->head, &chan->cctxs); in nvkm_chan_cctx_get()
384 INIT_LIST_HEAD(&chan->cctxs); in nvkm_chan_new_()
/linux-6.12.1/drivers/gpu/drm/nouveau/include/nvkm/engine/
Dfifo.h48 struct list_head cctxs; member