ubuntu:gpu:troubleshooting:error_ring_gfx_0.0.0_timeout
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu:gpu:troubleshooting:error_ring_gfx_0.0.0_timeout [2023/06/05 13:10] – peter | ubuntu:gpu:troubleshooting:error_ring_gfx_0.0.0_timeout [2023/06/05 13:22] (current) – peter | ||
---|---|---|---|
Line 24: | Line 24: | ||
Use the **amdgpu.ppfeaturemask** parameter to narrow down which power feature is causing problems. | Use the **amdgpu.ppfeaturemask** parameter to narrow down which power feature is causing problems. | ||
- | * The bits in that parameter are defined by the PP_FEATURE_MASK enum here: https:// | + | * The bits in that parameter are defined by the **PP_FEATURE_MASK** enum here: https:// |
<code bash> | <code bash> | ||
Line 89: | Line 89: | ||
---- | ---- | ||
- | Try adding the following to the kernel boot parameters: | + | ==== Change Kernel Boot Parameters ==== |
- | <code> | + | Try adding the **amdgpu.ppfeaturemask** to the kernel boot parameters, **/ |
- | amdgpu.ppfeaturemask=0xfffd3fff | + | |
+ | <file bash / | ||
+ | GRUB_CMDLINE_LINUX_DEFAULT=" | ||
+ | </ | ||
+ | |||
+ | and update Grub | ||
+ | |||
+ | <code bash> | ||
+ | sudo update-grub | ||
</ | </ | ||
- | And check if the fault happens again. | + | Then reboot, and check if the fault happens again. |
- | It may be that the fault is caused by one or more of those features: | + | <WRAP info> |
+ | **NOTE: | ||
< | < | ||
Line 104: | Line 113: | ||
PP_STUTTER_MODE = 0x20000, | PP_STUTTER_MODE = 0x20000, | ||
</ | </ | ||
+ | |||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Use Mesa Environment Parameters to identify the cause ===== | ||
+ | |||
+ | Add **RADV_DEBUG=hang** to the **/ | ||
+ | |||
+ | This dumps a report to $HOME/ | ||
+ | |||
+ | Report the error to the Mesa Team. | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | </ | ||
---- | ---- | ||
Line 110: | Line 135: | ||
https:// | https:// | ||
+ | |||
+ | https:// | ||
ubuntu/gpu/troubleshooting/error_ring_gfx_0.0.0_timeout.1685970604.txt.gz · Last modified: 2023/06/05 13:10 by peter