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

2019-09-20 Thread Alyssa Rosenzweig
Still r-b, but please use the collabora address:) On Wed, Sep 18, 2019 at 03:24:27PM +0200, Boris Brezillon wrote: > We'll soon need to freeze a batch not only when it's flushed, but also > when another batch depends on us, so let's add a helper to avoid > duplicating the logic. > > Signed-off-by:

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

2019-09-18 Thread Boris Brezillon
We'll soon need to freeze a batch not only when it's flushed, but also when another batch depends on us, so let's add a helper to avoid duplicating the logic. Signed-off-by: Boris Brezillon Reviewed-by: Alyssa Rosenzweig --- Changes in v3: * Collect R-b --- src/gallium/drivers/panfrost/pan_job.