panfrost: Initial stub for Panfrost driver
[mesa.git] / src / gallium / auxiliary / target-helpers / drm_helper_public.h
index 750ed09335c65bd5525966ca43f4472715f7b893..0108a7f0bbb7ac6c72098666b31a82bd4989f69d 100644 (file)
@@ -42,6 +42,9 @@ pipe_v3d_create_screen(int fd, const struct pipe_screen_config *config);
 struct pipe_screen *
 pipe_vc4_create_screen(int fd, const struct pipe_screen_config *config);
 
+struct pipe_screen *
+pipe_panfrost_create_screen(int fd, const struct pipe_screen_config *config);
+
 struct pipe_screen *
 pipe_kmsro_create_screen(int fd, const struct pipe_screen_config *config);