summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_bo.c
AgeCommit message (Expand)Author
2020-08-12drm/ttm: give resource functions their own [ch] filesChristian König
2020-08-06drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie
2020-08-06nouveau: use ttm populate mapping functions. (v2)Dave Airlie
2020-07-31drm/ttm: remove the init_mem_type callbackChristian König
2020-07-31drm/nouveau: stop implementing init_mem_typeChristian König
2020-07-31drm/ttm: remove TTM_MEMTYPE_FLAG_FIXED v2Christian König
2020-07-31drm/ttm: initialize the system domain with defaults v2Christian König
2020-07-24drm/nouveau/bo: split buffer move functions into their own source filesBen Skeggs
2020-07-24drm/nouveau/nvif: give every object a human-readable identifierBen Skeggs
2020-07-24drm/nouveau: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-21drm/nouveau: stop using TTM_MEMTYPE_FLAG_MAPPABLEChristian König
2020-07-21drm/ttm: remove TTM_MEMTYPE_FLAG_CMAChristian König
2020-07-21drm/ttm: remove io_reserve_fastpath flagChristian König
2020-07-21drm/ttm: cleanup io_mem interface with nouveauChristian König
2020-06-26drm/nouveau: don't use ttm bo->offset v3Nirmoy Das
2020-04-07drm/nouveau/ttm: evict other IO mappings when running out of BAR1 spaceBen Skeggs
2020-02-21Merge tag 'drm-misc-next-2020-02-10' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-01-16drm/ttm: nuke invalidate_caches callbackChristian König
2020-01-15drm/nouveau: Fix ttm move init with multiple GPUsJames Jones
2019-09-17drm/nouveau: Fix ordering between TTM and GEM releaseThierry Reding
2019-09-17drm/nouveau: Fix fallout from reservation object reworkThierry Reding
2019-08-21drm/nouveau: Initialize GEM object before TTM objectThierry Reding
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König
2019-08-06drm/nouveau: switch driver from bo->resv to bo->base.resvGerd Hoffmann
2019-08-06drm/nouveau: use embedded gem objectGerd Hoffmann
2019-07-31drm/nouveau: Fill out gem_object->resvDaniel Vetter
2019-02-20drm/nouveau: prepare for enabling svm with existing userspace interfacesBen Skeggs
2019-02-20drm/nouveau: mark expected switch fall-throughGustavo A. R. Silva
2018-12-11drm/nouveau/ce/tu104: initial supportBen Skeggs
2018-05-18drm/nouveau/ce/gv100: initial supportBen Skeggs
2018-05-10drm/nouveau/ttm: don't dereference nvbo::cli, it can outlive clientBen Skeggs
2018-03-14drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König
2018-02-26drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König
2018-02-26drm/ttm: drop ttm->dummy_read_pageChristian König
2018-02-01Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2018-01-19drm/nouveau/drm/nouveau: Pass the proper arguments to nvif_object_map_handle()Thierry Reding
2018-01-18BackMerge tag 'v4.15-rc8' into drm-nextDave Airlie
2017-12-28drm/ttm: use an operation ctx for ttm_tt_bindRoger He
2017-12-28drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He
2017-12-27drm/nouveau: remove the default io_mem_pfn setTan Xiaojun
2017-12-19drm/nouveau: use alternate memory type for system-memory buffers with kind != 0Ben Skeggs
2017-12-19drm/nouveau: avoid GPU page sizes > PAGE_SIZE for buffer objects in host memoryBen Skeggs
2017-12-15drm/ttm: use an ttm operation ctx for ttm_bo_move_xxxRoger He
2017-12-06drm/ttm: add context to driver move callback as wellChristian König
2017-12-06drm/ttm: use an operation context for ttm_bo_mem_space v2Christian König
2017-12-06drm/ttm: add operation ctx to ttm_bo_validate v2Christian König
2017-11-02drm/nouveau: improve selection of GPU page sizeBen Skeggs
2017-11-02drm/nouveau: switch over to new memory and vmm interfacesBen Skeggs
2017-11-02drm/nouveau: replace use of cpu_coherent with memory typesBen Skeggs
2017-11-02drm/nouveau: use nvif_mmu_type to determine BAR1 cachingBen Skeggs