Home
last modified time | relevance | path

Searched refs:context_detach (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/
Dengctx.c166 if (nv_parent(parent)->context_detach) { in nvkm_engctx_fini()
168 ret = nv_parent(parent)->context_detach(parent, suspend, object); in nvkm_engctx_fini()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/
Dparent.h18 int (*context_detach)(struct nvkm_object *, bool suspend, member
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dg84.c210 nv_parent(chan)->context_detach = g84_fifo_context_detach; in g84_fifo_chan_ctor_dma()
285 nv_parent(chan)->context_detach = g84_fifo_context_detach; in g84_fifo_chan_ctor_ind()
Dnv50.c222 nv_parent(chan)->context_detach = nv50_fifo_context_detach; in nv50_fifo_chan_ctor_dma()
285 nv_parent(chan)->context_detach = nv50_fifo_context_detach; in nv50_fifo_chan_ctor_ind()
Dnv40.c209 nv_parent(chan)->context_detach = nv40_fifo_context_detach; in nv40_fifo_chan_ctor()
Dgf100.c221 nv_parent(chan)->context_detach = gf100_fifo_context_detach; in gf100_fifo_chan_ctor()
Dgk104.c257 nv_parent(chan)->context_detach = gk104_fifo_context_detach; in gk104_fifo_chan_ctor()