Hi Ben,

On 26 July 2017 at 19:08, Ben Widawsky <b...@bwidawsk.net> wrote:
> +       } else if (INTEL_GEN(dev_priv) >= 9) {
>                 intel_primary_formats = skl_primary_formats;
>                 num_formats = ARRAY_SIZE(skl_primary_formats);
> -               modifiers = skl_format_modifiers;
> +               if (pipe >= PIPE_C)
> +                       modifiers = skl_format_modifiers_ccs;
> +               else
> +                       modifiers = skl_format_modifiers_noccs;

Shouldn't that be (pipe < PIPE_C)?

Cheers,
Daniel
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to