Bug 218549

Summary: [REGRESSION] in 6.7.5, amdgpu: amdgpu_device_ip_resume failed (-62).
Product: Drivers Reporter: Alexander Goomenyuk (emerg.reanimator)
Component: Video(DRI - non Intel)Assignee: drivers_video-dri
Status: CLOSED ANSWERED    
Severity: normal    
Priority: P3    
Hardware: All   
OS: Linux   
Kernel Version: 6.7.5 Subsystem:
Regression: Yes Bisected commit-id:
Attachments: dmesg 6.7.5, failure
dmesg 6.7.3, working
modinfo amdgpu, 6.7.3, working
modinfo amdgpu, 6.7.5, failure

Description Alexander Goomenyuk 2024-03-02 07:13:35 UTC
Created attachment 305944 [details]
dmesg 6.7.5, failure

AMDGPU initialisation fails at boot time.
---

This is a regression in 6.7.5 and 6.7.6 comparing to 6.7.3;
---

# dmesg 6.7.3
[  176.620376] amdgpu 0000:06:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  176.626377] amdgpu 0000:06:00.0: amdgpu: RAP: optional rap ta ucode is not available
[  176.626379] amdgpu 0000:06:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  176.626381] amdgpu 0000:06:00.0: amdgpu: SMU is resuming...
[  176.629079] amdgpu 0000:06:00.0: amdgpu: SMU is resumed successfully!


# demsg 6.7.5
[  100.704263] amdgpu 0000:06:00.0: amdgpu: RAS: optional ras ta ucode is not available
[  100.716580] amdgpu 0000:06:00.0: amdgpu: RAP: optional rap ta ucode is not available
[  100.716584] amdgpu 0000:06:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[  100.716589] amdgpu 0000:06:00.0: amdgpu: SMU is resuming...
[  104.056259] amdgpu 0000:06:00.0: amdgpu: SMU: I'm not done with your previous command: SMN_C2PMSG_66:0x00000006 SMN_C2PMSG_82:0x00000000
[  104.056263] amdgpu 0000:06:00.0: amdgpu: Failed to enable requested dpm features!
[  104.056264] amdgpu 0000:06:00.0: amdgpu: Failed to setup smc hw!
[  104.056265] [drm:amdgpu_device_ip_resume_phase2 [amdgpu]] *ERROR* resume of IP block <smu> failed -62
[  104.056623] amdgpu 0000:06:00.0: amdgpu: amdgpu_device_ip_resume failed (-62).
Comment 1 Alexander Goomenyuk 2024-03-02 07:14:11 UTC
Created attachment 305945 [details]
dmesg 6.7.3, working
Comment 2 Alexander Goomenyuk 2024-03-02 07:14:40 UTC
Created attachment 305946 [details]
modinfo amdgpu, 6.7.3, working
Comment 3 Alexander Goomenyuk 2024-03-02 07:15:01 UTC
Created attachment 305947 [details]
modinfo amdgpu, 6.7.5, failure
Comment 4 Artem S. Tashkinov 2024-03-02 09:27:54 UTC
amdgpu bug tracker is here: https://gitlab.freedesktop.org/drm/amd/-/issues

Please post there.
Comment 5 Alexander Goomenyuk 2024-03-02 12:36:05 UTC
@Artem S. Tashkinov 
Thanks for quick response!

Just for sake of completeness, here is the link to corresponding issue:
https://gitlab.freedesktop.org/drm/amd/-/issues/3230