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
/
drm
Age
Commit message (
Expand
)
Author
2012-09-25
Add minimal support for gen7/ivy bridge in inteldrm.
Jonathan Gray
2012-09-08
Don't use mtrr if we are not on i386/amd64.
Martin Pieuchot
2012-09-08
Instead of having yet an other option to compile the drm code without agp
Martin Pieuchot
2012-08-30
Use only one macro instead of two to turn debug printf on.
Martin Pieuchot
2012-08-22
Unbreak drm when DRM_NO_AGP is defined.
Martin Pieuchot
2012-08-22
Add memory barriers for powerpc.
Martin Pieuchot
2012-08-21
Define the endianness macro used in drm code corresponding to the
Martin Pieuchot
2012-08-04
PCI_PRODUCT_ATI_RADEON_X1250 -> PCI_PRODUCT_ATI_RADEON_X1250_{1,2}
Antoine Jacoutot
2012-07-20
match on Mobility Radeon HD2600
Jonathan Gray
2012-05-26
Split out the register definitions into its own file to make it possible to
Mark Kettenis
2012-05-21
Always clear out the inactive list and make sure everything is unbound in
Mark Kettenis
2012-05-19
Split out the suspend/resume code into its own file to make it possible to
Mark Kettenis
2012-04-11
fix all the suser calls which pass an incorrect p_acflag argument;
Mike Belopuhov
2012-03-09
New vmmap implementation.
Ariane van der Steldt
2012-01-29
According to the X.org driver, the Evergreen series of chips are the
Peter Hessler
2011-09-22
Fix white space and tabs here. ok miod@, oga@
Matthieu Herrb
2011-09-20
In its current state the ring code doesn't work on sandybridge. As a result
Mark Kettenis
2011-09-20
The BIOS on the x220 doesn't retrain the FDI link upon resume and restoring
Mark Kettenis
2011-09-14
Initial kernel support for sandybridge intel chipsets in intagp and inteldrm.
Owain Ainsworth
2011-08-22
Add support for Radeon 4250.
Christiano F. Haesbaert
2011-07-06
so... there is some crazy bug exposed on non-ironlake chips, when the
Theo de Raadt
2011-07-04
Temporarily back out msi for inteldrm.
Owain Ainsworth
2011-07-03
in the ironlake interrupt handler, do not do unneccesary register
Theo de Raadt
2011-07-03
Rip out and burn support for UVM_HIST.
Owain Ainsworth
2011-07-03
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
Matthew Dempsky
2011-06-19
Don't assume no interrupts if the command processor is not running.
Owain Ainsworth
2011-06-17
M_WAITOK cleanup of two cases:
Michael Knudsen
2011-06-06
Backout vmmap in order to repair virtual address selection algorithms
Ariane van der Steldt
2011-06-02
Add $OpenBSD$ after oga said 'go ahead and fix that'
Paul de Weerd
2011-05-30
Force full resets always for now.
Owain Ainsworth
2011-05-30
Remove the freelist member from vm_physseg
Owain Ainsworth
2011-05-30
Add RADEON_CS ioctl support for r600 and r700.
Owain Ainsworth
2011-05-30
Enable MSI on inteldrm.
Owain Ainsworth
2011-05-24
Reimplement uvm/uvm_map.
Ariane van der Steldt
2011-05-21
Make inteldrm_intr only do any work if we know for sure that interrupts
Owain Ainsworth
2011-05-02
Add definitions for the radeon kms related ioctls (i.e. gem/ttm on
Owain Ainsworth
2011-05-02
Some extra paranoia for if we fail to attach.
Owain Ainsworth
2011-05-02
Radeon HD3000; from Pedro la Peu.
Owain Ainsworth
2011-05-01
Add some PARAM and flags defines needed for later version of the intel
Owain Ainsworth
2011-05-01
Fix a NULL dereference if drm fails to attach.
Owain Ainsworth
2011-04-24
do not need that proto
Theo de Raadt
2011-04-24
match Radeon HD5450 on the kernel side; Mark Peoples
Theo de Raadt
2011-04-07
Do not use NULL in integer comparisons. No functional change.
Miod Vallat
2011-03-02
- change recieved -> received in comments, as well as two unused defines
Jasper Lievisse Adriaanse
2011-02-22
In drm_modeset_ctl make sure to check the (now signed) value is > 0 as
Owain Ainsworth
2011-02-11
Port over a fix from Chris Wilson to poke the 855GM GWB/HIC bit.
Marco Pfatschbacher
2010-12-26
Kill pmap_phys_address(), and force every driver's mmap() routine to return
Miod Vallat
2010-12-16
no need to poke the vmspace, uvm_map_hint does what we want. ok oga
Ted Unangst
2010-12-15
add a BRKSIZ define and use it for the heap gap constant, decoupling
Ted Unangst
2010-11-09
correct some bit tests spotted by -Wparentheses in newer gcc.
Jonathan Gray
[next]