Re: [Mesa-dev] [PATCH 01/22] i965/disasm: also print nibctrl in IVB for execsize=8

2017-01-10 Thread Samuel Iglesias Gonsálvez
On Mon, 2017-01-09 at 14:42 -0800, Francisco Jerez wrote: > Matt Turner writes: > > > On 01/05, Samuel Iglesias Gonsálvez wrote: > > > From: Iago Toral Quiroga > > > > > > 4-wide DF operations where NibCtrl applies require and execsize > > > of 8 > > > in IvyBridge/Valleyview. > > > > Wow, the

Re: [Mesa-dev] [PATCH 01/22] i965/disasm: also print nibctrl in IVB for execsize=8

2017-01-09 Thread Francisco Jerez
Matt Turner writes: > On 01/05, Samuel Iglesias Gonsálvez wrote: >>From: Iago Toral Quiroga >> >>4-wide DF operations where NibCtrl applies require and execsize of 8 >>in IvyBridge/Valleyview. > > Wow, the documentation is bad in this area. The QtrCtrl description in > IVB's Vol4 Part3 explicitl

Re: [Mesa-dev] [PATCH 01/22] i965/disasm: also print nibctrl in IVB for execsize=8

2017-01-08 Thread Matt Turner
On 01/05, Samuel Iglesias Gonsálvez wrote: From: Iago Toral Quiroga 4-wide DF operations where NibCtrl applies require and execsize of 8 in IvyBridge/Valleyview. Wow, the documentation is bad in this area. The QtrCtrl description in IVB's Vol4 Part3 explicitly says "NibCtrl is only allowed fo

[Mesa-dev] [PATCH 01/22] i965/disasm: also print nibctrl in IVB for execsize=8

2017-01-05 Thread Samuel Iglesias Gonsálvez
From: Iago Toral Quiroga 4-wide DF operations where NibCtrl applies require and execsize of 8 in IvyBridge/Valleyview. --- src/mesa/drivers/dri/i965/brw_disasm.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/src/mesa/drivers/dri/i965/brw_disasm.c b/src/mesa/drivers/dri/i965/brw_dis