aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan/radv_debug.c
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2018-03-14 12:02:13 +0100
committerSamuel Pitoiset <[email protected]>2018-03-15 17:19:54 +0100
commit14c27c251127628b7264ee630f9854762962279b (patch)
tree9ef1ae3bed62d39a19c282ca67a969caa2a5f470 /src/amd/vulkan/radv_debug.c
parent5be2757c3506004d9913ad2ea3ad4fbe6af70dce (diff)
radv: print some information when RADV_TRACE_FILE is set
Just to be sure all options are enabled when trying to generate a hang report. Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_debug.c')
-rw-r--r--src/amd/vulkan/radv_debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amd/vulkan/radv_debug.c b/src/amd/vulkan/radv_debug.c
index f3b79004f69..ce582312c5e 100644
--- a/src/amd/vulkan/radv_debug.c
+++ b/src/amd/vulkan/radv_debug.c
@@ -593,7 +593,7 @@ radv_dump_dmesg(FILE *f)
pclose(p);
}
-static void
+void
radv_dump_enabled_options(struct radv_device *device, FILE *f)
{
uint64_t mask;