swr: fix build with mingw
[mesa.git] / src / gallium / drivers / panfrost / pan_screen.h
index f67856949e2c2801d93856a7067d4db9c33a10ad..6730bae7a2be3d59b3f79e2579c12c9446dec52f 100644 (file)
@@ -37,9 +37,8 @@
 #include "util/bitset.h"
 #include "util/set.h"
 
-#include <panfrost-misc.h>
 #include "pan_device.h"
-#include "pan_allocate.h"
+#include "pan_pool.h"
 
 struct panfrost_batch;
 struct panfrost_context;
@@ -63,7 +62,6 @@ pan_device(struct pipe_screen *p)
 }
 
 struct panfrost_fence *
-panfrost_fence_create(struct panfrost_context *ctx,
-                      struct util_dynarray *fences);
+panfrost_fence_create(struct panfrost_context *ctx, uint32_t syncobj);
 
 #endif /* PAN_SCREEN_H */