summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_bo.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-12drm/nouveau: use tile_mode and pte_kind for VM_BIND bo allocationsMohamed Ahmed1-25/+19
2024-03-12nouveau: reset the bo resource bus info after an evictionDave Airlie1-0/+2
2024-01-29Merge drm/drm-next into drm-misc-nextMaxime Ripard1-2/+3
2024-01-25drm/ttm: replace busy placement with flags v6Somalapuram Amaranath1-36/+23
2023-12-12Backmerge tag 'v6.7-rc5' into drm-nextDave Airlie1-2/+3
2023-11-29nouveau: find the smallest page allocation to cover a buffer alloc.Dave Airlie1-2/+3
2023-11-24drm/nouveau: use GPUVM common infrastructureDanilo Krummrich1-1/+3
2023-11-13drm/nouveau: make use of the GPUVM's shared dma-resvDanilo Krummrich1-2/+9
2023-08-31drm/nouveau: fence: fix undefined fence state after emitDanilo Krummrich1-7/+1
2023-08-04drm/nouveau: implement new VM_BIND uAPIDanilo Krummrich1-57/+102
2023-08-04drm/nouveau: fence: separate fence alloc and emitDanilo Krummrich1-21/+31
2023-08-04drm/nouveau: bo: initialize GEM GPU VA interfaceDanilo Krummrich1-0/+6
2023-08-04drm/nouveau: get vmm via nouveau_cli_vmm()Danilo Krummrich1-1/+1
2023-02-06drm/ttm: prevent moving of pinned BOsChristian König1-3/+0
2023-01-25drm/ttm: revert "prevent moving of pinned BOs"Christian König1-0/+3
2023-01-25drm/ttm: prevent moving of pinned BOsChristian König1-3/+0
2023-01-18drm/nouveau: stop using ttm_bo_waitChristian König1-1/+5
2022-12-06drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König1-0/+1
2022-11-09drm/nouveau/ce/ga100-: initial supportBen Skeggs1-0/+3
2022-10-27drm/ttm: rework on ttm_resource to use size_t typeSomalapuram Amaranath1-2/+2
2022-10-05Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-5/+8
2022-08-23nouveau: explicitly wait on the fence in nouveau_bo_move_m2mfKarol Herbst1-0/+9
2022-07-11drm/nouveau: audit bo->resource usageChristian König1-1/+2
2022-07-11drm/ttm: rename and cleanup ttm_bo_initChristian König1-3/+3
2022-07-07drm/nouveau/nouveau_bo: fix potential memory leak in nouveau_bo_alloc()Jianglei Nie1-1/+3
2022-04-07dma-buf: specify usage while adding fences to dma_resv obj v7Christian König1-4/+5
2022-04-07dma-buf: add enum dma_resv_usage v4Christian König1-4/+4
2022-04-05drm/nouveau: stop using dma_resv_excl_fenceChristian König1-1/+8
2021-11-05Merge tag 'drm-misc-next-2021-10-14' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-4/+0
2021-10-28BackMerge tag 'v5.15-rc7' into drm-nextDave Airlie1-0/+1
2021-10-11drm/nouveau/nouveau_bo: Remove unused variables 'dev'Lee Jones1-4/+0
2021-10-06drm/nouveau/ga102-: support ttm buffer moves via copy engineBen Skeggs1-0/+1
2021-09-29drm/ttm: s/FLAG_SG/FLAG_EXTERNAL/Matthew Auld1-2/+2
2021-08-23drm/ttm: remove ttm_tt_destroy_common v2Christian König1-1/+0
2021-08-23drm/nouveau: unbind in nouveau_ttm_tt_unpopulateChristian König1-1/+2
2021-07-21Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-0/+6
2021-07-19drm/nouveau: init the base GEM fields for internal BOsChristian König1-0/+6
2021-07-01Merge tag 'drm-next-2021-07-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-37/+22
2021-06-29Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2021-06-24drm/nouveau: fix dma_address check for CPU/GPU syncChristian König1-2/+2
2021-06-10drm/nouveau: init the base GEM fields for internal BOsChristian König1-0/+6
2021-06-06dma-buf: rename and cleanup dma_resv_get_excl v3Christian König1-1/+1
2021-06-04drm/ttm: flip the switch for driver allocated resources v2Christian König1-6/+2
2021-06-04drm/ttm: allocate resource object instead of embedding it v2Christian König1-1/+1
2021-06-04drm/nouveau: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König1-15/+15
2021-05-26drm/nouveau: Implement mmap as GEM object functionThomas Zimmermann1-10/+0
2021-04-26Merge drm/drm-next into drm-misc-nextMaxime Ripard1-0/+8
2021-04-19drm/nouveau: use bo->base.size instead of mem->num_pagesChristian König1-5/+4
2021-04-14Merge drm/drm-fixes into drm-nextDaniel Vetter1-0/+8