Bug 216455
Summary: | PCI AER error caused by LTR enablement on amdgpu with LTR disabled on video card PCIe bridge | ||
---|---|---|---|
Product: | Drivers | Reporter: | Gustaw Smolarczyk (wielkiegie) |
Component: | Video(DRI - non Intel) | Assignee: | drivers_video-dri |
Status: | NEW --- | ||
Severity: | normal | CC: | alexdeucher |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 5.19.6 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
dmesg with pci=earlydump (v5.19.5 + ltr debug patch)
lspci -vvnn on vega10 system LTR Fix |
Description
Gustaw Smolarczyk
2022-09-06 16:43:06 UTC
Created attachment 301754 [details]
lspci -vvnn on vega10 system
Hardware: CPU: Ryzen Threadripper 1950X MB: Asrock X399 Taichi GPU: Radeon Vega 64 [1002:687f] Created attachment 301760 [details]
LTR Fix
Does the attached patch help?
Yes, it does. LTR+ is no longer being enabled with this patch. (In reply to Lijo Lazar from comment #3) > Created attachment 301760 [details] > LTR Fix > > Does the attached patch help? The ASPM code in vi.c and cik.c and si.c should be similarly protected. (In reply to Alex Deucher from comment #5) > (In reply to Lijo Lazar from comment #3) > > Created attachment 301760 [details] > > LTR Fix > > > > Does the attached patch help? > > The ASPM code in vi.c and cik.c and si.c should be similarly protected. Just checked. Actually, LTR settings are not changed in them. (In reply to Lijo Lazar from comment #6) > (In reply to Alex Deucher from comment #5) > > (In reply to Lijo Lazar from comment #3) > > > Created attachment 301760 [details] > > > LTR Fix > > > > > > Does the attached patch help? > > > > The ASPM code in vi.c and cik.c and si.c should be similarly protected. > > Just checked. Actually, LTR settings are not changed in them. Yes, but they do setup ASPM which should be protected with CONFIG_PCIEASPM? |