> > +/* Primary plane formats for gen >= 9 with NV12 */ > > +static const uint32_t skl_primary_formats_with_nv12[] = { > > + DRM_FORMAT_C8, > > + DRM_FORMAT_RGB565, > > + DRM_FORMAT_XRGB8888, > > + DRM_FORMAT_XBGR8888, > > + DRM_FORMAT_ARGB8888, > > + DRM_FORMAT_ABGR8888, > > + DRM_FORMAT_XRGB2101010, > > + DRM_FORMAT_XBGR2101010, > > + DRM_FORMAT_NV12, > > +}; > > Looks like we've since gained support for packed YUV formats, so this > patch needs a respin to include those as well. > A while ago Daniel mentioned he can resolve minor/small merge conflicts and don't have to respun. So my understanding is this should be ok as it should be minor one. _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/intel-gfx