Home
last modified time | relevance | path

Searched refs:nv_parent (Results 1 – 14 of 14) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/
Dparent.c38 sclass = nv_parent(parent)->sclass; in nvkm_parent_sclass()
49 mask = nv_parent(parent)->engine; in nvkm_parent_sclass()
85 sclass = nv_parent(parent)->sclass; in nvkm_parent_lclass()
92 mask = nv_parent(parent)->engine; in nvkm_parent_lclass()
158 nvkm_parent_destroy(nv_parent(object)); in _nvkm_parent_dtor()
Dengctx.c139 if (nv_parent(parent)->context_attach) { in nvkm_engctx_init()
141 ret = nv_parent(parent)->context_attach(parent, object); in nvkm_engctx_init()
166 if (nv_parent(parent)->context_detach) { in nvkm_engctx_fini()
168 ret = nv_parent(parent)->context_detach(parent, suspend, object); in nvkm_engctx_fini()
Dhandle.c124 if (nv_parent(parent)->object_attach) { in nvkm_handle_create()
125 ret = nv_parent(parent)->object_attach(parent, object, _handle); in nvkm_handle_create()
163 nv_parent(parent)->object_detach(parent, handle->priv); in nvkm_handle_destroy()
Dioctl.c116 parent = nv_parent(handle->object); in nvkm_ioctl_new()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dg84.c209 nv_parent(chan)->context_attach = g84_fifo_context_attach; in g84_fifo_chan_ctor_dma()
210 nv_parent(chan)->context_detach = g84_fifo_context_detach; in g84_fifo_chan_ctor_dma()
211 nv_parent(chan)->object_attach = g84_fifo_object_attach; in g84_fifo_chan_ctor_dma()
212 nv_parent(chan)->object_detach = nv50_fifo_object_detach; in g84_fifo_chan_ctor_dma()
284 nv_parent(chan)->context_attach = g84_fifo_context_attach; in g84_fifo_chan_ctor_ind()
285 nv_parent(chan)->context_detach = g84_fifo_context_detach; in g84_fifo_chan_ctor_ind()
286 nv_parent(chan)->object_attach = g84_fifo_object_attach; in g84_fifo_chan_ctor_ind()
287 nv_parent(chan)->object_detach = nv50_fifo_object_detach; in g84_fifo_chan_ctor_ind()
Dnv50.c221 nv_parent(chan)->context_attach = nv50_fifo_context_attach; in nv50_fifo_chan_ctor_dma()
222 nv_parent(chan)->context_detach = nv50_fifo_context_detach; in nv50_fifo_chan_ctor_dma()
223 nv_parent(chan)->object_attach = nv50_fifo_object_attach; in nv50_fifo_chan_ctor_dma()
224 nv_parent(chan)->object_detach = nv50_fifo_object_detach; in nv50_fifo_chan_ctor_dma()
284 nv_parent(chan)->context_attach = nv50_fifo_context_attach; in nv50_fifo_chan_ctor_ind()
285 nv_parent(chan)->context_detach = nv50_fifo_context_detach; in nv50_fifo_chan_ctor_ind()
286 nv_parent(chan)->object_attach = nv50_fifo_object_attach; in nv50_fifo_chan_ctor_ind()
287 nv_parent(chan)->object_detach = nv50_fifo_object_detach; in nv50_fifo_chan_ctor_ind()
Dnv10.c84 nv_parent(chan)->object_attach = nv04_fifo_object_attach; in nv10_fifo_chan_ctor()
85 nv_parent(chan)->object_detach = nv04_fifo_object_detach; in nv10_fifo_chan_ctor()
86 nv_parent(chan)->context_attach = nv04_fifo_context_attach; in nv10_fifo_chan_ctor()
Dnv17.c91 nv_parent(chan)->object_attach = nv04_fifo_object_attach; in nv17_fifo_chan_ctor()
92 nv_parent(chan)->object_detach = nv04_fifo_object_detach; in nv17_fifo_chan_ctor()
93 nv_parent(chan)->context_attach = nv04_fifo_context_attach; in nv17_fifo_chan_ctor()
Dnv40.c208 nv_parent(chan)->context_attach = nv40_fifo_context_attach; in nv40_fifo_chan_ctor()
209 nv_parent(chan)->context_detach = nv40_fifo_context_detach; in nv40_fifo_chan_ctor()
210 nv_parent(chan)->object_attach = nv40_fifo_object_attach; in nv40_fifo_chan_ctor()
211 nv_parent(chan)->object_detach = nv04_fifo_object_detach; in nv40_fifo_chan_ctor()
Dnv04.c141 nv_parent(chan)->object_attach = nv04_fifo_object_attach; in nv04_fifo_chan_ctor()
142 nv_parent(chan)->object_detach = nv04_fifo_object_detach; in nv04_fifo_chan_ctor()
143 nv_parent(chan)->context_attach = nv04_fifo_context_attach; in nv04_fifo_chan_ctor()
Dgf100.c220 nv_parent(chan)->context_attach = gf100_fifo_context_attach; in gf100_fifo_chan_ctor()
221 nv_parent(chan)->context_detach = gf100_fifo_context_detach; in gf100_fifo_chan_ctor()
Dgk104.c256 nv_parent(chan)->context_attach = gk104_fifo_context_attach; in gk104_fifo_chan_ctor()
257 nv_parent(chan)->context_detach = gk104_fifo_context_detach; in gk104_fifo_chan_ctor()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/
Dparent.h27 nv_parent(void *obj) in nv_parent() function
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dnv50.c76 nv_parent(chan)->object_attach = impl->attach; in nv50_disp_chan_create_()
77 nv_parent(chan)->object_detach = impl->detach; in nv50_disp_chan_create_()