novueau: document debug flags
authorKarol Herbst <kherbst@redhat.com>
Wed, 5 May 2021 12:05:52 +0000 (14:05 +0200)
committerKarol Herbst <kherbst@redhat.com>
Thu, 6 May 2021 17:41:14 +0000 (19:41 +0200)
Signed-off-by: Karol Herbst <kherbst@redhat.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
nouveau/private.h

index 55fe57d..dcc23d1 100644 (file)
 
 #include "nouveau.h"
 
+/*
+ * 0x00000001 dump all pushbuffers
+ * 0x80000000 if compiled with SIMULATE return -EINVAL for all pb submissions
+ */
 drm_private extern uint32_t nouveau_debug;
 drm_private extern FILE *nouveau_out;
 #define dbg_on(lvl) (nouveau_debug & (1 << lvl))