Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dgf100.c76 dma_unmap_page(nv_device_base(device), priv->r100c10, PAGE_SIZE, in gf100_fb_dtor()
100 priv->r100c10 = dma_map_page(nv_device_base(device), in gf100_fb_ctor()
103 if (dma_mapping_error(nv_device_base(device), priv->r100c10)) in gf100_fb_ctor()
Dnv50.c257 priv->r100c08 = dma_map_page(nv_device_base(device), in nv50_fb_ctor()
260 if (dma_mapping_error(nv_device_base(device), priv->r100c08)) in nv50_fb_ctor()
277 dma_unmap_page(nv_device_base(device), priv->r100c08, PAGE_SIZE, in nv50_fb_dtor()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/
Dfalcon.c123 ret = request_firmware(&fw, name, nv_device_base(device)); in _nvkm_falcon_init()
142 ret = request_firmware(&fw, name, nv_device_base(device)); in _nvkm_falcon_init()
157 ret = request_firmware(&fw, name, nv_device_base(device)); in _nvkm_falcon_init()
Dxtensa.c112 ret = request_firmware(&fw, name, nv_device_base(device)); in _nvkm_xtensa_init()
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_sysfs.c168 device_remove_file(nv_device_base(nvxx_device(device)), &dev_attr_pstate); in nouveau_sysfs_fini()
195 device_create_file(nv_device_base(nvxx_device(device)), &dev_attr_pstate); in nouveau_sysfs_init()
Dnouveau_bo.c474 dma_sync_single_for_device(nv_device_base(device), in nouveau_bo_sync_for_device()
494 dma_sync_single_for_cpu(nv_device_base(device), in nouveau_bo_sync_for_cpu()
1491 pdev = nv_device_base(device); in nouveau_ttm_tt_populate()
1556 pdev = nv_device_base(device); in nouveau_ttm_tt_unpopulate()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/
Ddevice.h73 nv_device_base(struct nvkm_device *device) in nv_device_base() function
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
Dgk20a.c149 struct device *dev = nv_device_base(nv_device(priv)); in gk20a_instobj_dtor_dma()
209 struct device *dev = nv_device_base(nv_device(parent)); in gk20a_instobj_ctor_dma()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
Dbase.c97 handle = ACPI_HANDLE(nv_device_base(device)); in mxm_shadow_dsm()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
Dbase.c128 port->adapter.dev.parent = nv_device_base(device); in nvkm_i2c_port_create_()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dgf100.c1540 ret = request_firmware(&fw, f, nv_device_base(device)); in gf100_gr_ctor_fw()
1543 ret = request_firmware(&fw, f, nv_device_base(device)); in gf100_gr_ctor_fw()