Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] AMDGPU kernel module crashes in Linux 5.18, when watching a YouTube video in Firefox
@ 2022-06-07 20:27 RicArch97
  2022-06-09  0:01 ` MPC7500
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: RicArch97 @ 2022-06-07 20:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 3540 bytes --]

New issue by RicArch97 on void-packages repository

https://github.com/void-linux/void-packages/issues/37439

Description:
<!-- Don't request update of package. We have a script for that. https://repo-default.voidlinux.org/void-updates/void-updates.txt. However, a quality pull request may help. -->
### System

* xuname:  
  `Void 5.18.2_1 x86_64 AuthenticAMD uptodate rrrmFFFFFFFFFFFFFFFFFFFF`
* package:  
  `linux5.18 5.18.2_1` and `firefox 100.0.2_1`

### Expected behavior

Watching YouTube video's on Firefox should work without the entire AMDGPU module crashing. Note that I have VAAPI enabled in Firefox. It did work on previous kernels without issues.

### Actual behavior

The AMDGPU module crashes apparently, as there is no longer video output. Sounds still keeps playing. Switching TTY's is no longer possible at that point though, can only press the reset button on my PC to reboot.

```
2022-06-07T20:04:32.80709 kern.err: [  416.963373] [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring vcn_dec_1 timeout, signaled seq=623, emitted seq=624
2022-06-07T20:04:32.80711 kern.err: [  416.963447] [drm:amdgpu_job_timedout [amdgpu]] *ERROR* Process information: process RDD Process pid 8773 thread firefox:cs0 pid 9173
2022-06-07T20:04:33.91925 kern.err: [  418.075832] amdgpu 0000:0d:00.0: AMD-Vi: Event logged [IO_PAGE_FAULT domain=0x001e address=0x56e300 flags=0x0000]
2022-06-07T20:04:33.91926 kern.err: [  418.075838] amdgpu 0000:0d:00.0: AMD-Vi: Event logged [IO_PAGE_FAULT domain=0x001e address=0x56e340 flags=0x0000]
2022-06-07T20:04:34.91812 kern.err: [  419.075098] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
2022-06-07T20:04:34.91909 kern.err: [  419.075290] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
2022-06-07T20:04:34.91909 kern.err: [  419.075371] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
2022-06-07T20:04:34.91910 kern.err: [  419.075503] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
2022-06-07T20:04:34.91910 kern.err: [  419.075510] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
2022-06-07T20:04:34.91910 kern.err: [  419.075561] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
2022-06-07T20:04:34.91911 kern.err: [  419.075676] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
2022-06-07T20:04:34.94609 kern.err: [  419.102446] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
2022-06-07T20:04:35.07411 kern.err: [  419.230270] [drm:amdgpu_dm_atomic_commit_tail [amdgpu]] *ERROR* got no status for stream 000000009f623f91 on acrtc00000000dff54296
2022-06-07T20:05:00.19015 kern.err: [  444.345664] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
2022-06-07T20:05:14.79114 kern.err: [  458.945685] [drm:amdgpu_dm_atomic_check [amdgpu]] *ERROR* [CRTC:77:crtc-0] hw_done or flip_done timed out
2022-06-07T20:05:25.03133 kern.err: [  469.185052] [drm:amdgpu_dm_atomic_check [amdgpu]] *ERROR* [CRTC:80:crtc-1] hw_done or flip_done timed out
```

### Steps to reproduce the behavior

On kernel 5.18.2, enable VAAPI in Firefox by setting `media.ffmpeg.vaapi.enabled` to `true` in `about:config`. I personally use the Sway window manager and run Firefox with `MOZ_ENABLE_WAYLAND=1` to enable the Wayland backend and `MOZ_DISABLE_RDD_SANDBOX=1` to make sure VAAPI works correctly, as stated in the Arch wiki.
Then, watch a YouTube video.

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

* Re: AMDGPU kernel module crashes in Linux 5.18, when watching a YouTube video in Firefox
  2022-06-07 20:27 [ISSUE] AMDGPU kernel module crashes in Linux 5.18, when watching a YouTube video in Firefox RicArch97
@ 2022-06-09  0:01 ` MPC7500
  2022-06-09  1:27 ` RicArch97
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: MPC7500 @ 2022-06-09  0:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 239 bytes --]

New comment by MPC7500 on void-packages repository

https://github.com/void-linux/void-packages/issues/37439#issuecomment-1150529515

Comment:
That's the right place for amdgpu rlated bugs:
https://gitlab.freedesktop.org/drm/amd/-/issues

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

* Re: AMDGPU kernel module crashes in Linux 5.18, when watching a YouTube video in Firefox
  2022-06-07 20:27 [ISSUE] AMDGPU kernel module crashes in Linux 5.18, when watching a YouTube video in Firefox RicArch97
  2022-06-09  0:01 ` MPC7500
@ 2022-06-09  1:27 ` RicArch97
  2022-09-10  2:14 ` github-actions
  2022-09-25  2:14 ` [ISSUE] [CLOSED] " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: RicArch97 @ 2022-06-09  1:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 272 bytes --]

New comment by RicArch97 on void-packages repository

https://github.com/void-linux/void-packages/issues/37439#issuecomment-1150573770

Comment:
You're right, but i though i should leave it here just in case anyone else comes across this issue, to be aware of it at least

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

* Re: AMDGPU kernel module crashes in Linux 5.18, when watching a YouTube video in Firefox
  2022-06-07 20:27 [ISSUE] AMDGPU kernel module crashes in Linux 5.18, when watching a YouTube video in Firefox RicArch97
  2022-06-09  0:01 ` MPC7500
  2022-06-09  1:27 ` RicArch97
@ 2022-09-10  2:14 ` github-actions
  2022-09-25  2:14 ` [ISSUE] [CLOSED] " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2022-09-10  2:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 293 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/issues/37439#issuecomment-1242595729

Comment:
Issues become stale 90 days after last activity and are closed 14 days after that.  If this issue is still relevant bump it or assign it.

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

* Re: [ISSUE] [CLOSED] AMDGPU kernel module crashes in Linux 5.18, when watching a YouTube video in Firefox
  2022-06-07 20:27 [ISSUE] AMDGPU kernel module crashes in Linux 5.18, when watching a YouTube video in Firefox RicArch97
                   ` (2 preceding siblings ...)
  2022-09-10  2:14 ` github-actions
@ 2022-09-25  2:14 ` github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2022-09-25  2:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 3613 bytes --]

