[Nouveau] [mesa 7/9] nv50: fix g98+ vdec class allocation
Emil Velikov
emil.l.velikov at gmail.com
Thu Nov 26 13:50:53 PST 2015
On 26 November 2015 at 07:15, Ben Skeggs <skeggsb at gmail.com> wrote:
> +static const struct nouveau_mclass
> +nv98_decoder_msvld[] = {
> + { 0x88b1, -1 },
> + { 0x86b1, -1 },
> + { 0x85b1, -1 },
> + {}
> +};
> +
> +static const struct nouveau_mclass
> +nv98_decoder_mspdec[] = {
> + { 0x88b2, -1 },
> + { 0x85b2, -1 },
> + {}
> +};
> +
> +static const struct nouveau_mclass
> +nv98_decoder_msppp[] = {
> + { 0x88b3, -1 },
> + { 0x85b3, -1 },
> + {}
> +};
> +
Was going to suggest using the new headers, only to realise that there
are no for video decoding. Is that intentional ?
-Emil
More information about the Nouveau
mailing list