summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/savage_state.c
AgeCommit message (Expand)Author
2009-04-06Convert the savage freelist over to TAILQ.Owain Ainsworth
2009-04-05kill DRM_VERIFYAREA_READ, it's part of a linux optimisation where we canOwain Ainsworth
2009-03-26The drm_* allocation functions have been #defined to not use most ofOwain Ainsworth
2008-11-24Instead of having a ``private data'' pointer in the dma buffers, justOwain Ainsworth
2008-10-07Kill the linux-ready negative return codes in ``shared'' code. We handleOwain 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