mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-26 13:30:12 +01:00
allocate framebuffer memory without sisfb, and a new ioctl to be used
by the X Server which tells the DRM what region of framebuffer memory
to allocate from. Also fixes a possibility to panic the kernel I
believe. Tested on linux with sisfb and FreeBSD (without sisfb) with
new DRI only.
4 lines
114 B
Makefile
4 lines
114 B
Makefile
# i810, i830 & sis are not complete
|
|
SUBDIR = mga r128 radeon tdfx sis # i810 i830 gamma
|
|
|
|
.include <bsd.subdir.mk>
|