diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2011-02-01 10:39:45 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2011-02-25 06:44:45 +1000 |
commit | 30d81817a2a7eefcf4aa8b703d5f8330451c2648 (patch) | |
tree | 4edea626e3e05ae4df3c4989e170fdba79624315 /drivers/gpu/drm/nouveau/nv50_display.h | |
parent | 59c0f5780f21ef10428bdaccd9999879f38225bc (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.h | 1 |
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 0d9995173a1..97d3ed57fde 100644 --- a/drivers/gpu/drm/nouveau/nv50_display.h +++ b/drivers/gpu/drm/nouveau/nv50_display.h @@ -37,7 +37,6 @@ struct nv50_display { struct nouveau_channel *master; - u32 evo_alloc; struct { struct dcb_entry *dcb; |