diff options
Diffstat (limited to 'src/gallium/winsys/vc5/drm/vc5_drm_winsys.c')
-rw-r--r-- | src/gallium/winsys/vc5/drm/vc5_drm_winsys.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/winsys/vc5/drm/vc5_drm_winsys.c b/src/gallium/winsys/vc5/drm/vc5_drm_winsys.c index d089291bf5b..9849ef4e006 100644 --- a/src/gallium/winsys/vc5/drm/vc5_drm_winsys.c +++ b/src/gallium/winsys/vc5/drm/vc5_drm_winsys.c @@ -29,7 +29,7 @@ #include "vc5/vc5_screen.h" struct pipe_screen * -vc5_drm_screen_create(int fd) +v3d_drm_screen_create(int fd) { - return vc5_screen_create(fcntl(fd, F_DUPFD_CLOEXEC, 3)); + return v3d_screen_create(fcntl(fd, F_DUPFD_CLOEXEC, 3)); } |