diff options
author | Igor Gnatenko <[email protected]> | 2015-11-22 10:12:09 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-11-29 17:53:55 +0000 |
commit | 43b0b8a9a30ed520a9c21805d953a88616bed4eb (patch) | |
tree | 2b8baa374bb7452bdc0a729474d0ec18ed72d599 | |
parent | 85b6f905e10a14d15465cd167a04966cc5a0d6cb (diff) |
virgl: pipe_virgl_create_screen is not static
Cc: [email protected]
Fixes: 17d3a5f8579 "target-helpers: add a non-inline drm_helper.h"
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=93063
Signed-off-by: Igor Gnatenko <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
(cherry picked from commit 05eed0eca71f8c35f315b3b0d7de30f3ff1878b4)
-rw-r--r-- | src/gallium/auxiliary/target-helpers/drm_helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/target-helpers/drm_helper.h b/src/gallium/auxiliary/target-helpers/drm_helper.h index 73a80b6c1dc..332b1cba984 100644 --- a/src/gallium/auxiliary/target-helpers/drm_helper.h +++ b/src/gallium/auxiliary/target-helpers/drm_helper.h @@ -223,7 +223,7 @@ pipe_freedreno_create_screen(int fd) #include "virgl/drm/virgl_drm_public.h" #include "virgl/virgl_public.h" -static struct pipe_screen * +struct pipe_screen * pipe_virgl_create_screen(int fd) { struct virgl_winsys *vws; |