summaryrefslogtreecommitdiff
path: root/linux-core/drm_memory_debug.h
AgeCommit message (Expand)AuthorFilesLines
2009-11-17Drop shared-core, bsd-core, linux-core and scripts subdirsKristian Høgsberg1-379/+0
2007-07-20Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt1-1/+1
2007-01-08drm: remove drm_follow_page, and drm_ioremap and ioremapfreeChristoph Hellwig1-68/+0
2006-10-14remove config.h from build no longer exists kbuild does itDave Airlie1-1/+0
2005-06-17fix up drm_alloc_agp to take a dev arg and not pass crappy agpgart aroundDave Airlie1-1/+1
2004-09-30Make the debug memory functions compile for the core model.Jon Smirl1-110/+110
2004-09-30Lindent of core build. Drivers checked for no binary diffs. A few filesJon Smirl1-118/+107
2004-09-08Update doxygen configuration file. Minor documentation updates/fixes.Jose Fonseca1-1/+1
2004-08-30drm-memory patch, cleans up alloc/free and makes calloc look more libc likeDave Airlie1-1/+1
2004-08-27__NO_VERSION__ hasn't been needed since 2.3 days ditch it...Dave Airlie1-1/+0
2004-08-24Merged drmfntbl-0-0-2drmfntbl-0-0-2-20040824-mergeDave Airlie1-1/+1
2004-04-08patch from lkDave Airlie1-1/+1
2004-02-20drm_ctx_dtor.patch Submitted by: Erdi ChenKeith Whitwell1-0/+1
2003-08-29Add DRM(calloc), which is convenient, used by the new sis code, and takesEric Anholt1-0/+11
2003-07-25Compile fixes for recent 2.5/2.6 Linux kernels. I hope this doesn't breakMichel Daenzer1-5/+5
2003-06-19Revert the janitorial - that works is now on the new branchJose Fonseca1-5/+5
2003-06-03Added the Doxygen configuration file. Minor documentation fixes.Jose Fonseca1-1/+1
2003-06-03Split declarations/definitions in drm_scatter.h into drm_sg.h/drm_sg_tmp.hJose Fonseca1-4/+4
2003-05-27Merged DRM documentation.Jose Fonseca1-6/+8
2003-05-16Support AGP bridges where the AGP aperture can't be accessed directly byMichel Daenzer1-6/+6
2003-04-262.5.x sync patch from Linus TorvaldsKeith Whitwell1-3/+2
2003-04-24Move the debug versions of the DRM memory functions to a new file andKeith Whitwell1-0/+447