Re: [Mesa-dev] [PATCH 00/10] panfrost: Try to make BO handling more consistent

2019-07-02 Thread Tomeu Vizoso
On Tue, 2 Jul 2019 at 15:24, Boris Brezillon wrote: > > Hello, > > This patch series is an attempt at making memory allocation more > consistent by implementing SLAB pool allocation around the BO allocation > logic. > Note that my initial goal was to pass referenced BOs to the kernel > driver, but

Re: [Mesa-dev] [PATCH 00/10] panfrost: Try to make BO handling more consistent

2019-07-02 Thread Alyssa Rosenzweig
I haven't checked the logic extensively, but provided CI/Tomeu is happy, oatches 1-4 are: Reviewed-by: Alyssa Rosenzweig On Tue, Jul 02, 2019 at 03:23:43PM +0200, Boris Brezillon wrote: > Hello, > > This patch series is an attempt at making memory allocation more > consistent by impleme

[Mesa-dev] [PATCH 00/10] panfrost: Try to make BO handling more consistent

2019-07-02 Thread Boris Brezillon
Hello, This patch series is an attempt at making memory allocation more consistent by implementing SLAB pool allocation around the BO allocation logic. Note that my initial goal was to pass referenced BOs to the kernel driver, but I've decided to clean things up along the way (just let me know if