summaryrefslogtreecommitdiff
path: root/linux-core/drm_memory.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-17Remove old TTM.Thomas Hellstrom1-107/+0
2008-09-30Merge remote branch 'origin/master' into modesetting-gemDave Airlie1-1/+1
2008-08-29Fix drm_realloc when you're reallocing into something smaller.Tomas Carnecky1-1/+1
2008-08-14Merge branch 'radeon-gem-cs' into modesetting-gemDave Airlie1-0/+1
2008-08-14radeon: FEDORA: add old DMA buffers on top of GEMDave Airlie1-0/+1
2008-07-31Merge commit 'origin/master' into modesetting-gemKristian Høgsberg1-0/+9
2008-07-28Merge commit 'origin/master' into drm-gemEric Anholt1-0/+9
2008-07-15drm: fix missing symbol exportDave Airlie1-0/+1
2008-07-15drm: add fix for PAT on radeon with 2.6.26Dave Airlie1-0/+8
2008-05-01checkpoint: relocations support.Eric Anholt1-0/+2
2008-04-06Fix emergency allocation accounting.Thomas Hellstrom1-19/+23
2008-03-12Fix for debug memory routinesAlan Hourihane1-1/+6
2008-03-12Add an emergency pinnable memory quota for root-only processes.Thomas Hellstrom1-6/+38
2007-11-22drm: major whitespace/coding style realignment with kernelDave Airlie1-3/+3
2007-07-18drm: remove drm_u64_t, replace with uint64_t everwhereDave Airlie1-6/+6
2007-07-16drm: remove drmP.h internal typedefsDave Airlie1-4/+4
2007-05-26drm: cleanup use of Linux list handling macrosDave Airlie1-1/+1
2007-04-28remove register usageDave Airlie1-1/+1
2007-03-23cleanup more whitespace from ttm mergeDave Airlie1-6/+6
2007-03-19oops missing elseDave Airlie1-0/+2
2007-03-19clean up more of inline functions agp_remap/drm_lookup_mapDave Airlie1-0/+6
2007-03-18deinline agp_remap along lines of kernelDave Airlie1-0/+43
2007-01-25Remove a scary error printed when we were leaking memory caches.Thomas Hellstrom1-3/+4
2007-01-08drm: remove drm_follow_page, and drm_ioremap and ioremapfreeChristoph Hellwig1-0/+23
2006-12-19add kcalloc compat for before 2.6.10Dave Airlie1-7/+1
2006-10-19Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drmThomas Hellstrom1-1/+0
2006-10-17Add memory usage accounting to avoid DOS problems.Thomas Hellstrom1-0/+69
2006-10-14remove config.h from build no longer exists kbuild does itDave Airlie1-1/+0
2005-11-03Converts the remaining drm_agp_foo functions to be a drm_agp_foo andIan Romanick1-4/+0
2005-06-17fix up drm_alloc_agp to take a dev arg and not pass crappy agpgart aroundDave Airlie1-3/+3
2005-06-14Adds support for PCI cards to MGA DRMIan Romanick1-0/+4
2005-03-25fix up AGP multi-head support for kernel 2.6.12Dave Airlie1-0/+7
2004-10-18Update Doxygen configuration & comments.Jose Fonseca1-1/+1
2004-09-30Make the debug memory functions compile for the core model.Jon Smirl1-3/+1
2004-09-30Lindent of core build. Drivers checked for no binary diffs. A few filesJon Smirl1-25/+23
2004-09-27core needs three new filesJon Smirl1-0/+181