summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/drm_vm.c
AgeCommit message (Expand)Author
2008-09-29Fix mmap to always return the right value in the error path. While i'mOwain Ainsworth
2008-09-02detypedef some more. No functional change.Owain Ainsworth
2008-08-28replace usage of drm_memrange with extent(9). No functional change, butOwain Ainsworth
2008-06-26Kill the silly ``drm_device_t'' and ``drm_file_t'' typedefs. just useOwain Ainsworth
2008-06-26Since we're not ifdefed anymore, changeOwain Ainsworth
2008-06-26Kill the ifdef maze. I've been considering doing this for months, itOwain Ainsworth
2008-06-12The mmap offsets for memory buffers currently are the kernel virtualOwain Ainsworth
2008-06-11Update to DRM git as of a few days ago. This mostly affects theOwain Ainsworth
2008-06-03Make *drm(4) use D_CLONE so that the per-open data actually works. SinceOwain 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