index
:
LibDRM
glamo
glamo-old
My libdrm repository
Thomas White
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-core
/
drm_memory_debug.h
Age
Commit message (
Expand
)
Author
2007-07-20
Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.
Eric Anholt
2007-01-08
drm: remove drm_follow_page, and drm_ioremap and ioremapfree
Christoph Hellwig
2006-10-14
remove config.h from build no longer exists kbuild does it
Dave Airlie
2005-06-17
fix up drm_alloc_agp to take a dev arg and not pass crappy agpgart around
Dave Airlie
2004-09-30
Make the debug memory functions compile for the core model.
Jon Smirl
2004-09-30
Lindent of core build. Drivers checked for no binary diffs. A few files
Jon Smirl
2004-09-08
Update doxygen configuration file. Minor documentation updates/fixes.
Jose Fonseca
2004-08-30
drm-memory patch, cleans up alloc/free and makes calloc look more libc like
Dave Airlie
2004-08-27
__NO_VERSION__ hasn't been needed since 2.3 days ditch it...
Dave Airlie
2004-08-24
Merged drmfntbl-0-0-2
Dave Airlie
2004-04-08
patch from lk
Dave Airlie
2004-02-20
drm_ctx_dtor.patch Submitted by: Erdi Chen
Keith Whitwell
2003-08-29
Add DRM(calloc), which is convenient, used by the new sis code, and takes
Eric Anholt
2003-07-25
Compile fixes for recent 2.5/2.6 Linux kernels. I hope this doesn't break
Michel Daenzer
2003-06-19
Revert the janitorial - that works is now on the new branch
Jose Fonseca
2003-06-03
Added the Doxygen configuration file. Minor documentation fixes.
Jose Fonseca
2003-06-03
Split declarations/definitions in drm_scatter.h into drm_sg.h/drm_sg_tmp.h
Jose Fonseca
2003-05-27
Merged DRM documentation.
Jose Fonseca
2003-05-16
Support AGP bridges where the AGP aperture can't be accessed directly by
Michel Daenzer
2003-04-26
2.5.x sync patch from Linus Torvalds
Keith Whitwell
2003-04-24
Move the debug versions of the DRM memory functions to a new file and
Keith Whitwell