kernel/drivers/gpu/drm/nouveau/nouveau_fbcon.h
.. .. @@ -31,8 +31,10 @@ 31 31 32 32 #include "nouveau_display.h" 33 33 34 +struct nouveau_vma;35 +34 36 struct nouveau_fbdev { 35 - struct drm_fb_helper helper;37 + struct drm_fb_helper helper; /* must be first */36 38 unsigned int saved_flags; 37 39 struct nvif_object surf2d; 38 40 struct nvif_object clip; .. .. @@ -41,6 +43,7 @@ 41 43 struct nvif_object gdi; 42 44 struct nvif_object blit; 43 45 struct nvif_object twod; 46 + struct nouveau_vma *vma;44 47 45 48 struct mutex hotplug_lock; 46 49 bool hotplug_waiting;