diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2013-08-12 04:11:54 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2013-08-12 04:11:54 +0000 |
commit | 2b8a8a7fca0fbe3c8edb2d1f989d43cae0cb619d (patch) | |
tree | dfabdd5b6654a7c2c460f7320c7d147e12e871d5 /sys/dev/pci/vga_pcivar.h | |
parent | c56fee9e71c36858614fa30c04b1287fefad6a96 (diff) |
Add a port of the TTM and Radeon DRM code from Linux 3.8.13.
Includes kernel modesetting, framebuffer console and support
for newer hardware.
Firmware needs to be present for acceleration and in some cases
modesetting to work. It can be installed via fw_update
or manually via pkg_add.
With lots of help from kettenis@ some macppc bits from mpi@
and some ttm refcount/queue bits from FreeBSD.
Thanks to M:Tier and the OpenBSD Foundation for sponsoring this work.
Diffstat (limited to 'sys/dev/pci/vga_pcivar.h')
-rw-r--r-- | sys/dev/pci/vga_pcivar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/vga_pcivar.h b/sys/dev/pci/vga_pcivar.h index ed3ec62b7b0..3f7eef6b0c6 100644 --- a/sys/dev/pci/vga_pcivar.h +++ b/sys/dev/pci/vga_pcivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vga_pcivar.h,v 1.16 2013/03/18 10:12:40 kettenis Exp $ */ +/* $OpenBSD: vga_pcivar.h,v 1.17 2013/08/12 04:11:52 jsg Exp $ */ /* $NetBSD: vga_pcivar.h,v 1.1 1998/03/22 15:16:19 drochner Exp $ */ /* @@ -92,7 +92,7 @@ struct vga_pci_bar *vga_pci_bar_map(struct vga_pci_softc *, int, void vga_pci_bar_unmap(struct vga_pci_bar*); #if NDRM > 0 -int drmsubmatch(struct device *, void *, void *); +int vga_drmsubmatch(struct device *, void *, void *); #endif #ifdef VESAFB |