Re: [Mesa-dev] [PATCH v3 08/17] panfrost: Add a panfrost_flush_all_batches() helper

2019-09-20 Thread Alyssa Rosenzweig
(Still r-b) On Wed, Sep 18, 2019 at 03:24:30PM +0200, Boris Brezillon wrote: > And use it in panfrost_flush() to flush all batches, and not only the > one currently bound to the context. > > We also replace all internal calls to panfrost_flush() by > panfrost_flush_all_batches() ones. > >

[Mesa-dev] [PATCH v3 08/17] panfrost: Add a panfrost_flush_all_batches() helper

2019-09-18 Thread Boris Brezillon
And use it in panfrost_flush() to flush all batches, and not only the one currently bound to the context. We also replace all internal calls to panfrost_flush() by panfrost_flush_all_batches() ones. Signed-off-by: Boris Brezillon Reviewed-by: Alyssa Rosenzweig --- Changes in v3: * Add missing