nouveau: add ioctl wrapper to check for dead channels
[platform/upstream/libdrm.git] / nouveau / nouveau.h
index 335ce77..0c632fe 100644 (file)
@@ -273,4 +273,8 @@ struct nv04_notify {
        uint32_t offset;
        uint32_t length;
 };
+
+bool
+nouveau_check_dead_channel(struct nouveau_drm *, struct nouveau_object *chan);
+
 #endif