[Mesa-dev] [PATCH] virgl: pipe_virgl_create_screen is not static

Emil Velikov emil.l.velikov at gmail.com
Sun Nov 22 03:15:02 PST 2015


On 22 November 2015 at 09:12, Igor Gnatenko <i.gnatenko.brain at gmail.com> wrote:
> Reference: https://bugs.freedesktop.org/show_bug.cgi?id=93063
> Signed-off-by: Igor Gnatenko <i.gnatenko.brain at gmail.com>
> ---
>  src/gallium/auxiliary/target-helpers/drm_helper.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/gallium/auxiliary/target-helpers/drm_helper.h b/src/gallium/auxiliary/target-helpers/drm_helper.h
> index 73a80b6..332b1cb 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;
Thanks for the fix Igor. I've added a couple of tags (so that we don't
forget 11.1 branch) and pushed this.

Did you had the chance to test virgl, with this patch on top ? It
shouldn't be broken (too badly) although any input will be
appreciated.

-Emil


More information about the mesa-dev mailing list