xserver/hw/xfree86/fbdevhw
Mike Gelfand 12b327c0da
hw: move include guards up to wrap the whole file
See: https://gcc.gnu.org/onlinedocs/cppinternals/Guard-Macros.html
Signed-off-by: Mike Gelfand <mikedld@mikedld.com>
2025-06-27 15:00:20 +01:00
..
man man pages: use .BR to mark up man page references 2025-03-29 13:36:54 -07:00
README
fbdevhw.c xfree86: fbdevhw: drop unused fbdevHWSaveScreenWeak() 2025-06-12 16:41:31 +02:00
fbdevhw.h xfree86: drop unused imports of colormapst.h 2025-06-12 17:21:43 +02:00
fbdevhwstub.c xfree86: fbdevhw: drop unused fbdevHWSaveScreenWeak() 2025-06-12 16:41:31 +02:00
fbpriv.h hw: move include guards up to wrap the whole file 2025-06-27 15:00:20 +01:00
meson.build xfree86: add per major-version driver/module subdirectories 2025-06-12 17:21:48 +02:00

This is a submodule to access linux framebuffer devices.
It is supported to work as helper module (like vgahw)
for the chipset drivers.  There are functions for
saving/restoring/setting video modes, set palette entries,
and a few more helper functions.  Some of them can be
hooked directly into ScrnInfoRec.

In ../drivers/fbdev is a "chipset" driver.  It is a simple,
non-accelerated and hardware-independent driver which works
on top of this fbdevhw submodule.

  Gerd

--
Gerd Knorr <kraxel@goldbach.in-berlin.de>