aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_mm.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2011-01-14 15:46:30 +1000
committerBen Skeggs <bskeggs@redhat.com>2011-01-17 11:28:54 +1000
commit8b464bfed674fc25d39d8a686010ebe509c8f62a (patch)
tree6c518cb466d186473af95b3ed6b7fe2756b960c4 /drivers/gpu/drm/nouveau/nouveau_mm.h
parentdrm/nvc0: enable protection of system-use-only structures in vm (diff)
downloadlinux-dev-8b464bfed674fc25d39d8a686010ebe509c8f62a.tar.xz
linux-dev-8b464bfed674fc25d39d8a686010ebe509c8f62a.zip
drm/nouveau: greatly simplify mm, killing some bugs in the process
Reviewed-by: Francisco Jerez <currojerez@riseup.net> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to '')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_mm.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_mm.h b/drivers/gpu/drm/nouveau/nouveau_mm.h
index af3844933036..798eaf39691c 100644
--- a/drivers/gpu/drm/nouveau/nouveau_mm.h
+++ b/drivers/gpu/drm/nouveau/nouveau_mm.h
@@ -30,9 +30,7 @@ struct nouveau_mm_node {
struct list_head fl_entry;
struct list_head rl_entry;
- bool free;
- int type;
-
+ u8 type;
u32 offset;
u32 length;
};