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
/
drm_scatter.c
Age
Commit message (
Expand
)
Author
2009-03-26
The drm_* allocation functions have been #defined to not use most of
Owain Ainsworth
2009-02-15
convert drm_scatter code over to using the new dmamem api.
Owain Ainsworth
2008-11-23
pass in the dmat when we attach the drm driver. reduces pci dependancy.
Owain Ainsworth
2008-09-02
detypedef some more. No functional change.
Owain Ainsworth
2008-08-16
Apply a light paddling with the knf stick. No binary change.
Owain Ainsworth
2008-08-13
Check for zero in drm_calloc() to prevent divide-by-zero. Also rearrange
Owain Ainsworth
2008-07-29
Switch all instances of malloc/free in the DRM to drm_alloc, drm_free
Owain Ainsworth
2008-06-30
Don't try to free a non-malloced address. Somehow this bit of code escaped
Owain Ainsworth
2008-06-26
Kill the silly ``drm_device_t'' and ``drm_file_t'' typedefs. just use
Owain Ainsworth
2008-06-26
Kill the rest of the ifdef maze in drm_*.c
Owain Ainsworth
2008-06-12
The mmap offsets for memory buffers currently are the kernel virtual
Owain Ainsworth
2008-05-06
Kill vtophys in drm.
Owain Ainsworth
2007-12-16
destatic the static functions, they only make debugging harder.
Owain Ainsworth
2007-11-28
Initial import of the DRM (direct rendering manager).
Owain Ainsworth