summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 776ccb9)
raw | patch | inline | side by side (parent: 776ccb9)
author | Sreenidhi Koti Ananda Rao <sreenidhi@ti.com> | |
Tue, 2 Apr 2013 15:02:40 +0000 (10:02 -0500) | ||
committer | Praneeth 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>
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 | patch | blob | history |
index cfbd9541a44a1442af16dc64f11596d399d6460f..6c398a47255e5f8634258aeaa744d5cf892defc9 100755 (executable)
--- a/include/video/omapdss.h
+++ b/include/video/omapdss.h
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 {