summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/ttm_agp_backend.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-02drm/ttm: Add a parameter to add extra pages into ttm_ttRamalingam C1-1/+1
2021-05-03drm/ttm: cleanup ttm_agp_backendChristian König1-4/+4
2021-01-21drm/ttm: device naming cleanupChristian König1-1/+1
2020-12-01drm/ttm/drivers: remove unecessary ttm_module.h include v2Christian König1-1/+0
2020-10-29drm/ttm: nuke old page allocatorChristian König1-1/+0
2020-10-15drm/ttm: nuke caching placement flagsChristian König1-1/+1
2020-10-15drm/ttm: set the tt caching state at creation timeChristian König1-1/+1
2020-09-17drm/ttm: protect against reentrant bind in the driversDave Airlie1-0/+14
2020-09-09drm/ttm/agp: remove bdev from agp helpersDave Airlie1-7/+4
2020-09-09drm/ttm: get rid of agp specific populate/unpopulate paths.Dave Airlie1-17/+0
2020-09-09drm/ttm/agp: drop back end bindings from agpDave Airlie1-7/+0
2020-09-09drm/ttm/agp: export bind/unbind/destroy for drivers to use.Dave Airlie1-6/+9
2020-09-07drm/ttm: remove bdev from ttm_ttDave Airlie1-6/+11
2020-08-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-4/+5
2020-08-06drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie1-1/+1
2020-07-29drm/ttm: make ttm_tt unbind function return void.Dave Airlie1-4/+5
2019-10-25drm/ttm: remove pointers to globalsChristian König1-1/+1
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-27drm/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-28ttm: 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