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

2017-08-14 Thread Scott D Phillips
op.org] On Behalf >>> Of Matt Turner >>> Sent: Saturday, July 22, 2017 12:12 AM >>> To: Muthukumar, Aravindan <aravindan.muthuku...@intel.com> >>> Cc: mesa-dev@lists.freedesktop.org; Marathe, Yogesh >>> <yogesh.mara...@intel.com> >>>

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

2017-08-14 Thread Tapani Pälli
<aravindan.muthuku...@intel.com> Cc: mesa-dev@lists.freedesktop.org; Marathe, Yogesh <yogesh.mara...@intel.com> Subject: Re: [Mesa-dev] [PATCH V3] i965 : Optimize atom state flag checks On 07/21, aravindan.muthuku...@intel.com wrote: From: Aravindan Muthukumar <aravindan.muthuku...@intel.c

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

2017-07-25 Thread Marathe, Yogesh
om> > Cc: mesa-dev@lists.freedesktop.org; Marathe, Yogesh > <yogesh.mara...@intel.com> > Subject: Re: [Mesa-dev] [PATCH V3] i965 : Optimize atom state flag checks > > On 07/21, aravindan.muthuku...@intel.com wrote: > >From: Aravindan Muthukumar <aravindan.muthuku...@intel.

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

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

2017-07-21 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

[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