summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_debug.h
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2018-05-16 15:52:37 +0200
committerSamuel Pitoiset <[email protected]>2018-05-17 14:14:17 +0200
commitd349d4bd24aef5b76d5ebb999f55416a14b039f1 (patch)
tree9a6f8eb9afd757945594d05c07965bb81b85ca86 /src/amd/vulkan/radv_debug.h
parent56d53ed1d69e4c365d146cf37ebaf712362e4755 (diff)
radv: allow to print GPU info with RADV_DEBUG=info
Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_debug.h')
-rw-r--r--src/amd/vulkan/radv_debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/vulkan/radv_debug.h b/src/amd/vulkan/radv_debug.h
index 9dda9b6b0c2..b6993cee1c8 100644
--- a/src/amd/vulkan/radv_debug.h
+++ b/src/amd/vulkan/radv_debug.h
@@ -45,6 +45,7 @@ enum {
RADV_DEBUG_PREOPTIR = 0x8000,
RADV_DEBUG_NO_DYNAMIC_BOUNDS = 0x10000,
RADV_DEBUG_NO_OUT_OF_ORDER = 0x20000,
+ RADV_DEBUG_INFO = 0x40000,
};
enum {