aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_drm.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_drm.h')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_drm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drm.h b/drivers/gpu/drm/nouveau/nouveau_drm.h
index aa89eb938b47..b25df374c901 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drm.h
+++ b/drivers/gpu/drm/nouveau/nouveau_drm.h
@@ -13,6 +13,7 @@
13#define DRIVER_PATCHLEVEL 0 13#define DRIVER_PATCHLEVEL 0
14 14
15#include <core/client.h> 15#include <core/client.h>
16#include <core/event.h>
16 17
17#include <subdev/vm.h> 18#include <subdev/vm.h>
18 19
@@ -112,6 +113,7 @@ struct nouveau_drm {
112 struct nvbios vbios; 113 struct nvbios vbios;
113 struct nouveau_display *display; 114 struct nouveau_display *display;
114 struct backlight_device *backlight; 115 struct backlight_device *backlight;
116 struct nouveau_eventh vblank;
115 117
116 /* power management */ 118 /* power management */
117 struct nouveau_pm *pm; 119 struct nouveau_pm *pm;