summaryrefslogtreecommitdiff
path: root/sys/dev/pci/vga_pci.c
AgeCommit message (Expand)Author
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
2009-06-03Add acpivideo support. This adds brightness support for all laptopsPaul Irofti
2009-06-02Do not go one bar too far down the road; found by Parfait; ok ogaTheo de Raadt
2008-11-22Move the drm drivers over from:Owain Ainsworth
2008-11-09Rework that way that agp attaches.Owain Ainsworth
2008-08-12Kill dmesg spam. Since we can't guarantee that a device is capable ofOwain Ainsworth
2008-08-10Style fixes and use of tabs for the DRM bits.Brad Smith
2008-08-02make the drm unsupported printf more in line with how the rest of themOwain Ainsworth
2008-07-12Right now agp_generic_enable() is wrong. It has been since 2006. ItOwain Ainsworth
2008-06-12Skip 64-bit BARs correctly when initing.Owain Ainsworth
2008-06-03Simplify the use of pci_mapreg_map().Brad Smith
2008-05-06currently agp_i810 needs to map the same BAR as inteldrm, this obviouslyOwain Ainsworth
2008-03-16Make agp(4) attach at vga(4) instead of pchb(4). This is because sometimesOwain Ainsworth
2007-11-28Initial import of the DRM (direct rendering manager).Owain Ainsworth
2007-11-25Make agp attach as a device. This means that many more agp bridgesOwain Ainsworth
2007-11-03use DEVICE_IS_VGA_PCI in vga_pci_match()Martin Reindl
2007-01-28Fix a number of issues with vesabios discovered by miod@Gordon Willem Klok
2006-11-27commit vesabios for matthieu@Gordon Willem Klok
2006-07-20Enable bus master; X probably needs it to do accelerated graphics.Mark Kettenis
2006-03-16Move the agpgart handling code to a separate file.Matthieu Herrb
2006-03-15bits of my tree commited by Matthieu by mistake.Miod Vallat
2006-03-15Remove dead code (SUPPORTS_NON_CONSOLE and MD_DISPLAY_ISA_IOT)Matthieu Herrb
2005-11-19Remove unnecessary lockmgr() archaism that was costing too much in termsPedro Martelletto
2005-11-10be MI, use atop()Martin Reindl
2005-06-11Typo in comments.Miod Vallat
2004-05-03Remove OpenBSD/pegaos, this has been announced before but delayed untilDale Rahn
2004-02-04Change these defines to be a display specific define and also removeDale Rahn
2003-10-31Work around a problem where the vga code expects to be able to map isaDale Rahn
2002-07-15remove a bunch of debugging printfs and disable agp_debug; prompted by millert@Michael Shalayeff