radeonsi: add a debug flag to zero vram allocations
[mesa.git] / src / gallium / drivers / radeonsi / si_pipe.c
index 1e7c9916a8f39600577b74b6f4bf599ed71c0171..8f16b2bf8e69af28d7aaff7e9f886a07479df494 100644 (file)
@@ -82,6 +82,7 @@ static const struct debug_named_value debug_options[] = {
        { "nowc", DBG(NO_WC), "Disable GTT write combining" },
        { "check_vm", DBG(CHECK_VM), "Check VM faults and dump debug info." },
        { "reserve_vmid", DBG(RESERVE_VMID), "Force VMID reservation per context." },
+       { "zerovram", DBG(ZERO_VRAM), "Clear VRAM allocations." },
 
        /* 3D engine options: */
        { "switch_on_eop", DBG(SWITCH_ON_EOP), "Program WD/IA to switch on end-of-packet." },