amdgpu secure display failure

pakyrs

Active Member
Jan 12, 2020
22
0
41
45
Checking errors on journalctl I can see these amdgpu related errors, not sure if the fix is to install firmware-amd-graphics but that will wipe pve stuff. Thoughts?

Bash:
journalctl -k -p 4 -b | grep amdgpu
Oct 22 15:29:37 nibbler kernel: amdgpu 0000:03:00.0: amdgpu: psp gfx command LOAD_TA(0x1) failed and response status is (0x7)
Oct 22 15:29:37 nibbler kernel: amdgpu 0000:03:00.0: amdgpu: psp gfx command INVOKE_CMD(0x3) failed and response status is (0x4)
Oct 22 15:29:37 nibbler kernel: amdgpu 0000:03:00.0: amdgpu: Secure display: Generic Failure.
Oct 22 15:29:37 nibbler kernel: amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: query securedisplay TA failed. ret 0x0

> apt install firmware-amd-graphics
Installing:
  firmware-amd-graphics

REMOVING:
  proxmox-default-kernel  proxmox-kernel-6.14  proxmox-ve  pve-firmware
 
I think pve-firmware package has the amdgpu firmware. Apparently you already have that? Maybe someone will know more if you tell us what GPU you have.

I get an error about not having secure display microcode, but everything seems to work (and it is a different error from yours). My machine is a Ryzen AI Max+ 395 with Radeon 8060S.
 
The error I get is below. I run PVE 9 with kernel 6.14.11-3.

Code:
: amdgpu 0000:c2:00.0: amdgpu: RAS: optional ras ta ucode is not available
: amdgpu 0000:c2:00.0: amdgpu: RAP: optional rap ta ucode is not available
: amdgpu 0000:c2:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
: amdgpu 0000:c2:00.0: amdgpu: SMU is initialized successfully!
 
Sure,

AMD Ryzen 7 5700U with Radeon Graphics

Installed pve-firmware 3.17-2

Everything works fine, just the error annoys me as it's the only one, tried to suppress with
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet amd_iommu=on amdgpu.psp_support=0 amdgpu.securedisplay=0"

Doesn't seem to be doing anything