Re: [Mesa-dev] [PATCH] winsys/radeon: fix nop packet padding v2.

2014-07-25 Thread Jerome Glisse
On Thu, Jul 24, 2014 at 8:07 PM, Alex Deucher wrote: > On Thu, Jul 24, 2014 at 6:28 PM, wrote: > > From: Jerome Glisse > > > > The ucode we got for hawaii does not support 0x1000 special nop > > packet type 3 and this leads to gpu reading invalid memory. As packet > > type 2 still exist ju

Re: [Mesa-dev] [PATCH] winsys/radeon: fix nop packet padding v2.

2014-07-24 Thread Alex Deucher
On Thu, Jul 24, 2014 at 6:28 PM, wrote: > From: Jerome Glisse > > The ucode we got for hawaii does not support 0x1000 special nop > packet type 3 and this leads to gpu reading invalid memory. As packet > type 2 still exist just use packet type 2. > > Note this only partialy fix hawaii issues

[Mesa-dev] [PATCH] winsys/radeon: fix nop packet padding v2.

2014-07-24 Thread j . glisse
From: Jerome Glisse The ucode we got for hawaii does not support 0x1000 special nop packet type 3 and this leads to gpu reading invalid memory. As packet type 2 still exist just use packet type 2. Note this only partialy fix hawaii issues and some zbuffer tiling issues are still present. Ch