[Mesa-dev] [PATCH 2/2] radeonsi: disable primitive binning on Vega10 (v2)

Marek Olšák maraeo at gmail.com
Sat Oct 7 16:20:46 UTC 2017


On Sat, Oct 7, 2017 at 6:19 PM, Marek Olšák <maraeo at gmail.com> wrote:
> From: Marek Olšák <marek.olsak at amd.com>
>
> Our driver implementation is known to decrease performance for some tests,
> but we don't know if any apps and benchmarks (e.g. those tested by Phoronix)
> are affected. This disables the feature just to be safe.
>
> Set this to enable partial primitive binning:
>     R600_DEBUG=dpbb
> Set this to enable full primitive binning:
>     R600_DEBUG=dfsm

This should be:
R600_DEBUG=dpbb,dfsm

Marek


More information about the mesa-dev mailing list