Home
last modified time | relevance | path

Searched refs:chid_nr (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dgk20a.c28 .chid_nr = nv50_fifo_chid_nr,
H A Dgm200.c42 .chid_nr = gm200_fifo_chid_nr,
H A Dgk208.c53 .chid_nr = gk208_fifo_chid_nr,
H A Dg98.c50 .chid_nr = nv50_fifo_chid_nr,
H A Dnv10.c94 .chid_nr = nv10_fifo_chid_nr,
H A Dgk110.c108 .chid_nr = gk104_fifo_chid_nr,
H A Dgp100.c115 .chid_nr = gm200_fifo_chid_nr,
H A Dnv17.c123 .chid_nr = nv10_fifo_chid_nr,
H A Dgm107.c132 .chid_nr = gm107_fifo_chid_nr,
H A Dbase.c251 if (fifo->func->chid_nr) { in nvkm_fifo_oneinit()
252 ret = fifo->func->chid_ctor(fifo, fifo->func->chid_nr(fifo)); in nvkm_fifo_oneinit()
H A Dpriv.h19 int (*chid_nr)(struct nvkm_fifo *); member
H A Dg84.c211 .chid_nr = nv50_fifo_chid_nr,