Skip to content

panfrost: Add userspace crash dump decoder and analyser

Adrian Larumbe requested to merge larumbe/mesa:panfrost-dumpdecode into main

Introduces a binary dump analyser and BO decoder whose format was partially borrowed from etnaviv's kernel driver. It leverages the pandecode library to analyse BO's attached to the GPU job that caused the crash.

Binary dump should be generated by a component of Panfrost's kernel driver.

Signed-off-by: Adrián Larumbe adrian.larumbe@collabora.com

Edited by Alyssa Rosenzweig

Merge request reports