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/ |
D | fbmem.h | 51 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/ |
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/instmem/ |
D | nv40.c | 67 priv->iomem = ioremap(nv_device_resource_start(device, bar), in nv40_instmem_ctor()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bar/ |
D | base.c | 56 barobj->iomem = ioremap(nv_device_resource_start(device, 3) + in nvkm_barobj_ctor()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
D | base.c | 204 *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/ |
D | base.c | 108 chan->addr = nv_device_resource_start(device, bar) + in nvkm_fifo_channel_create_()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_ttm.c | 402 drm->ttm.mtrr = arch_phys_wc_add(nv_device_resource_start(nvxx_device(&drm->device), 1), in nouveau_ttm_init()
|
D | nouveau_chan.c | 149 args.start = nv_device_resource_start(nvxx_device(device), 1); in nouveau_channel_prep()
|
D | nouveau_display.c | 453 dev->mode_config.fb_base = nv_device_resource_start(nvxx_device(&drm->device), 1); in nouveau_display_create()
|
D | nouveau_bo.c | 1387 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/ |
D | nv50.c | 160 *addr = nv_device_resource_start(nv_device(object), 0) + in nv50_disp_chan_map()
|