diff options
Diffstat (limited to 'lib/mesa/src/gallium/auxiliary/target-helpers/drm_helper_public.h')
-rw-r--r-- | lib/mesa/src/gallium/auxiliary/target-helpers/drm_helper_public.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mesa/src/gallium/auxiliary/target-helpers/drm_helper_public.h b/lib/mesa/src/gallium/auxiliary/target-helpers/drm_helper_public.h index 155c52576..750ed0933 100644 --- a/lib/mesa/src/gallium/auxiliary/target-helpers/drm_helper_public.h +++ b/lib/mesa/src/gallium/auxiliary/target-helpers/drm_helper_public.h @@ -43,7 +43,7 @@ struct pipe_screen * pipe_vc4_create_screen(int fd, const struct pipe_screen_config *config); struct pipe_screen * -pipe_pl111_create_screen(int fd, const struct pipe_screen_config *config); +pipe_kmsro_create_screen(int fd, const struct pipe_screen_config *config); struct pipe_screen * pipe_etna_create_screen(int fd, const struct pipe_screen_config *config); |