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