summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/drm_scatter.c
AgeCommit message (Expand)Author
2008-09-02detypedef some more. No functional change.Owain Ainsworth
2008-08-16Apply a light paddling with the knf stick. No binary change.Owain Ainsworth
2008-08-13Check for zero in drm_calloc() to prevent divide-by-zero. Also rearrangeOwain Ainsworth
2008-07-29Switch all instances of malloc/free in the DRM to drm_alloc, drm_freeOwain Ainsworth
2008-06-30Don't try to free a non-malloced address. Somehow this bit of code escapedOwain Ainsworth
2008-06-26Kill the silly ``drm_device_t'' and ``drm_file_t'' typedefs. just useOwain Ainsworth
2008-06-26Kill the rest of the ifdef maze in drm_*.cOwain Ainsworth
2008-06-12The mmap offsets for memory buffers currently are the kernel virtualOwain Ainsworth
2008-05-06Kill vtophys in drm.Owain Ainsworth
2007-12-16destatic the static functions, they only make debugging harder.Owain Ainsworth
2007-11-28Initial import of the DRM (direct rendering manager).Owain Ainsworth