Re: [Mesa-dev] [PATCH 2/2] etnaviv: Set shader instruction area correctly for GC3000

2017-02-12 Thread Christian Gmeiner
Hi 2017-02-09 13:18 GMT+01:00 Wladimir J. van der Laan : > - Use the same instruction area on GC3000 as the Vivante driver. > This allows the same number of instructions on GC3000 as GC2000 > instead of half. > > - Makes sure that the "PE to FE" stall before updating the shader code > or con

[Mesa-dev] [PATCH 2/2] etnaviv: Set shader instruction area correctly for GC3000

2017-02-09 Thread Wladimir J. van der Laan
- Use the same instruction area on GC3000 as the Vivante driver. This allows the same number of instructions on GC3000 as GC2000 instead of half. - Makes sure that the "PE to FE" stall before updating the shader code or constants is hit (which is conditional on vs_offset > 0x4000). This is