Module: Mesa
Branch: main
Commit: 700d5c56d110ea87622a0ea8fc6824a928a12104
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=700d5c56d110ea87622a0ea8fc6824a928a12104

Author: Faith Ekstrand <[email protected]>
Date:   Sat Dec  9 10:47:12 2023 -0600

nvk: Make NVK_DEBUG=push an alias for push_dump

This has been bothering me for a while.  I can never remember whether
it's push_dump or dump_push.  Let's just get rid of the confusion.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26617>

---

 src/nouveau/winsys/nouveau_device.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/nouveau/winsys/nouveau_device.c 
b/src/nouveau/winsys/nouveau_device.c
index 9e869f43ae6..255869fd0dd 100644
--- a/src/nouveau/winsys/nouveau_device.c
+++ b/src/nouveau/winsys/nouveau_device.c
@@ -128,6 +128,7 @@ nouveau_ws_device_set_dbg_flags(struct nouveau_ws_device 
*dev)
 {
    const struct debug_control flags[] = {
       { "push_dump", NVK_DEBUG_PUSH_DUMP },
+      { "push", NVK_DEBUG_PUSH_DUMP },
       { "push_sync", NVK_DEBUG_PUSH_SYNC },
       { "zero_memory", NVK_DEBUG_ZERO_MEMORY },
       { "vm", NVK_DEBUG_VM },

Reply via email to