[Intel-gfx] [PATCH xf86-video-intel v1] sna: Added AYUV format support for textured and sprite video adapters.
Lisovskiy, Stanislav
stanislav.lisovskiy at intel.com
Wed Oct 3 13:17:33 UTC 2018
On Wed, 2018-10-03 at 12:29 +0100, Chris Wilson wrote:
> Quoting Stanislav Lisovskiy (2018-10-02 10:38:53)
> > diff --git a/src/sna/sna_render.h b/src/sna/sna_render.h
> > index 6669af9d..ef88d1f9 100644
> > --- a/src/sna/sna_render.h
> > +++ b/src/sna/sna_render.h
> > @@ -139,20 +139,25 @@ struct sna_composite_op {
> >
> > struct {
> > uint32_t flags;
> > + uint8_t wm_kernel;
> > } gen6;
> >
> > struct {
> > uint32_t flags;
> > + uint8_t wm_kernel;
> > } gen7;
> >
> > struct {
> > uint32_t flags;
> > + uint8_t wm_kernel;
> > } gen8;
> >
> > struct {
> > uint32_t flags;
> > + uint8_t wm_kernel;
> > } gen9;
> > } u;
> > + unsigned long gen9_kernel;
>
> Do you want to try again without the surplus changes? Maybe ask Ville
> for his patches to base your work on?
> -Chris
Yep, I took part of Ville's patch for the flags issue, required for
gen9+.
--
Best Regards,
Lisovskiy Stanislav
More information about the Intel-gfx
mailing list