index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
vga_pci.c
Age
Commit message (
Expand
)
Author
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
2009-06-03
Add acpivideo support. This adds brightness support for all laptops
Paul Irofti
2009-06-02
Do not go one bar too far down the road; found by Parfait; ok oga
Theo de Raadt
2008-11-22
Move the drm drivers over from:
Owain Ainsworth
2008-11-09
Rework that way that agp attaches.
Owain Ainsworth
2008-08-12
Kill dmesg spam. Since we can't guarantee that a device is capable of
Owain Ainsworth
2008-08-10
Style fixes and use of tabs for the DRM bits.
Brad Smith
2008-08-02
make the drm unsupported printf more in line with how the rest of them
Owain Ainsworth
2008-07-12
Right now agp_generic_enable() is wrong. It has been since 2006. It
Owain Ainsworth
2008-06-12
Skip 64-bit BARs correctly when initing.
Owain Ainsworth
2008-06-03
Simplify the use of pci_mapreg_map().
Brad Smith
2008-05-06
currently agp_i810 needs to map the same BAR as inteldrm, this obviously
Owain Ainsworth
2008-03-16
Make agp(4) attach at vga(4) instead of pchb(4). This is because sometimes
Owain Ainsworth
2007-11-28
Initial import of the DRM (direct rendering manager).
Owain Ainsworth
2007-11-25
Make agp attach as a device. This means that many more agp bridges
Owain Ainsworth
2007-11-03
use DEVICE_IS_VGA_PCI in vga_pci_match()
Martin Reindl
2007-01-28
Fix a number of issues with vesabios discovered by miod@
Gordon Willem Klok
2006-11-27
commit vesabios for matthieu@
Gordon Willem Klok
[next]