Re: [Mesa-dev] [PATCH 6/9] i965: Map the query results for the life of the bo

2017-06-15 Thread Chris Wilson
Quoting Kenneth Graunke (2017-06-14 23:50:12) > On Friday, June 9, 2017 6:01:37 AM PDT Chris Wilson wrote: > > If we map the bo upon creation, we can avoid the latency of mmapping it > > when querying, and later use the asynchronous, persistent map of the > > predicate to do a quick query. > > >

Re: [Mesa-dev] [PATCH 6/9] i965: Map the query results for the life of the bo

2017-06-14 Thread Kenneth Graunke
On Wednesday, June 14, 2017 3:50:12 PM PDT Kenneth Graunke wrote: > On Friday, June 9, 2017 6:01:37 AM PDT Chris Wilson wrote: > > If we map the bo upon creation, we can avoid the latency of mmapping it > > when querying, and later use the asynchronous, persistent map of the > > predicate to do a

Re: [Mesa-dev] [PATCH 6/9] i965: Map the query results for the life of the bo

2017-06-14 Thread Kenneth Graunke
On Friday, June 9, 2017 6:01:37 AM PDT Chris Wilson wrote: > If we map the bo upon creation, we can avoid the latency of mmapping it > when querying, and later use the asynchronous, persistent map of the > predicate to do a quick query. > > Signed-off-by: Chris Wilson >

[Mesa-dev] [PATCH 6/9] i965: Map the query results for the life of the bo

2017-06-09 Thread Chris Wilson
If we map the bo upon creation, we can avoid the latency of mmapping it when querying, and later use the asynchronous, persistent map of the predicate to do a quick query. Signed-off-by: Chris Wilson Cc: Kenneth Graunke Cc: Matt Turner