summaryrefslogtreecommitdiff
path: root/sys/dev/drm/drm_memory.c
AgeCommit message (Expand)Author
2009-06-21remove the old drm sources.mrg
2009-02-15Only pull in genfb.h if _KERNEL_OPT is defined. Reported by Kurt Schreinerjmcneill
2009-02-15Use genfb_borrow; drm works with genfb now.jmcneill
2008-06-29Revert previous, i915drm works again.jmcneill
2008-06-20- Use the extent manager to track mappings and provide sane offsetbjs
2008-05-19Don't use MALLOC_DECLARE / MALLOC_DEFINE if building as a module.jmcneill
2008-05-18Allow building as a module.jmcneill
2008-05-06Revert last commit -- breaks i915.bjs
2008-05-06 A few steps down the yellow brick road toward bus_dma-ification:bjs
2008-03-13Don't include i810 hack if DRM_NO_AGP is defined, as it results inbjs
2008-03-04-map 64-bit PCI BARsdrochner
2008-02-22Add a horrible hack to allow the DRM driver to get at the bus_space_handledrochner
2007-12-11use __KERNEL_RCSID()lukem
2007-11-21Remove #ifdef __OpSys__ sections to make this readable. Add RCS tags.bjs
2007-03-28Introduce options DRM_NO_AGP and DRM_NO_MTRR, so I can run this onjmcneill
2007-03-21In drm_ioremap, provide extra slots for mapping AGP memory space; it's notjmcneill
2007-03-20Import DRM drivers, brought into shape by Yorick Hardy, posted to tech-x11.drochner