Re: [Mesa-dev] [PATCH] anv/icl: Disable binding table prefetching

2018-08-20 Thread Kenneth Graunke
On Friday, August 17, 2018 5:14:52 PM PDT Anuj Phogat wrote: > Gen 11 workarounds table #2056 WABTPPrefetchDisable suggests to > disable prefetching of binding tables for ICLLP A0 and B0 > steppings. We have a similar patch for i965 driver in Mesa > commit a5889d70. > > Signed-off-by: Anuj

[Mesa-dev] [PATCH] anv/icl: Disable binding table prefetching

2018-08-17 Thread Anuj Phogat
Gen 11 workarounds table #2056 WABTPPrefetchDisable suggests to disable prefetching of binding tables for ICLLP A0 and B0 steppings. We have a similar patch for i965 driver in Mesa commit a5889d70. Signed-off-by: Anuj Phogat --- src/intel/vulkan/genX_pipeline.c | 21 +++-- 1