drm/nouveau/nvif: add support for object-level debug output
[linux-2.6-microblaze.git] / drivers / gpu / drm / nouveau / nouveau_drv.h
index 2a65197..30c0bb5 100644 (file)
@@ -132,8 +132,10 @@ nouveau_cli(struct drm_file *fpriv)
 }
 
 #include <nvif/object.h>
+#include <nvif/parent.h>
 
 struct nouveau_drm {
+       struct nvif_parent parent;
        struct nouveau_cli master;
        struct nouveau_cli client;
        struct drm_device *dev;