summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_ttm.c
AgeCommit message (Expand)Author
2021-07-13swiotlb: Update is_swiotlb_active to add a struct device argumentClaire Chang
2021-06-04drm/ttm: flip the switch for driver allocated resources v2Christian König
2021-06-04drm/nouveau: switch the TTM backends to self allocChristian König
2021-06-04drm/ttm: flip over the range manager to self allocated nodesChristian König
2021-05-26drm/nouveau: Implement mmap as GEM object functionThomas Zimmermann
2021-05-17drm/nouveau: Don't include drm_legacy.hThomas Zimmermann
2021-05-04Merge branch 'stable/for-linus-5.13' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-03-19swiotlb: remove swiotlb_nr_tblChristoph Hellwig
2021-02-25drm/nouveau/ttm: constify static vm_operations_structRikard Falkeborn
2021-01-21drm/ttm: device naming cleanupChristian König
2020-11-02drm/nouveau/ttm: Add limits.hMaxime Ripard
2020-11-02drm/nouveu: fix swiotlb includeChristian König
2020-10-29drm/ttm: wire up the new pool as default one v2Christian König
2020-10-26drm/ttm: make num_pages uint32_tChristian König
2020-10-07drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3Christian König
2020-09-28drm/nouveau: stop using TTMs fault callbackChristian König
2020-09-15drm/ttm: remove available_cachingChristian König
2020-09-15drm/nouveau: explicitly specify caching to useChristian König
2020-09-15drm/ttm: remove default cachingChristian König
2020-09-03drm/nouveau: move io_reserve_lru handling into the driver v5Christian König
2020-08-12drm/ttm: rename ttm_resource_manager_func callbacksChristian König
2020-08-06drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie
2020-08-06drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.Dave Airlie
2020-08-06drm/ttm: add a wrapper for checking if manager is in useDave Airlie
2020-08-06drm/ttm: drop type manager has_typeDave Airlie
2020-08-06drm/ttm: drop man->bdev link.Dave Airlie
2020-08-06drm/nouveau/ttm: move to driver allocated managerDave Airlie
2020-08-06drm/ttm: make ttm_range_man_init/takedown take type + argsDave Airlie
2020-08-06drm/nouveau/ttm: use wrapper to access memory managersDave Airlie
2020-08-06drm/nouveau: use new cleanup pathsDave Airlie
2020-08-06drm/nouveau: use new memory manager init pathsDave Airlie
2020-08-06drm/nouveau/ttm: don't fill in blank ttm debug callbackDave Airlie
2020-07-31drm/nouveau: stop implementing init_mem_typeChristian König
2020-06-29drm/ttm: cleanup ttm_mem_type_manager_func.get_node interface v3Christian König
2020-01-15drm/nouveau/drm/ttm: Remove set but not used variable 'mem'YueHaibing
2019-09-11drm/nouveau: switch to gem vma offset managerGerd Hoffmann
2019-09-11drm/ttm: turn ttm_bo_device.vma_manager into a pointerGerd Hoffmann
2019-03-19drm/ttm: Quick-test mmap offset in ttm_bo_mmap()Thomas Zimmermann
2019-03-19drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()Thomas Zimmermann
2018-11-05drm/ttm: initialize globals during device init (v2)Christian König
2018-11-05drm/ttm: use a static ttm_mem_global instanceChristian König
2018-11-05drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann
2018-06-29drm/noveau: add SPDX identifier and clarify licenseDirk Hohndel (VMware)
2018-05-10drm/nouveau/ttm: don't dereference nvbo::cli, it can outlive clientBen Skeggs
2017-12-19drm/nouveau: use alternate memory type for system-memory buffers with kind != 0Ben Skeggs
2017-11-02drm/nouveau: switch over to new memory and vmm interfacesBen Skeggs
2017-11-02drm/nouveau: switch to vmm limitBen Skeggs
2017-11-02drm/nouveau: fetch memory type indices that we care about for ttmBen Skeggs
2017-11-02drm/nouveau: consolidate handling of dma maskBen Skeggs
2017-11-02drm/nouveau: allocate vram with nvkm_ram_get()Ben Skeggs