Home
last modified time | relevance | path

Searched refs:runl_ctor (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dgk20a.c31 .runl_ctor = gk104_fifo_runl_ctor,
H A Dga102.c30 .runl_ctor = ga100_fifo_runl_ctor,
H A Dgm200.c45 .runl_ctor = gk104_fifo_runl_ctor,
H A Dgk208.c56 .runl_ctor = gk104_fifo_runl_ctor,
H A Dg98.c52 .runl_ctor = g98_fifo_runl_ctor,
H A Dnv10.c96 .runl_ctor = nv04_fifo_runl_ctor,
H A Dgk110.c111 .runl_ctor = gk104_fifo_runl_ctor,
H A Dgp100.c118 .runl_ctor = gk104_fifo_runl_ctor,
H A Dnv17.c125 .runl_ctor = nv04_fifo_runl_ctor,
H A Dgm107.c135 .runl_ctor = gk104_fifo_runl_ctor,
H A Dpriv.h22 int (*runl_ctor)(struct nvkm_fifo *); member
H A Dg84.c213 .runl_ctor = g84_fifo_runl_ctor,
H A Dbase.c266 ret = fifo->func->runl_ctor(fifo); in nvkm_fifo_oneinit()
H A Dga100.c605 .runl_ctor = ga100_fifo_runl_ctor,
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/
H A Dfifo.c598 rm->runl_ctor = r535_fifo_runl_ctor; in r535_fifo_new()