summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_ttm.c
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm: rework on ttm_resource to use size_t typeSomalapuram Amaranath2022-10-271-1/+1
* drm/nouveau: Implement intersect/compatible functionsArunpravin Paneer Selvam2022-08-221-0/+24
* drm/ttm: add back a reference to the bdev to the res managerChristian König2022-01-261-2/+2
* drm/ttm: add ttm_resource_fini v2Christian König2022-01-261-4/+5
* swiotlb: Update is_swiotlb_active to add a struct device argumentClaire Chang2021-07-131-1/+1
* drm/ttm: flip the switch for driver allocated resources v2Christian König2021-06-041-16/+16
* drm/nouveau: switch the TTM backends to self allocChristian König2021-06-041-0/+4
* drm/ttm: flip over the range manager to self allocated nodesChristian König2021-06-041-0/+2
* drm/nouveau: Implement mmap as GEM object functionThomas Zimmermann2021-05-261-49/+0
* drm/nouveau: Don't include drm_legacy.hThomas Zimmermann2021-05-171-2/+0
* Merge branch 'stable/for-linus-5.13' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-041-1/+1
|\
| * swiotlb: remove swiotlb_nr_tblChristoph Hellwig2021-03-191-1/+1
* | drm/nouveau/ttm: constify static vm_operations_structRikard Falkeborn2021-02-251-1/+1
* | drm/ttm: device naming cleanupChristian König2021-01-211-5/+5
|/
* drm/nouveau/ttm: Add limits.hMaxime Ripard2020-11-021-0/+1
* drm/nouveu: fix swiotlb includeChristian König2020-11-021-0/+3
* drm/ttm: wire up the new pool as default one v2Christian König2020-10-291-5/+9
* drm/ttm: make num_pages uint32_tChristian König2020-10-261-1/+1
* drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3Christian König2020-10-071-2/+2
* drm/nouveau: stop using TTMs fault callbackChristian König2020-09-281-4/+6
* drm/ttm: remove available_cachingChristian König2020-09-151-7/+2
* drm/nouveau: explicitly specify caching to useChristian König2020-09-151-16/+3
* drm/ttm: remove default cachingChristian König2020-09-151-14/+7
* drm/nouveau: move io_reserve_lru handling into the driver v5Christian König2020-09-031-2/+42
* drm/ttm: rename ttm_resource_manager_func callbacksChristian König2020-08-121-6/+6
* drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie2020-08-061-4/+4
* drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.Dave Airlie2020-08-061-22/+22
* drm/ttm: add a wrapper for checking if manager is in useDave Airlie2020-08-061-1/+0
* drm/ttm: drop type manager has_typeDave Airlie2020-08-061-2/+2
* drm/ttm: drop man->bdev link.Dave Airlie2020-08-061-4/+2
* drm/nouveau/ttm: move to driver allocated managerDave Airlie2020-08-061-13/+32
* drm/ttm: make ttm_range_man_init/takedown take type + argsDave Airlie2020-08-061-9/+13
* drm/nouveau/ttm: use wrapper to access memory managersDave Airlie2020-08-061-4/+4
* drm/nouveau: use new cleanup pathsDave Airlie2020-08-061-11/+30
* drm/nouveau: use new memory manager init pathsDave Airlie2020-08-061-24/+19
* drm/nouveau/ttm: don't fill in blank ttm debug callbackDave Airlie2020-08-061-9/+0
* drm/nouveau: stop implementing init_mem_typeChristian König2020-07-311-4/+57
* drm/ttm: cleanup ttm_mem_type_manager_func.get_node interface v3Christian König2020-06-291-8/+0
* drm/nouveau/drm/ttm: Remove set but not used variable 'mem'YueHaibing2020-01-151-4/+0
* drm/nouveau: switch to gem vma offset managerGerd Hoffmann2019-09-111-1/+1
* drm/ttm: turn ttm_bo_device.vma_manager into a pointerGerd Hoffmann2019-09-111-0/+1
* drm/ttm: Quick-test mmap offset in ttm_bo_mmap()Thomas Zimmermann2019-03-191-3/+0
* drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()Thomas Zimmermann2019-03-191-1/+0
* drm/ttm: initialize globals during device init (v2)Christian König2018-11-051-39/+0
* drm/ttm: use a static ttm_mem_global instanceChristian König2018-11-051-31/+3
* drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann2018-11-051-2/+2
* drm/noveau: add SPDX identifier and clarify licenseDirk Hohndel (VMware)2018-06-291-2/+1
* drm/nouveau/ttm: don't dereference nvbo::cli, it can outlive clientBen Skeggs2018-05-101-3/+3
* drm/nouveau: use alternate memory type for system-memory buffers with kind != 0Ben Skeggs2017-12-191-10/+29
* drm/nouveau: switch over to new memory and vmm interfacesBen Skeggs2017-11-021-15/+3