Re: [Mesa-dev] [PATCH V3] i965 : Optimize atom state flag checks

2017-08-14 Thread Scott D Phillips
;> Of Matt Turner >>> Sent: Saturday, July 22, 2017 12:12 AM >>> To: Muthukumar, Aravindan >>> Cc: mesa-dev@lists.freedesktop.org; Marathe, Yogesh >>> >>> Subject: Re: [Mesa-dev] [PATCH V3] i965 : Optimize atom state flag checks >>> >>>

Re: [Mesa-dev] [PATCH V3] i965 : Optimize atom state flag checks

2017-08-14 Thread Tapani Pälli
-dev@lists.freedesktop.org; Marathe, Yogesh Subject: Re: [Mesa-dev] [PATCH V3] i965 : Optimize atom state flag checks On 07/21, aravindan.muthuku...@intel.com wrote: From: Aravindan Muthukumar This patch improves CPI Rate(Cycles per Instruction) and branch miss predict for i965. The function

Re: [Mesa-dev] [PATCH V3] i965 : Optimize atom state flag checks

2017-07-25 Thread Marathe, Yogesh
g; Marathe, Yogesh > > Subject: Re: [Mesa-dev] [PATCH V3] i965 : Optimize atom state flag checks > > On 07/21, aravindan.muthuku...@intel.com wrote: > >From: Aravindan Muthukumar > > > >This patch improves CPI Rate(Cycles per Instruction) and branch miss > >predic

Re: [Mesa-dev] [PATCH V3] i965 : Optimize atom state flag checks

2017-07-21 Thread Matt Turner
On 07/21, aravindan.muthuku...@intel.com wrote: From: Aravindan Muthukumar This patch improves CPI Rate(Cycles per Instruction) and branch miss predict for i965. The function check_state() was showing CPI retired rate. Performance stats with android: - CPI retired lowered by 28% (lower is bett

[Mesa-dev] [PATCH V3] i965 : Optimize atom state flag checks

2017-07-20 Thread aravindan . muthukumar
From: Aravindan Muthukumar This patch improves CPI Rate(Cycles per Instruction) and branch miss predict for i965. The function check_state() was showing CPI retired rate. Performance stats with android: - CPI retired lowered by 28% (lower is better) - Branch missprediction lowered by 13% (lower

[Mesa-dev] [PATCH V3] i965 : Optimize atom state flag checks

2017-07-20 Thread Yogesh Marathe
From: Aravindan Muthukumar This patch improves CPI Rate(Cycles per Instruction) and branch miss predict for i965. The function check_state() was showing CPI retired rate. Performance stats with android: - CPI retired lowered by 28% (lower is better) - Branch missprediction lowered by 13% (lower