HDMI: Modify color output policy.
[firefly-linux-kernel-4.4.55.git] / drivers / video / rockchip / hdmi / rockchip-hdmiv2 / rockchip_hdmiv2_hw.h
index bcc2864ae449cfc9c6823547c68d8c78c2755e4e..83b7924051b6d0e5e41a91eabe59eaad3939a7d5 100644 (file)
@@ -39,20 +39,20 @@ enum {
                                                   16-235 output accroding
                                                   BT709 that is 10bit clolor
                                                   depth */
-       CSC_ITU601_16_235_TO_RGB_16_235_8BIT,   /* YCbCr 16-235 input to RGB
-                                                  16-235 output according
+       CSC_ITU601_16_235_TO_RGB_0_255_8BIT,    /* YCbCr 16-235 input to RGB
+                                                  0-255 output according
                                                   BT601 that is 8bit clolor
                                                   depth */
-       CSC_ITU709_16_235_TO_RGB_16_235_8BIT,   /* YCbCr 16-235 input to RGB
-                                                  16-235 output according
+       CSC_ITU709_16_235_TO_RGB_0_255_8BIT,    /* YCbCr 16-235 input to RGB
+                                                  0-255 output according
                                                   BT709 that is 8bit clolor
                                                   depth */
-       CSC_ITU601_16_235_TO_RGB_0_255_8BIT,    /* YCbCr 16-235 input to RGB
-                                                  0-255 output according
+       CSC_ITU601_16_235_TO_RGB_16_235_8BIT,   /* YCbCr 16-235 input to RGB
+                                                  16-235 output according
                                                   BT601 that is 8bit clolor
                                                   depth */
-       CSC_ITU709_16_235_TO_RGB_0_255_8BIT     /* YCbCr 16-235 input to RGB
-                                                  0-255 output according
+       CSC_ITU709_16_235_TO_RGB_16_235_8BIT    /* YCbCr 16-235 input to RGB
+                                                  16-235 output according
                                                   BT709 that is 8bit clolor
                                                   depth */
 };