[Mesa-dev] [PATCH] radeonsi: add DCC buffer for sampler views on new CS

2016-01-24 Thread Nicolai Hähnle
From: Nicolai Hähnle This fixes a VM fault and possible lockup in high memory pressure situations. Cc: "11.0 11.1" --- src/gallium/drivers/radeonsi/si_descriptors.c | 33 +++ 1 file changed, 18 insertions(+),

Re: [Mesa-dev] [PATCH] radeonsi: add DCC buffer for sampler views on new CS

2016-01-24 Thread Marek Olšák
On Sun, Jan 24, 2016 at 5:40 PM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > This fixes a VM fault and possible lockup in high memory pressure situations. > > Cc: "11.0 11.1" Only Mesa 11.1 has DCC.

Re: [Mesa-dev] [PATCH] radeonsi: add DCC buffer for sampler views on new CS

2016-01-24 Thread eocallaghan
Reviewed-by: Edward O'Callaghan On 2016-01-25 03:40, Nicolai Hähnle wrote: From: Nicolai Hähnle This fixes a VM fault and possible lockup in high memory pressure situations. Cc: "11.0 11.1" ---