index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
drm
/
drm_memory.c
Age
Commit message (
Expand
)
Author
2009-06-21
remove the old drm sources.
mrg
2009-02-15
Only pull in genfb.h if _KERNEL_OPT is defined. Reported by Kurt Schreiner
jmcneill
2009-02-15
Use genfb_borrow; drm works with genfb now.
jmcneill
2008-06-29
Revert previous, i915drm works again.
jmcneill
2008-06-20
- Use the extent manager to track mappings and provide sane offset
bjs
2008-05-19
Don't use MALLOC_DECLARE / MALLOC_DEFINE if building as a module.
jmcneill
2008-05-18
Allow building as a module.
jmcneill
2008-05-06
Revert last commit -- breaks i915.
bjs
2008-05-06
A few steps down the yellow brick road toward bus_dma-ification:
bjs
2008-03-13
Don't include i810 hack if DRM_NO_AGP is defined, as it results in
bjs
2008-03-04
-map 64-bit PCI BARs
drochner
2008-02-22
Add a horrible hack to allow the DRM driver to get at the bus_space_handle
drochner
2007-12-11
use __KERNEL_RCSID()
lukem
2007-11-21
Remove #ifdef __OpSys__ sections to make this readable. Add RCS tags.
bjs
2007-03-28
Introduce options DRM_NO_AGP and DRM_NO_MTRR, so I can run this on
jmcneill
2007-03-21
In drm_ioremap, provide extra slots for mapping AGP memory space; it's not
jmcneill
2007-03-20
Import DRM drivers, brought into shape by Yorick Hardy, posted to tech-x11.
drochner