Bug 218549 - [REGRESSION] in 6.7.5, amdgpu: amdgpu_device_ip_resume failed (-62).
Summary: [REGRESSION] in 6.7.5, amdgpu: amdgpu_device_ip_resume failed (-62).
Status: CLOSED ANSWERED
Alias: None
Product: Drivers
Classification: Unclassified
Component: Video(DRI - non Intel) (show other bugs)
Hardware: All Linux
: P3 normal
Assignee: drivers_video-dri
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-02 07:13 UTC by Alexander Goomenyuk
Modified: 2024-03-02 12:36 UTC (History)
0 users

See Also:
Kernel Version: 6.7.5
Subsystem:
Regression: Yes
Bisected commit-id:


Attachments
dmesg 6.7.5, failure (4.28 KB, text/plain)
2024-03-02 07:13 UTC, Alexander Goomenyuk
Details
dmesg 6.7.3, working (8.93 KB, text/plain)
2024-03-02 07:14 UTC, Alexander Goomenyuk
Details
modinfo amdgpu, 6.7.3, working (1.87 KB, text/plain)
2024-03-02 07:14 UTC, Alexander Goomenyuk
Details
modinfo amdgpu, 6.7.5, failure (1.85 KB, text/plain)
2024-03-02 07:15 UTC, Alexander Goomenyuk
Details

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

Note You need to log in before you can comment on or make changes to this bug.