Re: [Mesa-dev] [PATCH v2 15/37] panfrost: Add panfrost_bo_{alloc, free}()

2019-09-16 Thread Alyssa Rosenzweig
R-b, I think ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH v2 15/37] panfrost: Add panfrost_bo_{alloc, free}()

2019-09-16 Thread Boris Brezillon
Thanks to that we avoid the recursive call into panfrost_bo_create() and we can get rid of panfrost_bo_release() by inlining the code in panfrost_bo_unreference(). Signed-off-by: Boris Brezillon --- src/gallium/drivers/panfrost/pan_bo.c | 146 -- 1 file changed, 69 insert