summaryrefslogtreecommitdiff
path: root/fb
diff options
context:
space:
mode:
Diffstat (limited to 'fb')
-rw-r--r--fb/fb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fb/fb.h b/fb/fb.h
index e73de3c3a..0af9ea244 100644
--- a/fb/fb.h
+++ b/fb/fb.h
@@ -104,6 +104,9 @@
* windows with 32bpp image format for application compatibility
*/
+/* for driver compat - intel UXA needs the second one at least */
+#define FB_24BIT
+#define FB_24_32BIT
#define FB_STIP_SHIFT LOG2_BITMAP_PAD
#define FB_STIP_UNIT (1 << FB_STIP_SHIFT)