Skip to content

panfrost: make PAN_MESA_DEBUG=dump really show all GPU memory

Eric Smith requested to merge ericsmith/mesa:panfrost-extend-dump-flag into main
panfrost: make PAN_MESA_DEBUG=dump really show all GPU memory

The flag is advertised to dump all GPU memory, but really only dumps
mapped memory, so some significant pieces (like textures) are left out.
Change this by mapping as much as possible when the dump flag is given.

Merge request reports