aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_drv.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_drv.h')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_drv.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h
index 2e3d7fb4912..da426b95cc8 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drv.h
+++ b/drivers/gpu/drm/nouveau/nouveau_drv.h
@@ -387,6 +387,7 @@ struct nouveau_pgraph_engine {
387}; 387};
388 388
389struct nouveau_display_engine { 389struct nouveau_display_engine {
390 void *priv;
390 int (*early_init)(struct drm_device *); 391 int (*early_init)(struct drm_device *);
391 void (*late_takedown)(struct drm_device *); 392 void (*late_takedown)(struct drm_device *);
392 int (*create)(struct drm_device *); 393 int (*create)(struct drm_device *);
@@ -747,14 +748,6 @@ struct drm_nouveau_private {
747 748
748 struct backlight_device *backlight; 749 struct backlight_device *backlight;
749 750
750 struct nouveau_channel *evo;
751 u32 evo_alloc;
752 struct {
753 struct dcb_entry *dcb;
754 u16 script;
755 u32 pclk;
756 } evo_irq;
757
758 struct { 751 struct {
759 struct dentry *channel_root; 752 struct dentry *channel_root;
760 } debugfs; 753 } debugfs;