index
:
renesas/drm.git
android
live
master
libdrm, cloned from git://anongit.freedesktop.org/mesa/drm
Laurent Pinchart
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bsd-core
/
drm_sysctl.c
Age
Commit message (
Expand
)
Author
2004-12-15
Use SYSCTL_ADD_OID macro instead of calling function directly.
Eric Anholt
2004-11-07
Now that the memory debug code is gone, and all 3 BSDs have M_ZERO, stop
Eric Anholt
2004-11-06
Hook the debug output up to a sysctl, so you can choose to enable at
Eric Anholt
2004-11-06
Commit first pieces of port to OpenBSD, done by Martin Lexa (martin at
Eric Anholt
2004-11-06
Remove the vestiges of the memory-debug code.
Eric Anholt
2004-11-06
Commit WIP of BSD conversion to core model. Compiles for r128, radeon, but
Eric Anholt
2003-12-16
Don't ioremap the framebuffer area. The ioremapped area wasn't used by
Eric Anholt
2003-10-24
Don't try to use dev->dma_lock unless dma is initialized (dev->dma != NULL)
Eric Anholt
2003-10-22
Fix warning about static DRM(bufs_info) defined but not used in the
Eric Anholt
2003-10-20
Fix the possibility of sleeping with locks held in sysctls by copying the
Eric Anholt
2003-10-19
- SMPng lock the DRM. This is only partial -- there are a few code paths
Eric Anholt
2003-10-03
Stylistic preparation for SMPng locking work: DRM_LOCK/DRM_UNLOCK have side
Eric Anholt
2003-10-02
Add an MIT-style copyright, assigned to myself, to these files. I think
Eric Anholt
2003-08-19
- Remove $FreeBSD$ tags as they weren't too useful and merges are now being
Eric Anholt
2003-04-26
Fix formatting of hw.dri sysctl.
Eric Anholt
2003-04-26
Missed files in the last commit: Remove memory debugging sysctl unless
Eric Anholt
2003-04-25
Merge from FreeBSD-current.
Eric Anholt
2003-04-24
Remove more gamma DMA infrastructure. Most of this code was copied straight
Eric Anholt
2003-04-24
Remove DRM_DMA_HISTOGRAM and associated code.
Eric Anholt
2003-03-29
Remove dead vma code and remove the unused devstate struct definition.
Eric Anholt
2003-03-11
Merge back from FreeBSD-current, adding FreeBSD ID tags to aid future
Eric Anholt
2003-02-21
Merge from bsd-4-0-0-branch.
Eric Anholt
2002-09-29
warnings cleanup
Eric Anholt
2002-07-05
merged bsd-3-0-0-branch
Alan Hourihane
2002-01-27
Import of XFree86 4.2.0
David Dawes