Closed issue by RicArch97 on void-packages repository

https://github.com/void-linux/void-packages/issues/37439

Description:
<!-- Don't request update of package. We have a script for that. https://repo-default.voidlinux.org/void-updates/void-updates.txt. However, a quality pull request may help. -->
### System

* xuname:  
  `Void 5.18.2_1 x86_64 AuthenticAMD uptodate rrrmFFFFFFFFFFFFFFFFFFFF`
* package:  
  `linux5.18 5.18.2_1` and `firefox 100.0.2_1`

### Expected behavior

Watching YouTube video's on Firefox should work without the entire AMDGPU module crashing. Note that I have VAAPI enabled in Firefox. It did work on previous kernels without issues. Watching a video in google-chrome does not cause any crashes however.

### Actual behavior

The AMDGPU module crashes apparently, as there is no longer video output. Sounds still keeps playing. Switching TTY's is no longer possible at that point though, can only press the reset button on my PC to reboot.

```
2022-06-07T20:04:32.80709 kern.err: [  416.963373] [drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring vcn_dec_1 timeout, signaled seq=623, emitted seq=624
2022-06-07T20:04:32.80711 kern.err: [  416.963447] [drm:amdgpu_job_timedout [amdgpu]] *ERROR* Process information: process RDD Process pid 8773 thread firefox:cs0 pid 9173
2022-06-07T20:04:33.91925 kern.err: [  418.075832] amdgpu 0000:0d:00.0: AMD-Vi: Event logged [IO_PAGE_FAULT domain=0x001e address=0x56e300 flags=0x0000]
2022-06-07T20:04:33.91926 kern.err: [  418.075838] amdgpu 0000:0d:00.0: AMD-Vi: Event logged [IO_PAGE_FAULT domain=0x001e address=0x56e340 flags=0x0000]
2022-06-07T20:04:34.91812 kern.err: [  419.075098] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
2022-06-07T20:04:34.91909 kern.err: [  419.075290] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
2022-06-07T20:04:34.91909 kern.err: [  419.075371] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
2022-06-07T20:04:34.91910 kern.err: [  419.075503] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
2022-06-07T20:04:34.91910 kern.err: [  419.075510] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
2022-06-07T20:04:34.91910 kern.err: [  419.075561] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
2022-06-07T20:04:34.91911 kern.err: [  419.075676] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
2022-06-07T20:04:34.94609 kern.err: [  419.102446] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
2022-06-07T20:04:35.07411 kern.err: [  419.230270] [drm:amdgpu_dm_atomic_commit_tail [amdgpu]] *ERROR* got no status for stream 000000009f623f91 on acrtc00000000dff54296
2022-06-07T20:05:00.19015 kern.err: [  444.345664] [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!
2022-06-07T20:05:14.79114 kern.err: [  458.945685] [drm:amdgpu_dm_atomic_check [amdgpu]] *ERROR* [CRTC:77:crtc-0] hw_done or flip_done timed out
2022-06-07T20:05:25.03133 kern.err: [  469.185052] [drm:amdgpu_dm_atomic_check [amdgpu]] *ERROR* [CRTC:80:crtc-1] hw_done or flip_done timed out
```

### Steps to reproduce the behavior

On kernel 5.18.2, enable VAAPI in Firefox by setting `media.ffmpeg.vaapi.enabled` to `true` in `about:config`. I personally use the Sway window manager and run Firefox with `MOZ_ENABLE_WAYLAND=1` to enable the Wayland backend and `MOZ_DISABLE_RDD_SANDBOX=1` to make sure VAAPI works correctly, as stated in the Arch wiki.
Then, watch a YouTube video.

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

end of thread, other threads:[~2022-09-25  2:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-07 20:27 [ISSUE] AMDGPU kernel module crashes in Linux 5.18, when watching a YouTube video in Firefox RicArch97
2022-06-09  0:01 ` MPC7500
2022-06-09  1:27 ` RicArch97
2022-09-10  2:14 ` github-actions
2022-09-25  2:14 ` [ISSUE] [CLOSED] " github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).