Bug 202263
Summary: | AMDGPU: DRM couldn't schedule ib on ring (-22) | ||
---|---|---|---|
Product: | Drivers | Reporter: | Emre Işık (e.isik27) |
Component: | Video(DRI - non Intel) | Assignee: | drivers_video-dri |
Status: | RESOLVED CODE_FIX | ||
Severity: | high | CC: | alexdeucher, e.isik27 |
Priority: | P1 | ||
Hardware: | Intel | ||
OS: | Linux | ||
Kernel Version: | 4.19.12-1-default | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
dmesg.log
Xorg.0.log possible fix after_patch_dmesg.log |
Description
Emre Işık
2019-01-14 15:17:10 UTC
Please attach your full dmesg output form boot (so it doesn't get lost when the pastebin goes away) and xorg log (if using X). Created attachment 280479 [details]
dmesg.log
Created attachment 280481 [details]
Xorg.0.log
(In reply to Alex Deucher from comment #1) > Please attach your full dmesg output form boot (so it doesn't get lost when > the pastebin goes away) and xorg log (if using X). Okey I uploaded the both log files here. Thanks for the fast reply! I found this line in my dmesg logs:
> [drm:atom_op_jump [amdgpu]] *ERROR* atombios stuck in loop for more than
> 5secs aborting
So I searched and found some threads about TLP and AMDGPU problems.
They told they removed TLP, so I (just for testing) removed TLP from my Laptop system and then the errors are gone.
It worked. But TLP shouldn't be removed because it is responsible about the power managment. Should I just install "tuned" or other TLP-like programs or is this error a kernel issue?
Thanks, again!
Created attachment 280505 [details]
possible fix
Does this patch fix the issue?
Created attachment 280531 [details]
after_patch_dmesg.log
Thanks Alex for your support!
I recompiled the kernel 4.19.12 with the your patch.
And reinstalled TLP & rebooted the system.
When I execute DRI_PRIME=1 glxgears everything works!
glxinfo say's that I am using the AMD GPU.
And dmesg doesn't have any errors anymore.
See attachment.
Thanks for the patch.
Do you gonna commit this patch to the official kernel?
Maybe others have the same error like me.
Thanks, again!
(In reply to Emre Işık from comment #7) > Thanks for the patch. > Do you gonna commit this patch to the official kernel? > Maybe others have the same error like me. Yes, I'll make sure the patches gets upstream and into stable kernels. Thanks for the report and testing. Thank you, too, for writing the patch so quickly. It has been a great pleasure to cooperate with you, Alex Deucher. It's a great thing helping other people's. Which u a nice day! Best regards, Emre Isik |