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