Skip to content

panfrost: add tiler-heap driconfs

Erik Faye-Lund requested to merge kusma/mesa:pan-tiler-heap-driconfs into main

We currently allocate 10 MB up-front for tiler heaps. That can sometimes be a lot, depending on the system. So let's add some DRIconf variables to allow tweaking these.

Until we have incremental-rendering implemented, it's a bit risky to lower these too much. Be warned.

Merge request reports