Re: [Mesa-dev] [PATCH 1/9] i965: Mark freshly allocate bo as idle

2017-06-14 Thread Kenneth Graunke
On Friday, June 9, 2017 6:01:32 AM PDT Chris Wilson wrote: > When created, buffers are idle, so mark them as such to save an early > ioctl or mistaken assuming the fresh buffer is busy. > > Signed-off-by: Chris Wilson > Cc: Kenneth Graunke > Cc: Matt Turner > --- > src/mesa/drivers/dri/i965/br

[Mesa-dev] [PATCH 1/9] i965: Mark freshly allocate bo as idle

2017-06-09 Thread Chris Wilson
When created, buffers are idle, so mark them as such to save an early ioctl or mistaken assuming the fresh buffer is busy. Signed-off-by: Chris Wilson Cc: Kenneth Graunke Cc: Matt Turner --- src/mesa/drivers/dri/i965/brw_bufmgr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/dri