radv: add RADV_DEBUG=noumr to disable UMR logs during GPU hang detection
Sometimes UMR logs can't be dumped and you would get permission denied, even if the UMR binary has the setuid bit enabled. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7706>
This commit is contained in:
@@ -589,6 +589,8 @@ RADV driver environment variables
|
||||
disable out-of-order rasterization
|
||||
``nothreadllvm``
|
||||
disable LLVM threaded compilation
|
||||
``noumr``
|
||||
disable UMR dumps during GPU hang detection (only with RADV_DEBUG=hang)
|
||||
``preoptir``
|
||||
dump LLVM IR before any optimizations
|
||||
``shaders``
|
||||
|
Reference in New Issue
Block a user