Reviewed-by: Nayan Deshmukh <[email protected]>

On Fri, Dec 9, 2016 at 12:51 AM, Emil Velikov <[email protected]> wrote:
> From: Emil Velikov <[email protected]>
>
> It's been like this since the code was introduced.
>
> Fixes: 86eb4131a90 (st/va: add headless support, i.e. VA_DISPLAY_DRM)
> Cc: "13.0" <[email protected]>
> Cc: Julien Isorce <[email protected]>
> Signed-off-by: Emil Velikov <[email protected]>
> ---
>  src/gallium/state_trackers/va/context.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/gallium/state_trackers/va/context.c 
> b/src/gallium/state_trackers/va/context.c
> index abc8b39..d52f95e 100644
> --- a/src/gallium/state_trackers/va/context.c
> +++ b/src/gallium/state_trackers/va/context.c
> @@ -138,8 +138,8 @@ VA_DRIVER_INIT_FUNC(VADriverContextP ctx)
>        drv->vscreen = vl_drm_screen_create(drm_info->fd);
>        if (!drv->vscreen)
>           goto error_screen;
> -      }
>        break;
> +   }
>     default:
>        FREE(drv);
>        return VA_STATUS_ERROR_INVALID_DISPLAY;
> --
> 2.10.2
>
> _______________________________________________
> mesa-dev mailing list
> [email protected]
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to