summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_drv.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2010-10-19 14:18:06 +1000
committerBen Skeggs <bskeggs@redhat.com>2010-12-03 15:10:54 +1000
commit1e96268aca1bb40f42bdbc9d2293b123b072f1de (patch)
treee17f06ea78f5a38e2a14478872cc67a05be86fa9 /drivers/gpu/drm/nouveau/nouveau_drv.h
parentb7bc613a4cc08d867b43189c2af0bb83b1fa1dc6 (diff)
drm/nv50: initial work to allow multiple evo channels
This doesn't work yet for unknown reasons. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_drv.h')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_drv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h
index d15bfd42726..bf34f25c7a5 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drv.h
+++ b/drivers/gpu/drm/nouveau/nouveau_drv.h
@@ -689,6 +689,7 @@ struct drm_nouveau_private {
struct backlight_device *backlight;
struct nouveau_channel *evo;
+ u32 evo_alloc;
struct {
struct dcb_entry *dcb;
u16 script;