Recently I have replaced my older graphics card with RX 6800 XT. It works out of the box.
I have enabled ppa:oibaf/graphics-drivers
repository and updated and upgraded packages.
I am using this kernel:
uname -r
5.13.12-051312-lowlatency
I am using amdgpu
driver.
lsb_release -r
Release: 21.04
sudo lshw -c display
*-display
description: VGA compatible controller
product: Navi 21 [Radeon RX 6800/6800 XT / 6900 XT]
vendor: Advanced Micro Devices, Inc. [AMD/ATI]
physical id: 0
bus info: pci@0000:03:00.0
version: c1
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
configuration: driver=amdgpu latency=0
resources: irq:174 memory:a0000000-afffffff memory:b0000000-b01fffff ioport:4000(size=256) memory:99100000-991fffff memory:c0000-dffff
I am using direct rendering
.
glxinfo -B | grep -i 'direct'
direct rendering: Yes
Hardware video acceleration works perfectly.
Chrome-based browsers show that gpu works perfectly also.
Yet sometimes in the journal logs I see lots of messages like the following:
Aug 20 12:38:03 dagon kernel: amdgpu 0000:03:00.0: amdgpu: Failed to enable gfxoff!
Aug 20 12:38:03 dagon kernel: amdgpu 0000:03:00.0: amdgpu: Msg issuing pre-check failed and SMU may be not in the right state!
Aug 20 12:38:03 dagon kernel: amdgpu 0000:03:00.0: amdgpu: Failed to export SMU metrics table!
Aug 20 12:38:03 dagon kernel: amdgpu 0000:03:00.0: amdgpu: Msg issuing pre-check failed and SMU may be not in the right state!
Aug 20 12:38:03 dagon kernel: amdgpu 0000:03:00.0: amdgpu: Failed to export SMU metrics table!
Aug 20 12:38:03 dagon kernel: amdgpu 0000:03:00.0: amdgpu: Msg issuing pre-check failed and SMU may be not in the right state!
Aug 20 12:38:03 dagon kernel: amdgpu 0000:03:00.0: amdgpu: Failed to export SMU metrics table!
Aug 20 12:38:03 dagon kernel: amdgpu 0000:03:00.0: amdgpu: Msg issuing pre-check failed and SMU may be not in the right state!
Aug 20 12:38:03 dagon kernel: amdgpu 0000:03:00.0: amdgpu: Failed to export SMU metrics table!
Aug 20 12:38:03 dagon kernel: amdgpu 0000:03:00.0: amdgpu: Msg issuing pre-check failed and SMU may be not in the right state!
Aug 20 12:38:03 dagon kernel: amdgpu 0000:03:00.0: amdgpu: Failed to export SMU metrics table!
Aug 20 12:38:03 dagon kernel: amdgpu 0000:03:00.0: amdgpu: Msg issuing pre-check failed and SMU may be not in the right state!
Aug 20 12:38:03 dagon kernel: amdgpu 0000:03:00.0: amdgpu: Failed to export SMU metrics table!
Aug 20 12:38:03 dagon kernel: amdgpu 0000:03:00.0: amdgpu: Msg issuing pre-check failed and SMU may be not in the right state!
Aug 20 12:38:03 dagon kernel: amdgpu 0000:03:00.0: amdgpu: Failed to export SMU metrics table!
Aug 20 12:38:03 dagon kernel: amdgpu 0000:03:00.0: amdgpu: Msg issuing pre-check failed and SMU may be not in the right state!
Aug 20 12:38:03 dagon kernel: amdgpu 0000:03:00.0: amdgpu: Failed to export SMU metrics table!
Aug 20 12:38:03 dagon kernel: amdgpu 0000:03:00.0: amdgpu: Msg issuing pre-check failed and SMU may be not in the right state!
Aug 20 12:38:03 dagon kernel: amdgpu 0000:03:00.0: amdgpu: Failed to export SMU metrics table!
Aug 20 12:38:03 dagon kernel: amdgpu 0000:03:00.0: amdgpu: Msg issuing pre-check failed and SMU may be not in the right state!
Aug 20 12:38:03 dagon kernel: amdgpu 0000:03:00.0: amdgpu: Failed to export SMU metrics table!
Questions:
- What exactly do these messages mean?
- Should I be worried?
- What should I change/update to fix these?