drm/nouveau: port all engines to new engine module format
[deliverable/linux.git] / drivers / gpu / drm / nouveau / nv50_display.h
index 25c3013917248c53a0ce703f4a20cb707fd20598..ef12a7afac9c7942965a7673ccf4055da243dc45 100644 (file)
@@ -33,7 +33,6 @@
 #include "nouveau_dma.h"
 #include "nouveau_reg.h"
 #include "nouveau_crtc.h"
-#include "nouveau_software.h"
 #include "nv50_evo.h"
 
 struct nv50_display_crtc {
@@ -47,7 +46,10 @@ struct nv50_display_crtc {
 
 struct nv50_display {
        struct nouveau_channel *master;
-       struct nouveau_gpuobj *ntfy;
+
+       struct nouveau_gpuobj *ramin;
+       u32 dmao;
+       u32 hash;
 
        struct nv50_display_crtc crtc[2];
 
This page took 0.024304 seconds and 5 git commands to generate.