summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/savage_drv.h
AgeCommit message (Expand)Author
2009-04-06Convert the savage freelist over to TAILQ.Owain Ainsworth
2009-04-03detypedef drm_local_map.Owain Ainsworth
2009-03-27Push the per-driver dma hook a little further down.Owain Ainsworth
2008-11-24back out the buf_priv change. it made some incorrect assumptions andOwain Ainsworth
2008-11-24Instead of having a ``private data'' pointer in the dma buffers, justOwain Ainsworth
2008-11-22Make all drm drivers map their mmio register space on attach instead ofOwain Ainsworth
2008-11-22Move the drm drivers over from:Owain Ainsworth
2008-11-22Remove the driver->load callback and just do all the initialization inOwain Ainsworth
2008-10-07Move dev->driver over to being a pointer to a const struct, instead of stupidlyOwain Ainsworth
2007-11-28Initial import of the DRM (direct rendering manager).Owain Ainsworth