drm/nouveau/nvif: add support for object-level debug output
[linux-2.6-microblaze.git] / drivers / gpu / drm / nouveau / include / nvif / object.h
index f3e20d0..a39d2bf 100644 (file)
@@ -10,6 +10,7 @@ struct nvif_sclass {
 };
 
 struct nvif_object {
+       struct nvif_parent *parent;
        struct nvif_client *client;
        const char *name;
        u32 handle;