Re: [Mesa-dev] [PATCH v2 13/37] panfrost: Stop passing screen around for BO operations

2019-09-16 Thread Alyssa Rosenzweig
R-b, this is a nice cleanup and can probably prevent some WATs down the line. On Mon, Sep 16, 2019 at 11:36:51AM +0200, Boris Brezillon wrote: > Store a screen pointer in panfrost_bo so we don't have to pass a screen > object to all functions manipulating the BO. > > Signed-off-by: Boris

[Mesa-dev] [PATCH v2 13/37] panfrost: Stop passing screen around for BO operations

2019-09-16 Thread Boris Brezillon
Store a screen pointer in panfrost_bo so we don't have to pass a screen object to all functions manipulating the BO. Signed-off-by: Boris Brezillon --- src/gallium/drivers/panfrost/pan_allocate.c | 2 +- src/gallium/drivers/panfrost/pan_blend_cso.c | 2 +-