]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/commitdiff
OMAPDSS: OMAPFB: Update bit-field info for BGRA32 color format
authorSreenidhi Koti Ananda Rao <sreenidhi@ti.com>
Tue, 2 Apr 2013 15:02:40 +0000 (10:02 -0500)
committerPraneeth Bajjuri <praneeth@ti.com>
Fri, 12 Jul 2013 22:35:08 +0000 (17:35 -0500)
Descrition: The bit-field info is used by the truncation logic, if
enabled, for the specific color format chosen.This patch appends the
BGRA color format & updates the corresponding bit-fields.

Change-Id: Ie78e1869d589012b604ed86a85bf1b132cbf6feb
Signed-off-by: Arthur Philpott <arthur.philpott@ti.com>
include/video/omapdss.h

index cfbd9541a44a1442af16dc64f11596d399d6460f..6c398a47255e5f8634258aeaa744d5cf892defc9 100755 (executable)
@@ -107,6 +107,7 @@ enum omap_color_mode {
        OMAP_DSS_COLOR_RGBX16           = 1 << 16, /* RGBx16 - 4444 */
        OMAP_DSS_COLOR_ARGB16_1555      = 1 << 17, /* ARGB16 - 1555 */
        OMAP_DSS_COLOR_XRGB16_1555      = 1 << 18, /* xRGB16 - 1555 */
+       OMAP_DSS_COLOR_BGRA32   = 1 << 19,  /* BGRA32 */
 };
 
 enum omap_dss_load_mode {