Re: [Mesa-dev] [PATCH v2 03/37] panfrost: Add missing panfrost_batch_add_bo() calls

2019-09-16 Thread Alyssa Rosenzweig
Reviewed-by: Alyssa Rosenzweig On Mon, Sep 16, 2019 at 11:36:41AM +0200, Boris Brezillon wrote: > Some BOs are used by batches but never explicitly added to the BO set. > This is currently not a problem because we wait for the execution of > a batch to be finished before releasing a BO, but we wi

[Mesa-dev] [PATCH v2 03/37] panfrost: Add missing panfrost_batch_add_bo() calls

2019-09-16 Thread Boris Brezillon
Some BOs are used by batches but never explicitly added to the BO set. This is currently not a problem because we wait for the execution of a batch to be finished before releasing a BO, but we will soon relax this rule. Signed-off-by: Boris Brezillon --- src/gallium/drivers/panfrost/pan_context.