From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail2.shareable.org ([80.68.89.115]:40204 "EHLO mail2.shareable.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751160AbZIEPXF (ORCPT ); Sat, 5 Sep 2009 11:23:05 -0400 Date: Sat, 5 Sep 2009 16:22:51 +0100 From: Jamie Lokier To: Guennadi Liakhovetski Cc: Marek Vasut , Russell King - ARM Linux , linux-arm-kernel@lists.infradead.org, Mike Rapoport , Eric Miao , linux-arm-kernel@lists.arm.linux.org.uk, Stefan Herbrechtsmeier , Linux Media Mailing List Subject: Re: [PATCH] Add RGB555X and RGB565X formats to pxa-camera Message-ID: <20090905152251.GL24516@shareable.org> References: <200908031031.00676.marek.vasut@gmail.com> <4A76CB7C.10401@gmail.com> <200909050926.48309.marek.vasut@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-media-owner@vger.kernel.org List-ID: Guennadi Liakhovetski wrote: Now RGB555 looks like (from wikipedia) > > 15 14 13 12 11 10 09 08 07 06 05 04 03 02 01 00 > R4 R3 R2 R1 R0 G4 G3 G2 G1 G1 B4 B3 B2 B1 B1 -- > > (Actually, I thought bit 15 was unused, but it doesn't matter for this > discussion.) You are right: sometimes RGB555 means bit 15 is unused. Wikipedia isn't always right. -- Jamie