Re: [Mesa-dev] [PATCH 0/9] RadeonSI LLVM crash workaround for Ubuntu 18.04

2018-04-19 Thread Juan A. Suarez Romero
On Wed, 2018-04-18 at 15:41 -0400, Marek Olšák wrote: > On Wed, Apr 18, 2018 at 8:00 AM, Juan A. Suarez Romero > wrote: > > On Mon, 2018-04-16 at 20:52 -0400, Marek Olšák wrote: > > > Hi, > > > > > > This cleanup is motivated by a Mesa/LLVM crash on Ubuntu 18.04. > > > It happens inside gallivm_

Re: [Mesa-dev] [PATCH 0/9] RadeonSI LLVM crash workaround for Ubuntu 18.04

2018-04-18 Thread Marek Olšák
On Wed, Apr 18, 2018 at 8:00 AM, Juan A. Suarez Romero wrote: > On Mon, 2018-04-16 at 20:52 -0400, Marek Olšák wrote: > > Hi, > > > > This cleanup is motivated by a Mesa/LLVM crash on Ubuntu 18.04. > > It happens inside gallivm_dispose_target_library_info and only > > LLVM 5.0 and 6.0 seem to be

Re: [Mesa-dev] [PATCH 0/9] RadeonSI LLVM crash workaround for Ubuntu 18.04

2018-04-18 Thread Juan A. Suarez Romero
On Mon, 2018-04-16 at 20:52 -0400, Marek Olšák wrote: > Hi, > > This cleanup is motivated by a Mesa/LLVM crash on Ubuntu 18.04. > It happens inside gallivm_dispose_target_library_info and only > LLVM 5.0 and 6.0 seem to be affected. Should this series (or part of this) be nominated for stable?

Re: [Mesa-dev] [PATCH 0/9] RadeonSI LLVM crash workaround for Ubuntu 18.04

2018-04-17 Thread Benedikt Schemmer
] RadeonSI LLVM crash workaround for Ubuntu 18.04 Kernel 4.16.0+ Mareks kernel patches for IB Partial flush i.e. DRM 3.26.0 I did not test Mareks patches isolated for performance gains This is git since 9.4.18 plus Mareks patches RX560 4GB OC (but with 50 Watt cap, before: 60W got too hot) Deus Ex 1

[Mesa-dev] [PATCH 0/9] RadeonSI LLVM crash workaround for Ubuntu 18.04

2018-04-16 Thread Marek Olšák
Hi, This cleanup is motivated by a Mesa/LLVM crash on Ubuntu 18.04. It happens inside gallivm_dispose_target_library_info and only LLVM 5.0 and 6.0 seem to be affected. The workaround is to move target_library_info into the context (1 instance) and the screen (1 instance per compiler thread) to r