From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 105833] RX Vega 56 hangs immediately after start gdm Date: Sat, 31 Mar 2018 13:36:26 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0239884342==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 6D3416E3BE for ; Sat, 31 Mar 2018 13:36:26 +0000 (UTC) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0239884342== Content-Type: multipart/alternative; boundary="15225033860.b0873E29.27465" Content-Transfer-Encoding: 7bit --15225033860.b0873E29.27465 Date: Sat, 31 Mar 2018 13:36:26 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D105833 Bug ID: 105833 Summary: RX Vega 56 hangs immediately after start gdm Product: DRI Version: XOrg git Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: DRM/AMDgpu Assignee: dri-devel@lists.freedesktop.org Reporter: mikhail.v.gavrilov@gmail.com Created attachment 138461 --> https://bugs.freedesktop.org/attachment.cgi?id=3D138461&action=3Dedit dmesg RX Vega 56 hangs immediately after start gdm kernel: 4.16.0-rc7-git7b225300c716 mesa: 18.1.0-0.11.git6179a87 llvm: 7.0.0-0.1.r326462 Demonstration: https://youtu.be/uvsg36d9tZk [ 23.005522] [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout, last signaled seq=3D1, last emitted seq=3D5 [ 23.005645] [drm] GPU recovery disabled. [ 82.427656] sysrq: SysRq : Show Blocked State [ 82.427950] task PC stack pid father [ 121.856551] sysrq: SysRq : Show Blocked State [ 121.856576] task PC stack pid father [ 257.886375] sysrq: SysRq : Show Blocked State [ 257.886399] task PC stack pid father This is very similar to previous bugs: [1] https://bugs.freedesktop.org/show_bug.cgi?id=3D105317 [2] https://bugs.freedesktop.org/show_bug.cgi?id=3D104001 but not needed make any action for hung occurs. It happens immediately after start graphic mode in Linux. 1. install Fedora 27. https://download.fedoraproject.org/pub/fedora/linux/releases/27/Workstation= /x86_64/iso/Fedora-Workstation-Live-x86_64-27-1.6.iso 2. install latest MESA and LLVM https://copr.fedorainfracloud.org/coprs/che/mesa/ 3. build and install staging kernel with latest amdgpu driver $ git clone git://people.freedesktop.org/~agd5f/linux --branch drm-next-4.17-wip $ cd linux $ make clean && make bzImage && make modules # make modules_install && make install Reproducing issue: 1. Try to boot computer with the newly builded kernel. Symptoms: 1. The system stop to respod. 2. All the LEDs on the video card showing the load start to glow. 3. The turbine on the video card starts to make a lot of noise. In dmesg appears follow lines: [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout, last signaled seq=3D1, last emitted seq=3D5 [drm] GPU recovery disabled. --=20 You are receiving this mail because: You are the assignee for the bug.= --15225033860.b0873E29.27465 Date: Sat, 31 Mar 2018 13:36:26 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated
Bug ID 105833
Summary RX Vega 56 hangs immediately after start gdm
Product DRI
Version XOrg git
Hardware Other
OS All
Status NEW
Severity normal
Priority medium
Component DRM/AMDgpu
Assignee dri-devel@lists.freedesktop.org
Reporter mikhail.v.gavrilov@gmail.com

Created attachment 138461 [details]<=
/span>
dmesg

RX Vega 56 hangs immediately after start gdm

kernel: 4.16.0-rc7-git7b225300c716
mesa: 18.1.0-0.11.git6179a87
llvm: 7.0.0-0.1.r326462

Demonstration: https://youtu.be/uv=
sg36d9tZk

[   23.005522] [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout,
last signaled seq=3D1, last emitted seq=3D5
[   23.005645] [drm] GPU recovery disabled.
[   82.427656] sysrq: SysRq : Show Blocked State
[   82.427950]   task                        PC stack   pid father
[  121.856551] sysrq: SysRq : Show Blocked State
[  121.856576]   task                        PC stack   pid father
[  257.886375] sysrq: SysRq : Show Blocked State
[  257.886399]   task                        PC stack   pid father

This is very similar to previous bugs:
[1] https://bugs.freedesktop.org/show_bug.=
cgi?id=3D105317
[2] https://bugs.freedesktop.org/show_bug.=
cgi?id=3D104001
but not needed make any action for hung occurs. It happens immediately after
start  graphic mode in Linux.


1. install Fedora 27.
https://d=
ownload.fedoraproject.org/pub/fedora/linux/releases/27/Workstation/x86_64/i=
so/Fedora-Workstation-Live-x86_64-27-1.6.iso
2. install latest MESA and LLVM
https://copr.=
fedorainfracloud.org/coprs/che/mesa/
3. build and install staging kernel with latest amdgpu driver
$ git clone git://people.freedesktop.org/~agd5f/linux --branch
drm-next-4.17-wip
$ cd linux
$ make clean && make bzImage && make modules
# make modules_install && make install

Reproducing issue:
1. Try to boot computer with the newly builded kernel.

Symptoms:
1. The system stop to respod.
2. All the LEDs on the video card showing the load start to glow.
3. The turbine on the video card starts to make a lot of noise.

In dmesg appears follow lines:
[drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx timeout, last signaled
seq=3D1, last emitted seq=3D5
[drm] GPU recovery disabled.


You are receiving this mail because:
  • You are the assignee for the bug.
= --15225033860.b0873E29.27465-- --===============0239884342== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============0239884342==--