diff options
Diffstat (limited to 'src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c')
-rw-r--r-- | src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c b/src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c index 3b959e53981..6d2ed6e76f8 100644 --- a/src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c +++ b/src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c @@ -116,13 +116,13 @@ static const struct drm_driver_descriptor driver_descriptors[] = { .configuration = pipe_default_configuration_query, }, { - .driver_name = "vc4", - .create_screen = pipe_vc4_create_screen, + .driver_name = "v3d", + .create_screen = pipe_v3d_create_screen, .configuration = pipe_default_configuration_query, }, { - .driver_name = "vc5", - .create_screen = pipe_vc5_create_screen, + .driver_name = "vc4", + .create_screen = pipe_vc4_create_screen, .configuration = pipe_default_configuration_query, }, { |