From 154cb725d4a14d3d0360ee240665dd87281043cd Mon Sep 17 00:00:00 2001 From: Boris Brezillon Date: Sat, 14 Sep 2019 09:58:55 +0200 Subject: 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 Reviewed-by: Alyssa Rosenzweig --- src/gallium/drivers/panfrost/pan_context.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/drivers/panfrost/pan_context.c') diff --git a/src/gallium/drivers/panfrost/pan_context.c b/src/gallium/drivers/panfrost/pan_context.c index f01ddf18b10..d3e08c03ffa 100644 --- a/src/gallium/drivers/panfrost/pan_context.c +++ b/src/gallium/drivers/panfrost/pan_context.c @@ -27,6 +27,7 @@ #include #include +#include "pan_bo.h" #include "pan_context.h" #include "pan_format.h" -- cgit v1.2.3