Searched refs:nv_device_resource_start (Results 1 - 11 of 11) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Ddevice.h80 nv_device_resource_start(struct nvkm_device *device, unsigned int bar);
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dfbmem.h51 return io_mapping_create_wc(nv_device_resource_start(dev, 1), fbmem_init()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bar/
H A Dbase.c56 barobj->iomem = ioremap(nv_device_resource_start(device, 3) + nvkm_barobj_ctor()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
H A Dnv40.c67 priv->iomem = ioremap(nv_device_resource_start(device, bar), nv40_instmem_ctor()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dbase.c204 *addr = nv_device_resource_start(device, 0); nvkm_devobj_map()
328 mmio_base = nv_device_resource_start(device, 0);
645 nv_device_resource_start(struct nvkm_device *device, unsigned int bar) nv_device_resource_start() function
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dbase.c108 chan->addr = nv_device_resource_start(device, bar) + nvkm_fifo_channel_create_()
/linux-4.1.27/drivers/gpu/drm/nouveau/
H A Dnouveau_ttm.c402 drm->ttm.mtrr = arch_phys_wc_add(nv_device_resource_start(nvxx_device(&drm->device), 1), nouveau_ttm_init()
H A Dnouveau_chan.c149 args.start = nv_device_resource_start(nvxx_device(device), 1); nouveau_channel_prep()
H A Dnouveau_display.c453 dev->mode_config.fb_base = nv_device_resource_start(nvxx_device(&drm->device), 1); nouveau_display_create()
H A Dnouveau_bo.c1387 mem->bus.base = nv_device_resource_start(nvxx_device(&drm->device), 1); nouveau_ttm_io_mem_reserve()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dnv50.c160 *addr = nv_device_resource_start(nv_device(object), 0) + nv50_disp_chan_map()

Completed in 1573 milliseconds