diff options
author | Dave Airlie <airlied@redhat.com> | 2011-03-29 14:24:52 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2011-04-01 10:31:07 +1000 |
commit | ac2ae2ed378cc877444bec17b353dda83b620186 (patch) | |
tree | 3ffa82fefbb5ecaecd5f3b6c3654584063a608f3 /fb | |
parent | be9cfb249da18d134c1d65bbb75161aff65f2942 (diff) |
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 <airlied@redhat.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'fb')
-rw-r--r-- | fb/fb.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |