Home
last modified time | relevance | path

Searched refs:instmem (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
DKbuild1 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/
Duser.c68 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/
Drootnv50.c256 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()
Drootnv50.h13 struct nvkm_gpuobj *instmem; member
Drootgf119.c123 nvkm_wr32(device, 0x610010, (root->instmem->addr >> 8) | 9); in gf119_disp_root_init()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/
DKbuild11 include $(src)/nvkm/subdev/instmem/Kbuild