summaryrefslogtreecommitdiff
path: root/drm/nouveau/nvkm/subdev/devinit/fbmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'drm/nouveau/nvkm/subdev/devinit/fbmem.h')
-rw-r--r--drm/nouveau/nvkm/subdev/devinit/fbmem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drm/nouveau/nvkm/subdev/devinit/fbmem.h b/drm/nouveau/nvkm/subdev/devinit/fbmem.h
index 4e484c40b..6c5bbff12 100644
--- a/drm/nouveau/nvkm/subdev/devinit/fbmem.h
+++ b/drm/nouveau/nvkm/subdev/devinit/fbmem.h
@@ -47,8 +47,8 @@
static inline struct io_mapping *
fbmem_init(struct nvkm_device *dev)
{
- return io_mapping_create_wc(nv_device_resource_start(dev, 1),
- nv_device_resource_len(dev, 1));
+ return io_mapping_create_wc(dev->func->resource_addr(dev, 1),
+ dev->func->resource_size(dev, 1));
}
static inline void