Searched refs:nv_device_base (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | gf100.c | 76 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()
|
D | nv50.c | 257 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/ |
D | falcon.c | 123 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()
|
D | xtensa.c | 112 ret = request_firmware(&fw, name, nv_device_base(device)); in _nvkm_xtensa_init()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_sysfs.c | 168 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()
|
D | nouveau_bo.c | 474 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/ |
D | device.h | 73 nv_device_base(struct nvkm_device *device) in nv_device_base() function
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/ |
D | gk20a.c | 149 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/ |
D | base.c | 97 handle = ACPI_HANDLE(nv_device_base(device)); in mxm_shadow_dsm()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
D | base.c | 128 port->adapter.dev.parent = nv_device_base(device); in nvkm_i2c_port_create_()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | gf100.c | 1540 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()
|