]> git.sur5r.net Git - u-boot/blobdiff - include/video.h
sunxi: DT: update device tree files for Allwinner H3 and H5 SoCs
[u-boot] / include / video.h
index 841f3dc56b138a5be8f188895019add57958f8c9..ddc2eeb5a95f2ae820fa24b774c7abe5eb4eeedb 100644 (file)
@@ -67,6 +67,7 @@ enum video_log2_bpp {
  * @flush_dcache:      true to enable flushing of the data cache after
  *             the LCD is updated
  * @cmap:      Colour map for 8-bit-per-pixel displays
+ * @fg_col_idx:        Foreground color code (bit 3 = bold, bit 0-2 = color)
  */
 struct video_priv {
        /* Things set up by the driver: */
@@ -88,6 +89,7 @@ struct video_priv {
        u32 colour_bg;
        bool flush_dcache;
        ushort *cmap;
+       u8 fg_col_idx;
 };
 
 /* Placeholder - there are no video operations at present */