Re: [Mesa-dev] [PATCH] radv: disable DCC for X4 Foundations to workaround a GPU hang

2019-04-23 Thread Samuel Pitoiset
Please ignore this fix too, the GPU hang is actually unrelated to DCC. On 3/6/19 7:39 PM, Samuel Pitoiset wrote: The game apparently hangs inside a copy image operation, but only when DCC is enabled. I haven't figured out the root cause yet, but this workaround fixes the problem and allows

Re: [Mesa-dev] [PATCH] radv: disable DCC for X4 Foundations to workaround a GPU hang

2019-03-07 Thread Samuel Pitoiset
Superseded by https://patchwork.freedesktop.org/patch/290846/?series=57689=1 On 3/6/19 7:39 PM, Samuel Pitoiset wrote: The game apparently hangs inside a copy image operation, but only when DCC is enabled. I haven't figured out the root cause yet, but this workaround fixes the problem and

[Mesa-dev] [PATCH] radv: disable DCC for X4 Foundations to workaround a GPU hang

2019-03-06 Thread Samuel Pitoiset
The game apparently hangs inside a copy image operation, but only when DCC is enabled. I haven't figured out the root cause yet, but this workaround fixes the problem and allows people to play that title, at least. Cc: 18.3 19.0 Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_device.c |