
DRM Panic requires driver integration and so far has mostly been supported by the smaller, embedded Direct Rendering Manager (DRM) drivers. There's also been Nouveau support and other enablement work ongoing. Jocelyn Falempe is helping with the AMDGPU integration.
In a new patch adding AMDGPU DCN30 DRM_Panic integration, Jocelyn explained:
"Add support for the drm_panic module, which displays a pretty user friendly message on the screen when a Linux kernel panic occurs.
It should work on all readeon using amdgpu_dm_plane.c, when the framebuffer is linear (like when in a VT). For tiled framebuffer, it
will only work on radeon with dcn30. It should be easy to add support for dcn20 or dcn31, but I can't test it. I've tested it on a Radeon W6400 pro."
Hopefully other developers/testers will be able to get the DRM_Panic code working on the other DCN IP versions soon. The DCN30 patch is now under review.