nvkm_ramht_new
int nvkm_ramht_new(struct nvkm_device *, u32 size, u32 align,
ret = nvkm_ramht_new(device, func->ramht_size ? func->ramht_size : 0x1000, 0, disp->inst,
ret = nvkm_ramht_new(device, 0x8000, 16, chan->inst, &chan->ramht);
ret = nvkm_ramht_new(device, 0x8000, 16, chan->inst, &chan->ramht);
ret = nvkm_ramht_new(device, disp->func->ramht_size ? disp->func->ramht_size :
ret = nvkm_ramht_new(device, 0x08000, 0, NULL, &imem->base.ramht);
ret = nvkm_ramht_new(device, 0x08000, 0, NULL, &imem->base.ramht);