Bug 210301
Summary: | *ERROR* IB test failed on gfx (-110) on Ryzen 4750u | ||
---|---|---|---|
Product: | Drivers | Reporter: | ar_registration |
Component: | Video(DRI - non Intel) | Assignee: | drivers_video-dri |
Status: | NEW --- | ||
Severity: | normal | CC: | alexdeucher, me |
Priority: | P1 | ||
Hardware: | Intel | ||
OS: | Linux | ||
Kernel Version: | 5.9.8 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
ar_registration
2020-11-21 22:43:05 UTC
I had same problem. I found that removing iommu_v2 module from kernel solved the problem. Please attach your full dmesg output. Does iommu=pt help? Sounds like perhaps there are sbios bugs around the IOMMU on your platform. Can you try a newer sbios? I think mine could be a different problem but I'll paste the output here anyway in case it help anyone. Mine consistently happen the second time my PC goes into sleep mode (S3). https://pastebin.com/DZ8rZuHq After more log review it seems I had two problems: One related to have two graphics card and that's the one resulting in the "amdgpu_ib_ring_tests" error https://pastebin.com/Eu7PF3en Then after disabling the Dedicated graphics card, I got the error in my previous comment. After removing iommu_v2 I am finally error free. |