diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_fbcon.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_fbcon.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_fbcon.h b/drivers/gpu/drm/nouveau/nouveau_fbcon.h index 6d857e2869c9..34658cfa8f5d 100644 --- a/drivers/gpu/drm/nouveau/nouveau_fbcon.h +++ b/drivers/gpu/drm/nouveau/nouveau_fbcon.h | |||
@@ -37,6 +37,13 @@ struct nouveau_fbdev { | |||
37 | struct list_head fbdev_list; | 37 | struct list_head fbdev_list; |
38 | struct drm_device *dev; | 38 | struct drm_device *dev; |
39 | unsigned int saved_flags; | 39 | unsigned int saved_flags; |
40 | struct nvif_object surf2d; | ||
41 | struct nvif_object clip; | ||
42 | struct nvif_object rop; | ||
43 | struct nvif_object patt; | ||
44 | struct nvif_object gdi; | ||
45 | struct nvif_object blit; | ||
46 | struct nvif_object twod; | ||
40 | }; | 47 | }; |
41 | 48 | ||
42 | void nouveau_fbcon_restore(void); | 49 | void nouveau_fbcon_restore(void); |