Re: [Mesa-dev] [PATCH v2 11/37] panfrost: Stop exposing panfrost_bo_cache_{fetch, put}()

2019-09-16 Thread Alyssa Rosenzweig
R-b On Mon, Sep 16, 2019 at 11:36:49AM +0200, Boris Brezillon wrote: > They are not expected to be called directly, users should use > panfrost_bo_{create,release}() instead. > > Signed-off-by: Boris Brezillon > --- > src/gallium/drivers/panfrost/pan_bo.c | 4 ++-- >

[Mesa-dev] [PATCH v2 11/37] panfrost: Stop exposing panfrost_bo_cache_{fetch, put}()

2019-09-16 Thread Boris Brezillon
They are not expected to be called directly, users should use panfrost_bo_{create,release}() instead. Signed-off-by: Boris Brezillon --- src/gallium/drivers/panfrost/pan_bo.c | 4 ++-- src/gallium/drivers/panfrost/pan_bo.h | 6 -- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git