Age | Commit message (Expand) | Author |
2024-05-24 | remove unneeded includes; ok miod@ | Jonathan Gray |
2022-03-11 | Constify struct cfattach. | Martin Pieuchot |
2022-01-09 | spelling | Jonathan Gray |
2019-10-13 | Move ws_get_param/ws_set_param into wsdisplay code. | Mark Kettenis |
2015-10-29 | Make inteldrm(4) attach to pci(4) instead of vga(4) just like radeondrm(4). | Mark Kettenis |
2015-08-20 | remove unused vesafb code, had been commented out and not compiled in for | Mike Larkin |
2015-07-18 | Shuffle include file ordering in preparation for future changes in vgavar.h, | Miod Vallat |
2015-03-29 | Restore user-loaded vga fonts upon X11->VT switch and upon resume; from | Miod Vallat |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-12-06 | Repost video on all known Intel PowerVR devices not just GMA500, for | Jonathan Gray |
2014-07-28 | Limit the "aperture needed" printf to ramdisks via RAMDISK_HOOKS. | Jonathan Gray |
2014-07-22 | The aperture needed test should be in vgafb as well as vga@pci. | Jonathan Gray |
2014-07-12 | Print a line in dmesg to indicate if the aperture driver is | Jonathan Gray |
2014-06-01 | Remove real mode VGA repost option. It was used by nobody, and even if it | Mike Larkin |
2014-03-28 | Reduce uvm include madness. Use <uvm/uvm_extern.h> instead of | Martin Pieuchot |
2014-03-26 | No need to include <sys/lock.h> when only <sys/rwlock.h> is needed, | Martin Pieuchot |
2014-03-17 | The AGP ioctl interface is gone; remove the header file as well. | Mark Kettenis |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |
2013-08-12 | Add a port of the TTM and Radeon DRM code from Linux 3.8.13. | Jonathan Gray |
2013-03-26 | Stop rePOSTing devices supported by inteldrm(4). The driver now properly | Mark Kettenis |
2013-03-18 | Provide a way for *drm(4) to prevent the VGA text console wsdisplay(4) instance | Mark Kettenis |
2013-03-04 | Reorder code such that wsdisplay(4) attaches after drm(4). | Mark Kettenis |
2012-10-08 | Revamp the sequences for suspend/hibernate -> resume so that the code | Theo de Raadt |
2012-08-22 | Split out the bar functions required to attach drm(4) to share them | Martin Pieuchot |
2011-04-14 | Spacing nit. | Owain Ainsworth |
2011-04-14 | For the time being repost Intel clarkdale IGD. | Owain Ainsworth |
2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return | Miod Vallat |
2010-08-31 | Add DVACT_QUIECE support. This is called before splhigh() and before | Theo de Raadt |
2010-08-08 | fix broken english in commented out printf. | Miod Vallat |
2010-08-08 | Try to save the vga hardware state around suspend, and also redisplay the | Miod Vallat |
2010-08-06 | repost hp g62 | Marco Peereboom |
2010-08-04 | re-post all ATI and all PowerVR (with an annoying message) | Theo de Raadt |
2010-08-04 | Add missing brace. | Matthew Dempsky |
2010-08-04 | Print annoying stuff when re-posting the video, so that people will | Theo de Raadt |
2010-07-27 | Repost ATI Radeon HD4500 on HP Pavilion dv7-3160us using the emulator, | Mike Larkin |
2010-07-21 | Repost ATI FireGL M24 using the emulator. This card is seen on some IBM | Mike Larkin |
2010-07-20 | VGA repost for ATI Radeon X1250IGP (as found on Gateway netbooks and | Mike Larkin |
2010-07-14 | Let vga_pci.c build in kernel configs without acpi. ok kettenis@ | Matthieu Herrb |
2010-07-02 | Add Lenovo ThinkPad X100e quirk, from Brad. | Paul Irofti |
2010-07-02 | Switch to nitems for the table, save some space. `Looks good' deraadt@. | Paul Irofti |
2010-07-01 | Repost T510 video using the emulator. | Mike Larkin |
2010-07-01 | It seems the x200s doesn't need the video bios call from locore. | Paul Irofti |
2010-07-01 | See, I said the #ifdef's are a confusing maze -- they confused me. | Theo de Raadt |
2010-07-01 | Make this compile with SMALL_KERNEL. The #ifdef farm this produces should | Theo de Raadt |
2010-07-01 | Add a look-up table for machines that have special vga cards. This table will | Paul Irofti |
2009-11-28 | Fix previous; pointed out by stsp@ | Mark Kettenis |
2009-11-28 | Make sure we pass on DVACT_SUSPEND and DVACT_RESUME requests to our children | Mark Kettenis |
2009-06-06 | Remove the last VGA_POST defines with X86EMU. Okay deraadt@. | Paul Irofti |
2009-06-06 | Add vga bios repost support. Fetched from the NetBSD tree mostly. | Paul Irofti |
2009-06-03 | Make sure to fail WSDISPLAYIO_[GS]ETPARAM if it is not handled. | Miod Vallat |