Re: [Mesa-dev] [PATCH] anv: Don't place scratch buffers above the 32-bit boundary

2017-04-27 Thread Jason Ekstrand
On Wed, Apr 26, 2017 at 11:05 PM, Kenneth Graunke wrote: > On Saturday, April 22, 2017 3:55:07 PM PDT Jason Ekstrand wrote: > > This fixes rendering corruptions in DOOM. Hopefully, it will also make > > Jenkins a bit more stable as we've been seeing some random failures and > > GPU hangs ever si

Re: [Mesa-dev] [PATCH] anv: Don't place scratch buffers above the 32-bit boundary

2017-04-26 Thread Kenneth Graunke
On Saturday, April 22, 2017 3:55:07 PM PDT Jason Ekstrand wrote: > This fixes rendering corruptions in DOOM. Hopefully, it will also make > Jenkins a bit more stable as we've been seeing some random failures and > GPU hangs ever since turning on 48bit. > > Bugzilla: https://bugs.freedesktop.org/s

Re: [Mesa-dev] [PATCH] anv: Don't place scratch buffers above the 32-bit boundary

2017-04-26 Thread Jason Ekstrand
Ken? On Sat, Apr 22, 2017 at 6:09 PM, Grazvydas Ignotas wrote: > Fixes: 651ec926fc1 "anv: Add support for 48-bit addresses" > Tested-by: Grazvydas Ignotas > > On Sun, Apr 23, 2017 at 1:55 AM, Jason Ekstrand > wrote: > >> This fixes rendering corruptions in DOOM. Hopefully, it will also make >

Re: [Mesa-dev] [PATCH] anv: Don't place scratch buffers above the 32-bit boundary

2017-04-22 Thread Grazvydas Ignotas
Fixes: 651ec926fc1 "anv: Add support for 48-bit addresses" Tested-by: Grazvydas Ignotas On Sun, Apr 23, 2017 at 1:55 AM, Jason Ekstrand wrote: > This fixes rendering corruptions in DOOM. Hopefully, it will also make > Jenkins a bit more stable as we've been seeing some random failures and > GP

[Mesa-dev] [PATCH] anv: Don't place scratch buffers above the 32-bit boundary

2017-04-22 Thread Jason Ekstrand
This fixes rendering corruptions in DOOM. Hopefully, it will also make Jenkins a bit more stable as we've been seeing some random failures and GPU hangs ever since turning on 48bit. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=100620 Cc: "17.1" --- src/intel/vulkan/anv_allocator.c | 1