summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/radeon_mem.c
AgeCommit message (Expand)Author
2009-04-06factor a bit more functionality into common code instead of repeating itOwain Ainsworth
2009-04-06extra or missing blank lines.Owain Ainsworth
2009-04-06merge radeon_mem_release() and radeon_mem_takedown() into the drm_heapOwain Ainsworth
2009-03-26The drm_* allocation functions have been #defined to not use most ofOwain Ainsworth
2009-02-05Fix slight logic error in a previous commit.Owain Ainsworth
2009-02-05KNF, and remove a debug printf I missed.Owain Ainsworth
2009-02-05Merge the static block allocation code from {i915,radeon}_mem.c intoOwain Ainsworth
2008-10-07Kill the linux-ready negative return codes in ``shared'' code. We handleOwain Ainsworth
2008-07-29Update to DRM git.Owain Ainsworth
2008-07-29Switch all instances of malloc/free in the DRM to drm_alloc, drm_freeOwain Ainsworth
2008-06-11Update to DRM git as of a few days ago. This mostly affects theOwain Ainsworth
2007-11-28Initial import of the DRM (direct rendering manager).Owain Ainsworth