diff options
author | Ben Skeggs | 2012-07-13 16:42:14 +1000 |
---|---|---|
committer | Ben Skeggs | 2012-10-03 13:12:50 +1000 |
commit | 5787640db6ae722aeadb394d480c7ca21b603e34 (patch) | |
tree | dff35e7c260c0cb5bf0df016473b795bb56697eb /drivers/gpu/drm/nouveau/nouveau_drv.h | |
parent | af7afbd2e1409168698bde2f2846848b07d05d12 (diff) |
drm/nv04-nv40/instmem: remove use of nouveau_gpuobj_new_fake()
These type of fake objects will not be supported for much longer.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_drv.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_drv.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h index ca88403be3f9..bfca468cbd1b 100644 --- a/drivers/gpu/drm/nouveau/nouveau_drv.h +++ b/drivers/gpu/drm/nouveau/nouveau_drv.h @@ -649,8 +649,6 @@ struct drm_nouveau_private { /* RAMIN configuration, RAMFC, RAMHT and RAMRO offsets */ struct nouveau_ramht *ramht; - struct nouveau_gpuobj *ramfc; - struct nouveau_gpuobj *ramro; uint32_t ramin_rsvd_vram; |