diff options
author | Samuel Pitoiset <[email protected]> | 2018-03-14 12:02:13 +0100 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2018-03-15 17:19:54 +0100 |
commit | 14c27c251127628b7264ee630f9854762962279b (patch) | |
tree | 9ef1ae3bed62d39a19c282ca67a969caa2a5f470 /src/amd/vulkan/radv_debug.c | |
parent | 5be2757c3506004d9913ad2ea3ad4fbe6af70dce (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.c | 2 |
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; |