summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/vga_pci_common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add simple amdgpu pci id devlist for the ramdisk to determine ifjsg2019-08-211-0/+5
* Make inteldrm(4) attach to pci(4) instead of vga(4) just like radeondrm(4).kettenis2015-10-291-125/+0
* Shuffle include file ordering in preparation for future changes in vgavar.h,miod2015-07-181-0/+2
* Add the required includes for the conditional parts ofjsg2014-11-061-0/+9
* Limit the "aperture needed" printf to ramdisks via RAMDISK_HOOKS.jsg2014-07-281-0/+2
* The aperture needed test should be in vgafb as well as vga@pci.jsg2014-07-221-0/+38
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-1/+1
* Add a port of the TTM and Radeon DRM code from Linux 3.8.13.jsg2013-08-121-1/+1
* Split out the bar functions required to attach drm(4) to share themmpi2012-08-221-0/+152