summaryrefslogtreecommitdiff
path: root/linux-core
diff options
context:
space:
mode:
authorMaarten Maathuis <madman2003@gmail.com>2008-06-25 15:27:07 +0200
committerMaarten Maathuis <madman2003@gmail.com>2008-06-25 15:27:07 +0200
commit4d85d5d25116304e476849ee64c206ffb3a7f372 (patch)
tree5da1e445685b6460cebc3250a949e0360fd05000 /linux-core
parent09b67dda0bc040860aedce4a2d28bce1c80e56d6 (diff)
NV50: i misunderstood NOUVEAU_MEM_INTERNAL, so remove it
Diffstat (limited to 'linux-core')
-rw-r--r--linux-core/nv50_lut.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/nv50_lut.c b/linux-core/nv50_lut.c
index 5cdf6b5d..7982a926 100644
--- a/linux-core/nv50_lut.c
+++ b/linux-core/nv50_lut.c
@@ -33,7 +33,7 @@ static int nv50_lut_alloc(struct nv50_crtc *crtc)
{
struct mem_block *block;
struct drm_file *file_priv = kzalloc(sizeof(struct drm_file), GFP_KERNEL);
- uint32_t flags = NOUVEAU_MEM_INTERNAL | NOUVEAU_MEM_FB | NOUVEAU_MEM_MAPPED;
+ uint32_t flags = NOUVEAU_MEM_FB | NOUVEAU_MEM_MAPPED;
int rval = 0;
NV50_DEBUG("\n");