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
2013-02-14
A few more framebuffer console bits. Still disabled for now.
Mark Kettenis
2013-02-09
sync the i915 modesetting code with linux
Jonathan Gray
2013-01-30
move ring code closer to upstream
Jonathan Gray
2013-01-10
add the rest of intel_fb.c
Jonathan Gray
2013-01-10
add the rest of intel_display.c
Jonathan Gray
2013-01-10
add crt related functions, not yet called
Jonathan Gray
2013-01-10
add the drm memory manager
Jonathan Gray
2013-01-10
move some gem bits to i915_gem_tiling.c to match upstream
Jonathan Gray
2013-01-10
move some gem bits to i915_gem_execbuffer.c to match upstream
Jonathan Gray
2013-01-10
split gem evict functions out to match upstream
Jonathan Gray
2013-01-10
wire up gmbus
Jonathan Gray
2013-01-10
init crtc/encoder, run a bit more setup code
Jonathan Gray
2013-01-10
wire up opregion functions
Jonathan Gray
2013-01-10
more
Jonathan Gray
2013-01-10
more
Jonathan Gray
2013-01-10
more
Jonathan Gray
2013-01-10
Add driver independant KMS support.
Matthieu Herrb
2012-05-19
Split out the suspend/resume code into its own file to make it possible to
Mark Kettenis
2011-09-22
Fix white space and tabs here. ok miod@, oga@
Matthieu Herrb
2011-05-30
Add RADEON_CS ioctl support for r600 and r700.
Owain Ainsworth
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