On Tue, Jan 15, 2013 at 01:35:32PM +0200, Ville Syrjälä wrote: > On Tue, Jan 15, 2013 at 05:53:03PM +0800, Mark Zhang wrote: > > On 01/15/2013 12:05 AM, Thierry Reding wrote: > > > Add support for the B and C planes which support RGB and YUV pixel > > > formats and can be used as overlays or hardware cursor. > > > > I think "hardware cursor" has specific meaning for Tegra(e.g: Tegra30 > > has a 32x32 24bpp or 64x64 2bpp hardware cursor). So you may change it > > to "hardware accelerated cursor"? > > > > > > > > Signed-off-by: Thierry Reding <thierry.reding@xxxxxxxxxxxxxxxxx> > > > --- > > [...] > > > + > > > +static const uint32_t plane_formats[] = { > > > + DRM_FORMAT_XRGB8888, > > > + DRM_FORMAT_YUV422, > > > > I haven't found something related with YUV format in this patch set. For > > example, "tegra_dc_format" also doesn't take YUV into consideration. So > > remove this line. > > Also note that YUV422 is a planar format. And since it's not the most > common 4:2:2 format, my first guess would be that it's probably not > what you wanted. YUYV or UYVY is more likely the one you're after. Yes, I copied it from the TRM, which has YUV422 listed as non-planar format (it has YUV422, which is the planar variant). It isn't very specific about which variant YUV422 really is, though. As Mark said, the window setup code can't handle planar formats yet and tegra_dc_format() doesn't convert between DRM and Tegra formats other than 32-bit and 16-bit RGB either, so maybe I should just drop it instead. Thierry
Attachment:
pgpqq73KMRf_0.pgp
Description: PGP signature
_______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel