mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-04 04:50:33 +01:00
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>
This commit is contained in:
parent
be9cfb249d
commit
ac2ae2ed37
1 changed files with 3 additions and 0 deletions
3
fb/fb.h
3
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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue