Re: [Mesa-dev] [PATCH 2/2] Implement WaClearTDRRegBeforeEOTForNonPS.

2017-12-01 Thread Rafael Antognolli
On Fri, Dec 01, 2017 at 10:33:26AM +0200, Pohjolainen, Topi wrote: > On Thu, Nov 30, 2017 at 04:50:19PM -0800, Rafael Antognolli wrote: > > It looks like I forgot to prefix the subject with "intel/compiler:". > > Fixed locally. > > > > On Thu, Nov 30, 2017 at 04:42:48PM -0800, Rafael Antognolli wr

Re: [Mesa-dev] [PATCH 2/2] Implement WaClearTDRRegBeforeEOTForNonPS.

2017-12-01 Thread Pohjolainen, Topi
On Thu, Nov 30, 2017 at 04:50:19PM -0800, Rafael Antognolli wrote: > It looks like I forgot to prefix the subject with "intel/compiler:". > Fixed locally. > > On Thu, Nov 30, 2017 at 04:42:48PM -0800, Rafael Antognolli wrote: > > The bspec describes: > > > >"WA: Clear tdr register before send

Re: [Mesa-dev] [PATCH 2/2] Implement WaClearTDRRegBeforeEOTForNonPS.

2017-11-30 Thread Kenneth Graunke
On Thursday, November 30, 2017 4:42:48 PM PST Rafael Antognolli wrote: > The bspec describes: > >"WA: Clear tdr register before send EOT in all non-PS shader kernels > >mov(8) tdr0:ud 0x0:ud {NoMask}" > > Signed-off-by: Rafael Antognolli > --- > src/intel/compiler/brw_fs_generator.cpp

Re: [Mesa-dev] [PATCH 2/2] Implement WaClearTDRRegBeforeEOTForNonPS.

2017-11-30 Thread Rafael Antognolli
It looks like I forgot to prefix the subject with "intel/compiler:". Fixed locally. On Thu, Nov 30, 2017 at 04:42:48PM -0800, Rafael Antognolli wrote: > The bspec describes: > >"WA: Clear tdr register before send EOT in all non-PS shader kernels > >mov(8) tdr0:ud 0x0:ud {NoMask}" > > Si

[Mesa-dev] [PATCH 2/2] Implement WaClearTDRRegBeforeEOTForNonPS.

2017-11-30 Thread Rafael Antognolli
The bspec describes: "WA: Clear tdr register before send EOT in all non-PS shader kernels mov(8) tdr0:ud 0x0:ud {NoMask}" Signed-off-by: Rafael Antognolli --- src/intel/compiler/brw_fs_generator.cpp | 7 +++ src/intel/compiler/brw_reg.h| 6 ++ 2 files changed, 13 inse