Home
last modified time | relevance | path

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

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