From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesse Barnes Subject: Re: [PATCH 1/4] drm: add plane support Date: Tue, 7 Jun 2011 14:05:02 -0700 Message-ID: <20110607140502.620e9661@jbarnes-desktop> References: <1307477262-8242-1-git-send-email-jbarnes@virtuousgeek.org> <1307477262-8242-2-git-send-email-jbarnes@virtuousgeek.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from oproxy2-pub.bluehost.com (oproxy2-pub.bluehost.com [67.222.39.55]) by gabe.freedesktop.org (Postfix) with SMTP id 6DB989EFFC for ; Tue, 7 Jun 2011 14:12:03 -0700 (PDT) In-Reply-To: <1307477262-8242-2-git-send-email-jbarnes@virtuousgeek.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: Jesse Barnes Cc: intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org On Tue, 7 Jun 2011 13:07:39 -0700 Jesse Barnes 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