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
/
files.drm
Age
Commit message (
Expand
)
Author
2010-05-25
Remove the DRI1 code paths from inteldrm as promised two weeks ago.
Owain Ainsworth
2010-05-24
Remove the drm drivers that are not enabled (and have never been so).
Owain Ainsworth
2010-03-27
DRM for R600 and R700 chipsets.
Owain Ainsworth
2009-04-06
Turns out that the intel version of the heap interface isn't used
Owain Ainsworth
2009-04-06
sisdrm depends on the heap interface too, now.
Owain Ainsworth
2009-04-06
sisdrm is disabled. That does not mean that the code doesn't offend me.
Owain Ainsworth
2009-03-27
Rework the dma buffer api a bit to make it smaller and to have less
Owain Ainsworth
2009-03-26
Rework how we deal with the list of per-open datastructures, and the
Owain Ainsworth
2009-02-15
Remove drm_pci_alloc and associated definitions.
Owain Ainsworth
2009-02-05
Merge the static block allocation code from {i915,radeon}_mem.c into
Owain Ainsworth
2009-01-29
Similar to my last commit, it's stupid to have a file with two very
Owain Ainsworth
2009-01-29
Move drmmmap to the main driver file. It's stupid to have a file with
Owain Ainsworth
2009-01-29
Rip out the drm_drawable support. There is no need for the xserver to
Owain Ainsworth
2008-11-22
Move the drm drivers over from:
Owain Ainsworth
2008-11-17
drm advertises a read and poll method. this was there to prevent errrors
Owain Ainsworth
2008-11-11
Remove the (unworking to the point it doens't even compile) viadrm driver.
Owain Ainsworth
2008-08-28
replace usage of drm_memrange with extent(9). No functional change, but
Owain Ainsworth
2008-06-26
Kill drm_sysctl.c and all references to it.
Owain Ainsworth
2008-06-12
The mmap offsets for memory buffers currently are the kernel virtual
Owain Ainsworth
2007-11-28
oga just showed the worst case of "commit and run for beer" i've ever
Theo de Raadt