[PATCH 1/4] drm: add plane support

Jesse Barnes jbarnes at virtuousgeek.org
Tue Jun 7 14:05:02 PDT 2011


On Tue,  7 Jun 2011 13:07:39 -0700
Jesse Barnes <jbarnes at virtuousgeek.org> wrote:

> +#define DRM_MODE_PLANE_FORMAT_YUV422		1 /* YUV 4:2:2 packed */
> +#define DRM_MODE_PLANE_FORMAT_RGBX101010	2 /* RGB 10bpc, ign. alpha */
> +#define DRM_MODE_PLANE_FORMAT_RGBX888		3 /* Standard x:8:8:8 RGB */
> +#define DRM_MODE_PLANE_FORMAT_RGBX161616	4 /* x:16:16:16 float RGB */
> +

Oops and ignore these, I knew I left some extras in there somewhere...
These are replaced by the V4L defines.

-- 
Jesse Barnes, Intel Open Source Technology Center


More information about the dri-devel mailing list