From 8d7f78ccf8f2079492f3b135f4a374e45942e7fc Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Fri, 20 Nov 2020 09:19:55 +0100 Subject: [PATCH] radv: append a time string to the hang report dump directory Using the PID only isn't really informative. Signed-off-by: Samuel Pitoiset Reviewed-by: Bas Nieuwenhuizen Part-of: --- docs/envvars.rst | 4 ++-- src/amd/vulkan/radv_debug.c | 16 ++++++++++++---- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/docs/envvars.rst b/docs/envvars.rst index e0c73ea4500..b91e682ec16 100644 --- a/docs/envvars.rst +++ b/docs/envvars.rst @@ -557,8 +557,8 @@ RADV driver environment variables Enables DCC,FMASK,CMASK,HTILE in situations where the driver supports it but normally does not deem it beneficial. ``hang`` - enable GPU hangs detection and dump a report to $HOME/radv_dumps_ - if a GPU hang is detected + enable GPU hangs detection and dump a report to + $HOME/radv_dumps__