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 D | device.h | 80 nv_device_resource_start(struct nvkm_device *device, unsigned int bar);
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
H A D | fbmem.h | 51 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 D | base.c | 56 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 D | nv40.c | 67 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 D | base.c | 204 *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 D | base.c | 108 chan->addr = nv_device_resource_start(device, bar) + nvkm_fifo_channel_create_()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
H A D | nouveau_ttm.c | 402 drm->ttm.mtrr = arch_phys_wc_add(nv_device_resource_start(nvxx_device(&drm->device), 1), nouveau_ttm_init()
|
H A D | nouveau_chan.c | 149 args.start = nv_device_resource_start(nvxx_device(device), 1); nouveau_channel_prep()
|
H A D | nouveau_display.c | 453 dev->mode_config.fb_base = nv_device_resource_start(nvxx_device(&drm->device), 1); nouveau_display_create()
|
H A D | nouveau_bo.c | 1387 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 D | nv50.c | 160 *addr = nv_device_resource_start(nv_device(object), 0) + nv50_disp_chan_map()
|
Completed in 320 milliseconds