Home
last modified time | relevance | path

Searched refs:object_attach (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/
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()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/
Dparent.h21 int (*object_attach)(struct nvkm_object *parent, member
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dnv10.c84 nv_parent(chan)->object_attach = nv04_fifo_object_attach; in nv10_fifo_chan_ctor()
Dnv17.c91 nv_parent(chan)->object_attach = nv04_fifo_object_attach; in nv17_fifo_chan_ctor()
Dg84.c211 nv_parent(chan)->object_attach = g84_fifo_object_attach; in g84_fifo_chan_ctor_dma()
286 nv_parent(chan)->object_attach = g84_fifo_object_attach; in g84_fifo_chan_ctor_ind()
Dnv50.c223 nv_parent(chan)->object_attach = nv50_fifo_object_attach; in nv50_fifo_chan_ctor_dma()
286 nv_parent(chan)->object_attach = nv50_fifo_object_attach; in nv50_fifo_chan_ctor_ind()
Dnv40.c210 nv_parent(chan)->object_attach = nv40_fifo_object_attach; in nv40_fifo_chan_ctor()
Dnv04.c141 nv_parent(chan)->object_attach = nv04_fifo_object_attach; in nv04_fifo_chan_ctor()
/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_()