Re: [Mesa-dev] [PATCH 4/5] i965/query: Use brw_bo_map to handle stall warnings.

2014-12-13 Thread Ben Widawsky
On Fri, Dec 12, 2014 at 11:15:41PM -0800, Kenneth Graunke wrote: > This is less code and also measures the duration of the stall for us. > > Our old code predates the existance of brw_bo_map(). > > Signed-off-by: Kenneth Graunke > Cc: Chris Wilson > Cc: Eero Tamminen > --- > src/mesa/drivers/

[Mesa-dev] [PATCH 4/5] i965/query: Use brw_bo_map to handle stall warnings.

2014-12-12 Thread Kenneth Graunke
This is less code and also measures the duration of the stall for us. Our old code predates the existance of brw_bo_map(). Signed-off-by: Kenneth Graunke Cc: Chris Wilson Cc: Eero Tamminen --- src/mesa/drivers/dri/i965/gen6_queryobj.c | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(