Searched refs:nvkm_ramht_new (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | ramht.h | 22 int nvkm_ramht_new(struct nvkm_device *, u32 size, u32 align,
|
/linux/drivers/gpu/drm/nouveau/nvkm/core/ |
H A D | ramht.c | 141 nvkm_ramht_new(struct nvkm_device *device, u32 size, u32 align, in nvkm_ramht_new() function
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/ |
H A D | nv40.c | 190 ret = nvkm_ramht_new(device, 0x08000, 0, NULL, &imem->base.ramht); in nv40_instmem_oneinit()
|
H A D | nv04.c | 221 ret = nvkm_ramht_new(device, 0x08000, 0, NULL, &imem->base.ramht); in nv04_instmem_oneinit()
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | g84.c | 65 ret = nvkm_ramht_new(device, 0x8000, 16, chan->inst, &chan->ramht); in g84_chan_ramfc_write()
|
H A D | nv50.c | 98 ret = nvkm_ramht_new(device, 0x8000, 16, chan->inst, &chan->ramht); in nv50_chan_ramfc_write()
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | nv50.c | 1641 ret = nvkm_ramht_new(device, func->ramht_size ? func->ramht_size : 0x1000, 0, disp->inst, in nv50_disp_oneinit()
|
H A D | r535.c | 1650 ret = nvkm_ramht_new(device, disp->func->ramht_size ? disp->func->ramht_size : in r535_disp_oneinit()
|