diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2014-08-10 04:10:28 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2014-08-10 05:26:58 +1000 |
commit | d2a4cf0c6958a384d9fc37e314005adecb39581e (patch) | |
tree | 486ecdb11fbf3079058e5412dbc67a4d551cf0b0 /nvif | |
parent | 7fee41368944d37a1caed9dca7fd09e63868a0c4 (diff) |
drm: use ram info from nvif_device
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'nvif')
-rw-r--r-- | nvif/device.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nvif/device.h b/nvif/device.h index b3928765..43180f9f 100644 --- a/nvif/device.h +++ b/nvif/device.h @@ -29,7 +29,6 @@ void nvif_device_ref(struct nvif_device *, struct nvif_device **); /*XXX*/ #include <subdev/bios.h> #include <subdev/fb.h> -#include <subdev/instmem.h> #include <subdev/vm.h> #include <subdev/bar.h> #include <subdev/gpio.h> @@ -41,7 +40,6 @@ void nvif_device_ref(struct nvif_device *, struct nvif_device **); #define nvkm_device(a) nv_device(nvkm_object((a))) #define nvkm_bios(a) nouveau_bios(nvkm_device(a)) #define nvkm_fb(a) nouveau_fb(nvkm_device(a)) -#define nvkm_instmem(a) nouveau_instmem(nvkm_device(a)) #define nvkm_vmmgr(a) nouveau_vmmgr(nvkm_device(a)) #define nvkm_bar(a) nouveau_bar(nvkm_device(a)) #define nvkm_gpio(a) nouveau_gpio(nvkm_device(a)) |