Hi Adam,

On 24 April 2018 at 21:08, Adam Jackson <a...@redhat.com> wrote:
> +    for (int i = 0; i < screenInfo.numScreens; i++) {
> +        if (!dri3_screen_can_one_point_two(screenInfo.screens[i])) {
> +            rep.minorVersion = 0;
> +            break;
> +        }
> +    }
> +
> +    for (int i = 0; i < screenInfo.numGPUScreens; i++) {
> +        if (!dri3_screen_can_one_point_two(screenInfo.gpuscreens[i])) {
> +            rep.minorVersion = 0;
> +            break;
> +        }
> +    }

Makes sense, but would this disable v1.2 for, e.g., UDL?

I've sent another one I just spotted by inspection, but this is:
Reviewed-by: Daniel Stone <dani...@collabora.com>

Cheers,
Daniel
_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: https://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to