Re: [Mesa-dev] [PATCH v2 10/37] panfrost: Move the BO API to its own header
R-b ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev
[Mesa-dev] [PATCH v2 10/37] panfrost: Move the BO API to its own header
Right now, the BO API is spread over pan_{allocate,resource,screen}.h. Let's move all BO related definitions to a separate header file. Signed-off-by: Boris Brezillon --- src/gallium/drivers/panfrost/pan_allocate.c | 1 + src/gallium/drivers/panfrost/pan_allocate.h | 20 src/gallium/