https://bugs.freedesktop.org/show_bug.cgi?id=98924
Bug ID: 98924 Summary: [AMDGPU][SI] R9 m265x doesn't work with experimental kernel driver Product: DRI Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: DRM/AMDgpu Assignee: dri-devel@lists.freedesktop.org Reporter: cip91sk@gmail.com
Created attachment 128297 --> https://bugs.freedesktop.org/attachment.cgi?id=128297&action=edit dmesg
My laptop has an Intel CPU/iGPU + AMD dGPU I compiled both the current master of 4.9 and drm-next-4.10-wip, I have the same problem, when I try to use the m265x with "DRI_PRIME=1 glxgears" everything freezes for about 5~10 seconds, then glxgears appears but the gears are either frozen or I just get a black window. Then when I try to shutdown it never completely turn off and I have to force the power off I tried both with and without amdgpu.runpm=0 but I get the same behaviour.
https://bugs.freedesktop.org/show_bug.cgi?id=98924
--- Comment #1 from Stefano Cipriani cip91sk@gmail.com --- Created attachment 128298 --> https://bugs.freedesktop.org/attachment.cgi?id=128298&action=edit Xorg log
https://bugs.freedesktop.org/show_bug.cgi?id=98924
Michel Dänzer michel@daenzer.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #128298|text/x-log |text/plain mime type| |
https://bugs.freedesktop.org/show_bug.cgi?id=98924
--- Comment #2 from Stefano Cipriani cip91sk@gmail.com --- Created attachment 129431 --> https://bugs.freedesktop.org/attachment.cgi?id=129431&action=edit dmesg when glxgears runs once
Small update, on drm-next-4.11-wip sometimes glxgears starts correctly the first time, but it freezes on subsequent runs. On dmesg I get:
asynchronous wait on fence amd_sched:gfx:19 timed out
Full dmesg attached
https://bugs.freedesktop.org/show_bug.cgi?id=98924
--- Comment #3 from Jeroen Bollen contact@jeroenbollen.eu --- I can confirm this bug also.
Hardware: 03:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Opal XT [Radeon R7 M265] (rev 81) Subsystem: Hewlett-Packard Company Device 814f Kernel driver in use: amdgpu Kernel modules: radeon, amdgpu
My dmesg error is mildly different though: [ 156.940353] amdgpu 0000:03:00.0: PCIE GART of 1024M enabled (table at 0x0000000000040000). [ 157.159282] [drm] ring test on 0 succeeded in 9 usecs [ 157.161319] [drm] ring test on 1 succeeded in 1 usecs [ 157.161331] [drm] ring test on 2 succeeded in 1 usecs [ 157.161346] [drm] ring test on 3 succeeded in 3 usecs [ 157.161355] [drm] ring test on 4 succeeded in 4 usecs [ 168.384040] asynchronous wait on fence amd_sched:gfx:13 timed out
Also tested with glxgears. Doing so crashes the application into a state it cannot be killed in, and often also takes down the rest of the system by freezing the entire gui.
https://bugs.freedesktop.org/show_bug.cgi?id=98924
Stefano Cipriani cip91sk@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #4 from Stefano Cipriani cip91sk@gmail.com --- The GPU now works with AMDGPU driver on latest linux master. Playing some Rocket League I had a couple of crashes, but the game was just updated so I don't know if it was the kernel. Anyways, marking as fixed as it works now.
dri-devel@lists.freedesktop.org