summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/ttm_agp_backend.c
AgeCommit message (Expand)Author
2021-05-03drm/ttm: cleanup ttm_agp_backendChristian König
2021-01-21drm/ttm: device naming cleanupChristian König
2020-12-01drm/ttm/drivers: remove unecessary ttm_module.h include v2Christian König
2020-10-29drm/ttm: nuke old page allocatorChristian König
2020-10-15drm/ttm: nuke caching placement flagsChristian König
2020-10-15drm/ttm: set the tt caching state at creation timeChristian König
2020-09-18drm/ttm: protect against reentrant bind in the driversDave Airlie
2020-09-09drm/ttm/agp: remove bdev from agp helpersDave Airlie
2020-09-09drm/ttm: get rid of agp specific populate/unpopulate paths.Dave Airlie
2020-09-09drm/ttm/agp: drop back end bindings from agpDave Airlie
2020-09-09drm/ttm/agp: export bind/unbind/destroy for drivers to use.Dave Airlie
2020-09-08drm/ttm: remove bdev from ttm_ttDave Airlie
2020-08-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2020-08-06drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie
2020-07-29drm/ttm: make ttm_tt unbind function return void.Dave Airlie
2019-10-25drm/ttm: remove pointers to globalsChristian König
2018-05-15Add SPDX idenitifier and clarify licenseDirk Hohndel
2018-03-14drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König
2018-02-26drm/ttm: drop ttm->dummy_read_pageChristian König
2017-12-28drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He
2016-03-30drm/ttm: Remove TTM_HAS_AGPDaniel Vetter
2014-02-18drm/ttm: Fix memory leak in ttm_agp_backend.cMasanari Iida
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells
2012-03-20drm/ttm: Use pr_fmt and pr_<level>Joe Perches
2012-01-06ttm: fix agp since ttm tt reworkJerome Glisse
2011-12-06drm/ttm: merge ttm_backend and ttm_tt V5Jerome Glisse
2011-01-27ttm: Expand (*populate) to support an array of DMA addresses.Konrad Rzeszutek Wilk
2010-10-05drm/ttm: restructure to allow driver to plug in alternate memory managerBen Skeggs
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-06-19agp: switch AGP to use page array instead of unsigned long arrayDave Airlie
2009-06-15drm: Add the TTM GPU memory manager subsystem.Thomas Hellstrom