panfrost/midgard: Add more ball/bany, iabs ops
[mesa.git] / src / gallium / drivers / panfrost / pan_screen.h
index 882611e93e3eee37545d171a441599e822b94339..cbadf8136751cb81002191019e06f1641b605ba3 100644 (file)
@@ -49,7 +49,7 @@ struct panfrost_screen;
 
 struct panfrost_driver {
        struct panfrost_bo * (*import_bo) (struct panfrost_screen *screen, struct winsys_handle *whandle);
-       int (*export_bo) (struct panfrost_screen *screen, int gem_handle, struct winsys_handle *whandle);
+       int (*export_bo) (struct panfrost_screen *screen, int gem_handle, unsigned int stride, struct winsys_handle *whandle);
 
        int (*submit_vs_fs_job) (struct panfrost_context *ctx, bool has_draws, bool is_scanout);
        void (*force_flush_fragment) (struct panfrost_context *ctx,