Re: [Mesa-dev] [PATCH] radeonsi: set SLC for atomics and coherent ops on APUs

2016-04-15 Thread Alex Deucher
On Thu, Apr 14, 2016 at 5:55 PM, Nicolai Hähnle wrote: > On 14.04.2016 10:36, Nicolai Hähnle wrote: >> >> From: Nicolai Hähnle >> >> --- >> Hi Michel, >> >> perhaps we have to set the SLC (system level coherent) bit for images and >> buffers that may be accessed via GTT. Could you give this patch

Re: [Mesa-dev] [PATCH] radeonsi: set SLC for atomics and coherent ops on APUs

2016-04-14 Thread Nicolai Hähnle
On 14.04.2016 10:36, Nicolai Hähnle wrote: From: Nicolai Hähnle --- Hi Michel, perhaps we have to set the SLC (system level coherent) bit for images and buffers that may be accessed via GTT. Could you give this patch a try? This change may or may not be needed, but it is insufficient for fix

[Mesa-dev] [PATCH] radeonsi: set SLC for atomics and coherent ops on APUs

2016-04-14 Thread Nicolai Hähnle
From: Nicolai Hähnle --- Hi Michel, perhaps we have to set the SLC (system level coherent) bit for images and buffers that may be accessed via GTT. Could you give this patch a try? Thanks, Nicolai --- src/gallium/drivers/radeonsi/si_shader.c | 12 ++-- 1 file changed, 10 insertions(+),