summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/priv.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2017-10-31 20:56:19 +0300
committerBen Skeggs <bskeggs@redhat.com>2017-11-02 06:32:19 +0300
commit71370e620a97fe98daebea86c6ae3775cf0f4fc8 (patch)
tree02a7c5bef58ccf2dfd116e07016dc6656a217273 /drivers/gpu/drm/nouveau/nvkm/subdev/instmem/priv.h
parent03edf1b31a091254e95793a688abf02b96cfdd85 (diff)
downloadlinux-71370e620a97fe98daebea86c6ae3775cf0f4fc8.tar.xz
drm/nouveau/imem: remove now-unused wrapper for backend objects
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvkm/subdev/instmem/priv.h')
-rw-r--r--drivers/gpu/drm/nouveau/nvkm/subdev/instmem/priv.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/priv.h b/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/priv.h
index e0c7f13cfd08..e7515d96b31f 100644
--- a/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/priv.h
+++ b/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/priv.h
@@ -11,7 +11,6 @@ struct nvkm_instmem_func {
void (*wr32)(struct nvkm_instmem *, u32 addr, u32 data);
int (*memory_new)(struct nvkm_instmem *, u32 size, u32 align,
bool zero, struct nvkm_memory **);
- bool persistent;
bool zero;
};
@@ -22,11 +21,8 @@ void nvkm_instmem_ctor(const struct nvkm_instmem_func *, struct nvkm_device *,
struct nvkm_instobj {
struct nvkm_memory memory;
- struct nvkm_memory *parent;
- struct nvkm_instmem *imem;
struct list_head head;
u32 *suspend;
- void __iomem *map;
};
void nvkm_instobj_ctor(const struct nvkm_memory_func *func,