Searched refs:nvkm_list_find (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/nouveau/include/nvkm/core/ |
A D | os.h | 48 #define nvkm_list_find(p,h,m,c) \ macro 51 for (p = nvkm_list_find(p, (h), m, (c)); p; p = nvkm_list_find_next(p, (h), m, (c)))
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
A D | cgrp.c | 63 ectx = nvkm_list_find(ectx, &cgrp->ectxs, head, ectx->engn == engn); in nvkm_cgrp_ectx_get() 127 vctx = nvkm_list_find(vctx, &cgrp->vctxs, head, in nvkm_cgrp_vctx_get()
|
A D | runl.h | 108 #define nvkm_runl_find_engn(engn,runl,cond) nvkm_list_find(engn, &(runl)->engns, head, (cond))
|
A D | chan.c | 103 cctx = nvkm_list_find(cctx, &chan->cctxs, head, in nvkm_chan_cctx_get()
|
Completed in 5 milliseconds