diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2010-09-01 01:24:35 -0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2010-09-24 02:23:22 -0400 |
commit | e05c5a317efb03854950a3fcc5c9501bfefc7d68 (patch) | |
tree | 188a3d497848cd383e69734a17e4d76f7939056f /drivers/gpu/drm/nouveau/nouveau_ramht.h | |
parent | fbd2895e45aebdb3d3ea73a3a796cf3bb9c912da (diff) |
drm/nouveau: tidy ram{ht,fc,ro} a bit
Reviewed-by: Francisco Jerez <currojerez@riseup.net>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_ramht.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_ramht.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_ramht.h b/drivers/gpu/drm/nouveau/nouveau_ramht.h index 7076ae4c07a5..f37737a93642 100644 --- a/drivers/gpu/drm/nouveau/nouveau_ramht.h +++ b/drivers/gpu/drm/nouveau/nouveau_ramht.h | |||
@@ -37,6 +37,7 @@ struct nouveau_ramht { | |||
37 | int refcount; | 37 | int refcount; |
38 | struct nouveau_gpuobj *gpuobj; | 38 | struct nouveau_gpuobj *gpuobj; |
39 | struct list_head entries; | 39 | struct list_head entries; |
40 | int bits; | ||
40 | }; | 41 | }; |
41 | 42 | ||
42 | extern int nouveau_ramht_new(struct drm_device *, struct nouveau_gpuobj *, | 43 | extern int nouveau_ramht_new(struct drm_device *, struct nouveau_gpuobj *, |