All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 104527] Amdgpu locks up occasionally when running 3d applications
@ 2018-01-07 15:07 bugzilla-daemon
  2018-01-07 15:55 ` bugzilla-daemon
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bugzilla-daemon @ 2018-01-07 15:07 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 2122 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=104527

            Bug ID: 104527
           Summary: Amdgpu locks up occasionally when running 3d
                    applications
           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: hramrach@gmail.com

Created attachment 136597
  --> https://bugs.freedesktop.org/attachment.cgi?id=136597&action=edit
kernel messages

Linux 4.14.0 libdrm 2.4.89 mesa 17.3.1 on Debian

01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc.
[AMD/ATI] Baffin [Radeon RX 460] [1002:67ef] (rev cf)

After lockup I see this message:

[150509.194713] amdgpu 0000:01:00.0: GPU fault detected: 147 0x00004802
[150509.194718] amdgpu 0000:01:00.0:   VM_CONTEXT1_PROTECTION_FAULT_ADDR  
0x00000000
[150509.194720] amdgpu 0000:01:00.0:   VM_CONTEXT1_PROTECTION_FAULT_STATUS
0x0A048002
[150509.194722] amdgpu 0000:01:00.0: VM fault (0x02, vmid 5) at page 0, read
from 'TC0' (0x54433000) (72)

but similar message earlier did not cause lockup

[112552.659698] amdgpu 0000:01:00.0: GPU fault detected: 147 0x07f04802
[112552.659702] amdgpu 0000:01:00.0:   VM_CONTEXT1_PROTECTION_FAULT_ADDR  
0x0003F8FE
[112552.659704] amdgpu 0000:01:00.0:   VM_CONTEXT1_PROTECTION_FAULT_STATUS
0x0A048002
[112552.659706] amdgpu 0000:01:00.0: VM fault (0x02, vmid 5) at page 260350,
read from 'TC0' (0x54433000) (72)

Earlier versions of kernel+mesa would occasionally lock up displaying garbage
randomly at any time. I have not seen that for a while but the card still
occasionally locks up when running a 3D application. After lock up the card
keeps showing static screen of something the application rendered and movable
cursor. It *seems* to happen most often when there is some setup in progress
like loading a new scene.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 3528 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 104527] Amdgpu locks up occasionally when running 3d applications
  2018-01-07 15:07 [Bug 104527] Amdgpu locks up occasionally when running 3d applications bugzilla-daemon
@ 2018-01-07 15:55 ` bugzilla-daemon
  2018-01-08  5:36 ` bugzilla-daemon
  2019-11-19  8:28 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2018-01-07 15:55 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 364 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=104527

--- Comment #1 from Michal Suchanek <hramrach@gmail.com> ---
Created attachment 136598
  --> https://bugs.freedesktop.org/attachment.cgi?id=136598&action=edit
X log with "BUG: triggered 'if (in_input_thread())'" traces removed

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1421 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 104527] Amdgpu locks up occasionally when running 3d applications
  2018-01-07 15:07 [Bug 104527] Amdgpu locks up occasionally when running 3d applications bugzilla-daemon
  2018-01-07 15:55 ` bugzilla-daemon
@ 2018-01-08  5:36 ` bugzilla-daemon
  2019-11-19  8:28 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2018-01-08  5:36 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 715 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=104527

--- Comment #2 from Michal Suchanek <hramrach@gmail.com> ---
ok, AFAICT this problem only happens with Wine when it uses an "optimization"
(default on) that does not guarantee correct rendering order. In extrema cases
(like when creating new scene with many objects) this probably means that some
objects/buffers are used before they are created/uploaded resulting in bogus
code and crashing the card.

Of course it should not crash whatever the user does but given the silicone is
not impeccable it might be difficult to avoid in practice, even on the more
recent cards.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1526 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 104527] Amdgpu locks up occasionally when running 3d applications
  2018-01-07 15:07 [Bug 104527] Amdgpu locks up occasionally when running 3d applications bugzilla-daemon
  2018-01-07 15:55 ` bugzilla-daemon
  2018-01-08  5:36 ` bugzilla-daemon
@ 2019-11-19  8:28 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2019-11-19  8:28 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 805 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=104527

Martin Peres <martin.peres@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |MOVED
             Status|NEW                         |RESOLVED

--- Comment #3 from Martin Peres <martin.peres@free.fr> ---
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been
closed from further activity.

You can subscribe and participate further through the new bug through this link
to our GitLab instance: https://gitlab.freedesktop.org/drm/amd/issues/289.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2395 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-11-19  8:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-07 15:07 [Bug 104527] Amdgpu locks up occasionally when running 3d applications bugzilla-daemon
2018-01-07 15:55 ` bugzilla-daemon
2018-01-08  5:36 ` bugzilla-daemon
2019-11-19  8:28 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.