diff options
| author | Konstantin Seurer <konstantin.seurer@gmail.com> | 2024-05-15 09:04:31 +0200 |
|---|---|---|
| committer | Marge Bot <emma+marge@anholt.net> | 2024-05-16 09:47:53 +0000 |
| commit | 99a65117750bf029b5fce9a67ac491022de9ecfb (patch) | |
| tree | fdac974f42030b4c18b183dbc7639cadc911fb49 | |
| parent | 586bca76dd031c1abef718831aa9a77b00a5d0c6 (diff) | |
gitlab: Reference hang debugging documenttion
It should help the user with setting up UMR, which adds a lot of useful
information to the hang report.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29213>
| -rw-r--r-- | .gitlab/issue_templates/Bug Report - AMD Radeon Vulkan.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/issue_templates/Bug Report - AMD Radeon Vulkan.md b/.gitlab/issue_templates/Bug Report - AMD Radeon Vulkan.md index 98251fb8569..6cc69a4fac1 100644 --- a/.gitlab/issue_templates/Bug Report - AMD Radeon Vulkan.md +++ b/.gitlab/issue_templates/Bug Report - AMD Radeon Vulkan.md @@ -30,7 +30,7 @@ For rendering errors, attach screenshots of the problem and (if possible) of how - Backtrace (for crashes) - Output of `dmesg` -- Hang reports: Run with `RADV_DEBUG=hang` and attach the files created in `$HOME/radv_dumps_*/` +- Hang reports: Follow the steps described [here](https://docs.mesa3d.org/drivers/amd/hang-debugging.html#radv-debug-hang) and attach the files created in `$HOME/radv_dumps_*/`. ### Steps to reproduce |