Re: [Mesa-dev] [PATCH 3/3] radeonsi: don't call force_dcc_off for buffers

2017-12-15 Thread Michel Dänzer
On 2017-12-12 10:47 PM, Marek Olšák wrote: > From: Marek Olšák > > This was undefined yet harmless behavior in LLVM. > Not anymore - it causes a hang now. > > Cc: 17.3 Not sure about backporting this to the 17.3 branch, since that doesn't support LLVM 6. OTOH might be nice to add some bugzilla

[Mesa-dev] [PATCH 3/3] radeonsi: don't call force_dcc_off for buffers

2017-12-12 Thread Marek Olšák
From: Marek Olšák This was undefined yet harmless behavior in LLVM. Not anymore - it causes a hang now. Cc: 17.3 --- src/gallium/drivers/radeonsi/si_shader_tgsi_mem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/radeonsi/si_shader_tgsi_mem.c b/src/ga