https://bugzilla.kernel.org/show_bug.cgi?id=209129
Borislav Petkov (bp@alien8.de) changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|x86-64 |Video(DRI - non Intel) Assignee|platform_x86_64@kernel-bugs |drivers_video-dri@kernel-bu |.osdl.org |gs.osdl.org Product|Platform Specific/Hardware |Drivers
--- Comment #11 from Borislav Petkov (bp@alien8.de) --- Hmm, so it looks like that GpuWatchdog thing is chrome thread. And the error in your dmesg before it:
[ 266.208179] [TTM] Buffer eviction failed [ 266.346883] GpuWatchdog[2984]: segfault at 0 ip
says that a buffer eviction in the TTM fails which probably causes the watchdog to segfault. In any case, this is a DRM issue, not a platform one. Reassigning...
What you could do for starters is try the latest kernel 5.8 to check whether this has been fixed in the meantime.
HTH.