Re: [Mesa-dev] [PATCH] radeonsi: Reinitialize all descriptors in CE preamble.

2016-06-08 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Mon, Jun 6, 2016 at 10:49 PM, Bas Nieuwenhuizen wrote: > This fixes a problem with the CE preamble and restoring only stuff in the > preamble when needed. > > To illustrate suppose we have two graphics IB's 1 and 2, which are submitted > in > that order. Furt

[Mesa-dev] [PATCH] radeonsi: Reinitialize all descriptors in CE preamble.

2016-06-06 Thread Bas Nieuwenhuizen
This fixes a problem with the CE preamble and restoring only stuff in the preamble when needed. To illustrate suppose we have two graphics IB's 1 and 2, which are submitted in that order. Furthermore suppose IB 1 does not use CE ram, but IB 2 does, and we have a context switch at the start of IB