Searched refs:instmem (Results 1 – 6 of 6) sorted by relevance
| /linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/ |
| D | Kbuild | 1 nvkm-y += nvkm/subdev/instmem/base.o 2 nvkm-y += nvkm/subdev/instmem/nv04.o 3 nvkm-y += nvkm/subdev/instmem/nv40.o 4 nvkm-y += nvkm/subdev/instmem/nv50.o 5 nvkm-y += nvkm/subdev/instmem/gk20a.o
|
| /linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/dma/ |
| D | user.c | 68 struct nvkm_instmem *instmem = device->imem; in nvkm_dmaobj_ctor() local 104 if (dmaobj->limit >= fb->ram->size - instmem->reserved) in nvkm_dmaobj_ctor()
|
| /linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| D | rootnv50.c | 256 nvkm_gpuobj_del(&root->instmem); in nv50_disp_root_dtor_() 289 false, NULL, &root->instmem); in nv50_disp_root_new_() 293 return nvkm_ramht_new(device, 0x1000, 0, root->instmem, &root->ramht); in nv50_disp_root_new_() 362 nvkm_wr32(device, 0x610010, (root->instmem->addr >> 8) | 9); in nv50_disp_root_init()
|
| D | rootnv50.h | 13 struct nvkm_gpuobj *instmem; member
|
| D | rootgf119.c | 123 nvkm_wr32(device, 0x610010, (root->instmem->addr >> 8) | 9); in gf119_disp_root_init()
|
| /linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/ |
| D | Kbuild | 11 include $(src)/nvkm/subdev/instmem/Kbuild
|