aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nv50_display.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2011-01-31 19:39:45 -0500
committerBen Skeggs <bskeggs@redhat.com>2011-02-24 15:44:45 -0500
commit30d81817a2a7eefcf4aa8b703d5f8330451c2648 (patch)
tree4edea626e3e05ae4df3c4989e170fdba79624315 /drivers/gpu/drm/nouveau/nv50_display.h
parent59c0f5780f21ef10428bdaccd9999879f38225bc (diff)
drm/nv50-nvc0: disp channels have fixed purposes, don't "allocate" them
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nv50_display.h')
-rw-r--r--drivers/gpu/drm/nouveau/nv50_display.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nv50_display.h b/drivers/gpu/drm/nouveau/nv50_display.h
index 0d9995173a10..97d3ed57fdef 100644
--- a/drivers/gpu/drm/nouveau/nv50_display.h
+++ b/drivers/gpu/drm/nouveau/nv50_display.h
@@ -37,7 +37,6 @@
37 37
38struct nv50_display { 38struct nv50_display {
39 struct nouveau_channel *master; 39 struct nouveau_channel *master;
40 u32 evo_alloc;
41 40
42 struct { 41 struct {
43 struct dcb_entry *dcb; 42 struct dcb_entry *dcb;