diff options
author | Boris Brezillion <boris.brezillon@free-electrons.com> | 2015-01-28 11:49:51 -0500 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2015-03-31 05:59:33 -0400 |
commit | 4b3a81a917a5ef21a4483d699cefd4d9fa35b841 (patch) | |
tree | 19dbbaebda8f053a43e709c98d8d7ef7a48fa024 /Documentation | |
parent | e0d155cadbc569319e49b97ebb8b062e241483e6 (diff) |
Add RGB444_1X12 and RGB565_1X16 media bus formats
Add RGB444_1X12 and RGB565_1X16 format definitions and update the
documentation.
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Acked-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/DocBook/media/v4l/subdev-formats.xml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/Documentation/DocBook/media/v4l/subdev-formats.xml b/Documentation/DocBook/media/v4l/subdev-formats.xml index c5ea868e3909..29fe60112f4c 100644 --- a/Documentation/DocBook/media/v4l/subdev-formats.xml +++ b/Documentation/DocBook/media/v4l/subdev-formats.xml | |||
@@ -192,6 +192,24 @@ see <xref linkend="colorspaces" />.</entry> | |||
192 | </row> | 192 | </row> |
193 | </thead> | 193 | </thead> |
194 | <tbody valign="top"> | 194 | <tbody valign="top"> |
195 | <row id="MEDIA-BUS-FMT-RGB444-1X12"> | ||
196 | <entry>MEDIA_BUS_FMT_RGB444_1X12</entry> | ||
197 | <entry>0x100e</entry> | ||
198 | <entry></entry> | ||
199 | &dash-ent-20; | ||
200 | <entry>r<subscript>3</subscript></entry> | ||
201 | <entry>r<subscript>2</subscript></entry> | ||
202 | <entry>r<subscript>1</subscript></entry> | ||
203 | <entry>r<subscript>0</subscript></entry> | ||
204 | <entry>g<subscript>3</subscript></entry> | ||
205 | <entry>g<subscript>2</subscript></entry> | ||
206 | <entry>g<subscript>1</subscript></entry> | ||
207 | <entry>g<subscript>0</subscript></entry> | ||
208 | <entry>b<subscript>3</subscript></entry> | ||
209 | <entry>b<subscript>2</subscript></entry> | ||
210 | <entry>b<subscript>1</subscript></entry> | ||
211 | <entry>b<subscript>0</subscript></entry> | ||
212 | </row> | ||
195 | <row id="MEDIA-BUS-FMT-RGB444-2X8-PADHI-BE"> | 213 | <row id="MEDIA-BUS-FMT-RGB444-2X8-PADHI-BE"> |
196 | <entry>MEDIA_BUS_FMT_RGB444_2X8_PADHI_BE</entry> | 214 | <entry>MEDIA_BUS_FMT_RGB444_2X8_PADHI_BE</entry> |
197 | <entry>0x1001</entry> | 215 | <entry>0x1001</entry> |
@@ -304,6 +322,28 @@ see <xref linkend="colorspaces" />.</entry> | |||
304 | <entry>g<subscript>4</subscript></entry> | 322 | <entry>g<subscript>4</subscript></entry> |
305 | <entry>g<subscript>3</subscript></entry> | 323 | <entry>g<subscript>3</subscript></entry> |
306 | </row> | 324 | </row> |
325 | <row id="MEDIA-BUS-FMT-RGB565-1X16"> | ||
326 | <entry>MEDIA_BUS_FMT_RGB565_1X16</entry> | ||
327 | <entry>0x100f</entry> | ||
328 | <entry></entry> | ||
329 | &dash-ent-16; | ||
330 | <entry>r<subscript>4</subscript></entry> | ||
331 | <entry>r<subscript>3</subscript></entry> | ||
332 | <entry>r<subscript>2</subscript></entry> | ||
333 | <entry>r<subscript>1</subscript></entry> | ||
334 | <entry>r<subscript>0</subscript></entry> | ||
335 | <entry>g<subscript>5</subscript></entry> | ||
336 | <entry>g<subscript>4</subscript></entry> | ||
337 | <entry>g<subscript>3</subscript></entry> | ||
338 | <entry>g<subscript>2</subscript></entry> | ||
339 | <entry>g<subscript>1</subscript></entry> | ||
340 | <entry>g<subscript>0</subscript></entry> | ||
341 | <entry>b<subscript>4</subscript></entry> | ||
342 | <entry>b<subscript>3</subscript></entry> | ||
343 | <entry>b<subscript>2</subscript></entry> | ||
344 | <entry>b<subscript>1</subscript></entry> | ||
345 | <entry>b<subscript>0</subscript></entry> | ||
346 | </row> | ||
307 | <row id="MEDIA-BUS-FMT-BGR565-2X8-BE"> | 347 | <row id="MEDIA-BUS-FMT-BGR565-2X8-BE"> |
308 | <entry>MEDIA_BUS_FMT_BGR565_2X8_BE</entry> | 348 | <entry>MEDIA_BUS_FMT_BGR565_2X8_BE</entry> |
309 | <entry>0x1005</entry> | 349 | <entry>0x1005</entry> |