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
/
radeon_mem.c
Age
Commit message (
Expand
)
Author
2009-04-06
factor a bit more functionality into common code instead of repeating it
Owain Ainsworth
2009-04-06
extra or missing blank lines.
Owain Ainsworth
2009-04-06
merge radeon_mem_release() and radeon_mem_takedown() into the drm_heap
Owain Ainsworth
2009-03-26
The drm_* allocation functions have been #defined to not use most of
Owain Ainsworth
2009-02-05
Fix slight logic error in a previous commit.
Owain Ainsworth
2009-02-05
KNF, and remove a debug printf I missed.
Owain Ainsworth
2009-02-05
Merge the static block allocation code from {i915,radeon}_mem.c into
Owain Ainsworth
2008-10-07
Kill the linux-ready negative return codes in ``shared'' code. We handle
Owain Ainsworth
2008-07-29
Update to DRM git.
Owain Ainsworth
2008-07-29
Switch all instances of malloc/free in the DRM to drm_alloc, drm_free
Owain Ainsworth
2008-06-11
Update to DRM git as of a few days ago. This mostly affects the
Owain Ainsworth
2007-11-28
Initial import of the DRM (direct rendering manager).
Owain Ainsworth