Re: [Mesa-dev] [PATCH v3 03/17] panfrost: Add a batch fence

2019-09-20 Thread Alyssa Rosenzweig
R-b On Wed, Sep 18, 2019 at 03:24:25PM +0200, Boris Brezillon wrote: > So we can implement fine-grained dependency tracking between batches. > > Signed-off-by: Boris Brezillon > --- > Changes in v3: > * Fix typos > * Do not initialize the syncobj in a signaled state, and set > fence->signaled

[Mesa-dev] [PATCH v3 03/17] panfrost: Add a batch fence

2019-09-18 Thread Boris Brezillon
So we can implement fine-grained dependency tracking between batches. Signed-off-by: Boris Brezillon --- Changes in v3: * Fix typos * Do not initialize the syncobj in a signaled state, and set fence->signaled to true when submitting a dummy batch (one with no draw/clear queued) --- src/galli