From ac2ae2ed378cc877444bec17b353dda83b620186 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Tue, 29 Mar 2011 14:24:52 +1000 Subject: [PATCH] fb: add back fb defines for driver compat. we could drop these really and just fixup the drivers, but since they'll build fine but fail to work this seems safer. Signed-off-by: Dave Airlie Reviewed-by: Keith Packard --- fb/fb.h | 3 +++ 1 file changed, 3 insertions(+) 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)