diff --git a/Documentation/DocBook/media/v4l/pixfmt-packed-rgb.xml b/Documentation/DocBook/media/v4l/pixfmt-packed-rgb.xml
index 166c8d65e4f72ced74e3c359203f157316b62235..e1c4f8b4c0b36f35f95667b59ac3a06fd79fe328 100644
--- a/Documentation/DocBook/media/v4l/pixfmt-packed-rgb.xml
+++ b/Documentation/DocBook/media/v4l/pixfmt-packed-rgb.xml
@@ -121,14 +121,14 @@ colorspace V4L2_COLORSPACE_SRGB .
V4L2_PIX_FMT_RGB332
'RGB1'
- b1
- b0
- g2
- g1
- g0
r2
r1
r0
+ g2
+ g1
+ g0
+ b1
+ b0
V4L2_PIX_FMT_RGB444
@@ -159,18 +159,18 @@ colorspace V4L2_COLORSPACE_SRGB .
g2
g1
g0
- r4
- r3
- r2
- r1
- r0
-
- a
b4
b3
b2
b1
b0
+
+ a
+ r4
+ r3
+ r2
+ r1
+ r0
g4
g3
@@ -181,17 +181,17 @@ colorspace V4L2_COLORSPACE_SRGB .
g2
g1
g0
- r4
- r3
- r2
- r1
- r0
-
b4
b3
b2
b1
b0
+
+ r4
+ r3
+ r2
+ r1
+ r0
g5
g4
g3
@@ -201,32 +201,32 @@ colorspace V4L2_COLORSPACE_SRGB .
'RGBQ'
a
- b4
- b3
- b2
- b1
- b0
- g4
- g3
-
- g2
- g1
- g0
r4
r3
r2
r1
r0
-
-
- V4L2_PIX_FMT_RGB565X
- 'RGBR'
+ g4
+ g3
+ g2
+ g1
+ g0
b4
b3
b2
b1
b0
+
+
+ V4L2_PIX_FMT_RGB565X
+ 'RGBR'
+
+ r4
+ r3
+ r2
+ r1
+ r0
g5
g4
g3
@@ -234,11 +234,11 @@ colorspace V4L2_COLORSPACE_SRGB .
g2
g1
g0
- r4
- r3
- r2
- r1
- r0
+ b4
+ b3
+ b2
+ b1
+ b0
V4L2_PIX_FMT_BGR666
@@ -385,6 +385,15 @@ colorspace V4L2_COLORSPACE_SRGB .
V4L2_PIX_FMT_RGB32
'RGB4'
+ a7
+ a6
+ a5
+ a4
+ a3
+ a2
+ a1
+ a0
+
r7
r6
r5
@@ -411,25 +420,16 @@ colorspace V4L2_COLORSPACE_SRGB .
b2
b1
b0
-
- a7
- a6
- a5
- a4
- a3
- a2
- a1
- a0
- Bit 7 is the most significant bit. The value of a = alpha
+ Bit 7 is the most significant bit. The value of the a = alpha
bits is undefined when reading from the driver, ignored when writing
to the driver, except when alpha blending has been negotiated for a
Video Overlay or
-Video Output Overlay or when alpha component has been configured
+Video Output Overlay or when the alpha component has been configured
for a Video Capture by means of V4L2_CID_ALPHA_COMPONENT
control.
@@ -512,421 +512,6 @@ image
-
- Drivers may interpret these formats differently.
-
-
- Some RGB formats above are uncommon and were probably
-defined in error. Drivers may interpret them as in .
-
-
-
A test utility to determine which RGB formats a driver
actually supports is available from the LinuxTV v4l-dvb repository.
See &v4l-dvb; for access instructions.