summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_agp_backend.c
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm: Add a parameter to add extra pages into ttm_ttRamalingam C2022-04-021-1/+1
* drm/ttm: cleanup ttm_agp_backendChristian König2021-05-031-4/+4
* drm/ttm: device naming cleanupChristian König2021-01-211-1/+1
* drm/ttm/drivers: remove unecessary ttm_module.h include v2Christian König2020-12-011-1/+0
* drm/ttm: nuke old page allocatorChristian König2020-10-291-1/+0
* drm/ttm: nuke caching placement flagsChristian König2020-10-151-1/+1
* drm/ttm: set the tt caching state at creation timeChristian König2020-10-151-1/+1
* drm/ttm: protect against reentrant bind in the driversDave Airlie2020-09-181-0/+14
* drm/ttm/agp: remove bdev from agp helpersDave Airlie2020-09-091-7/+4
* drm/ttm: get rid of agp specific populate/unpopulate paths.Dave Airlie2020-09-091-17/+0
* drm/ttm/agp: drop back end bindings from agpDave Airlie2020-09-091-7/+0
* drm/ttm/agp: export bind/unbind/destroy for drivers to use.Dave Airlie2020-09-091-6/+9
* drm/ttm: remove bdev from ttm_ttDave Airlie2020-09-081-6/+11
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2020-08-121-4/+5
|\
| * drm/ttm: make ttm_tt unbind function return void.Dave Airlie2020-07-291-4/+5
* | drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie2020-08-061-1/+1
|/
* drm/ttm: remove pointers to globalsChristian König2019-10-251-1/+1
* Add SPDX idenitifier and clarify licenseDirk Hohndel2018-05-151-0/+1
* drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König2018-03-141-3/+3
* drm/ttm: drop ttm->dummy_read_pageChristian König2018-02-261-4/+4
* drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He2017-12-281-2/+2
* drm/ttm: Remove TTM_HAS_AGPDaniel Vetter2016-03-301-3/+0
* drm/ttm: Fix memory leak in ttm_agp_backend.cMasanari Iida2014-02-181-0/+1
* UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-4/+4
* drm/ttm: Use pr_fmt and pr_<level>Joe Perches2012-03-201-1/+3
* ttm: fix agp since ttm tt reworkJerome Glisse2012-01-061-0/+17
* drm/ttm: merge ttm_backend and ttm_tt V5Jerome Glisse2011-12-061-54/+34
* ttm: Expand (*populate) to support an array of DMA addresses.Konrad Rzeszutek Wilk2011-01-271-1/+2
* drm/ttm: restructure to allow driver to plug in alternate memory managerBen Skeggs2010-10-051-1/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* agp: switch AGP to use page array instead of unsigned long arrayDave Airlie2009-06-191-2/+1
* drm: Add the TTM GPU memory manager subsystem.Thomas Hellstrom2009-06-151-0/+150