summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/ttm_agp_backend.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-15Add SPDX idenitifier and clarify licenseDirk Hohndel1-0/+1
2018-03-14drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König1-3/+3
2018-02-26drm/ttm: drop ttm->dummy_read_pageChristian König1-4/+4
2017-12-28drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He1-2/+2
2016-03-30drm/ttm: Remove TTM_HAS_AGPDaniel Vetter1-3/+0
2014-02-18drm/ttm: Fix memory leak in ttm_agp_backend.cMasanari Iida1-0/+1
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-4/+4
2012-03-20drm/ttm: Use pr_fmt and pr_<level>Joe Perches1-1/+3
2012-01-06ttm: fix agp since ttm tt reworkJerome Glisse1-0/+17
2011-12-06drm/ttm: merge ttm_backend and ttm_tt V5Jerome Glisse1-54/+34
2011-01-27ttm: Expand (*populate) to support an array of DMA addresses.Konrad Rzeszutek Wilk1-1/+2
2010-10-05drm/ttm: restructure to allow driver to plug in alternate memory managerBen Skeggs1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-06-19agp: switch AGP to use page array instead of unsigned long arrayDave Airlie1-2/+1
2009-06-15drm: Add the TTM GPU memory manager subsystem.Thomas Hellstrom1-0/+150