Bug 216840
Summary: | AMDGPU trace message at boot | ||
---|---|---|---|
Product: | Drivers | Reporter: | Salvador Pérez (carlosalvatore) |
Component: | Video(DRI - non Intel) | Assignee: | drivers_video-dri |
Status: | RESOLVED ANSWERED | ||
Severity: | low | CC: | alexdeucher |
Priority: | P1 | ||
Hardware: | AMD | ||
OS: | Linux | ||
Kernel Version: | 6.1.0 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Salvador Pérez
2022-12-23 22:02:35 UTC
Please look for dupes and if there are none file a new bug report here, https://gitlab.freedesktop.org/drm/amd/-/issues Thanks! The trace is related to this option: amdgpu.vm_update_mode=3 You should remove that. In fact the following parameters shouldn't be needed: amdgpu.vm_update_mode=3 - this should only be used for debugging GPUVM related problems. amdgpu.dpm=1 - this is the default amdgpu.dc=1 - Does removing this fix the display issues with HDMI? amd_iommu=on iommu=pt - IOMMU is enabled by default on most distros IIRC. video=DisplayPort-0:edid/1204x800.bin - You shouldn't need this if the displays are detected correctly. Does removing amdgpu.dc=1 fix this? Hi, Alex, I am afraid that not setting amdgpu.vm_update_mode=3 is not an option. If I try to play Cities Skylines (linux native version), the game goes 1 fps and the system is extremely sluggish. I need to switch to vt1 in order to regain control and be able to reboot. As far as I know, amdgpu.dpm=-1 (auto) is the default. However, I don't remember why I set to 1 manually, I have to test. HDMI port seems to be dead (or disabled), I cannot even see the BIOS screen, so it is not a kernel issue. Regards. -- CarloSalvatore (In reply to Salvador Pérez from comment #3) > Hi, Alex, > > I am afraid that not setting amdgpu.vm_update_mode=3 is not an option. If I > try to play Cities Skylines (linux native version), the game goes 1 fps and > the system is extremely sluggish. I need to switch to vt1 in order to regain > control and be able to reboot. In that case you likely have larger problems. You should try and figure out what's going on there. As Artem suggested, open a bug at https://gitlab.freedesktop.org/drm/amd/-/issues so we can figure out why GPU page table updates are not working correctly. |