Created attachment 303150 [details] log messages The monitor goes blank at 17:00:34 system time (the screen froze for a moment before going blank completely, showing this timestamp) and no response from the system with keyboard commands is visible. Forced to hard reboot Recurring issue, only on kernel 6.0.6. Attaching the full log file here. Identified the log at 17:00:34 exactly. There are multiple logs at this timestamp, however, showing just one. ``` Time: 17:00:34 Message: amdgpu 0000:06:00.0: amdgpu: [mmhub0] no-retry page fault (src_id:0 ring:40 vmid:4 pasid:32777, for process todoist pid 26652 thread todoist:cs0 pid 26658) Kernel Device: +pci:0000:06:00.0 Priority: 3 ```
Seems similar to [https://gitlab.freedesktop.org/drm/amd/-/issues/2113](https://gitlab.freedesktop.org/drm/amd/-/issues/2113)
https://gitlab.freedesktop.org is where it should be anyways.
(In reply to Artem S. Tashkinov from comment #2) > https://gitlab.freedesktop.org is where it should be anyways. Can you please explain why it belongs there and not here? Thx!
(In reply to Stanislav Modrak from comment #3) > (In reply to Artem S. Tashkinov from comment #2) > > https://gitlab.freedesktop.org is where it should be anyways. > > Can you please explain why it belongs there and not here? Thx! That is where most GPU developers are and it also allows us to move bugs to other components when necessary. E.g., a mesa or xorg bug is misfiled as kernel.
I've got the same issue on 6.0.6 and 6.0.7 kernel, but found that the problem has already been discussed and addressed here: https://gitlab.freedesktop.org/drm/amd/-/issues/2113 I think fixes have been already committed so we should find them in the next kernel release. Regards
Update: downloaded kernel 6.0.8, applied patches found here: https://gitlab.freedesktop.org/drm/amd/-/issues/2113 and compiled. That problem seems gone. Hope to find patches applied on next kernel release. Regards
(In reply to Michele Della Guardia from comment #6) > Update: downloaded kernel 6.0.8, applied patches found here: > > https://gitlab.freedesktop.org/drm/amd/-/issues/2113 > > and compiled. That problem seems gone. Hope to find patches applied on next > kernel release. > > Regards Thanks! I've also noticed the issue and proposed patches. Waiting for it to be included in an upcoming release.