Kernel: amdgpu * AMD-Vi: Event logged [IO_PAGE_FAULT domain=* address=* flags=*] - what to do with this?

Hello,

what to do about following messages that appear upon boot? I have seen the case where it did not appear (maybe because selecting different kernel) and also case where it shows different address (like on images):



AMD-Vi: Even logged [IO_PAGE_FAULT domain=0x0002 address=* flags=0x0020]

lspci
00:01.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe Dummy Host Bridge
lspci|grep -Ei “amd”
inxi -Fazy

By “what to do” i mean for example which website is the right place to report this, i am asking because this shitty system is freezing like daily. I am using only 2 Manjaro stable kernels (rarely 5.10* LTS) and usually 5.15.12-1-MANJARO)
BIOS is up to date.

Some people with amd relatred issues mentioned kernel parameters:
amdgpu.gttsize=8192 amdgpu.lockup_timeout=1000 amdgpu.gpu_recovery=1 amdgpu.noretry=0 amdgpu.ppfeaturemask=0xfffd3fff iommu=pt amdgpu.deep_color=1
someone else tried to remove
amd_iommu=on iommu=pt
and add:
amdgpu.noretry=0
But that is not possibly related and i do not understand it/s implications.

Thank you