aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/nouveau/nouveau_gem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-05drm/nouveau: fix stale locked mutex in nouveau_gem_ioctl_pushbufKarol Herbst1-1/+1
2023-11-13drm/nouveau: make use of the GPUVM's shared dma-resvDanilo Krummrich1-2/+8
2023-08-31drm/nouveau: fence: fix undefined fence state after emitDanilo Krummrich1-4/+1
2023-08-24drm/nouveau: uapi: don't pass NO_PREFETCH flag implicitlyDanilo Krummrich1-2/+4
2023-08-04drm/nouveau: implement new VM_BIND uAPIDanilo Krummrich1-5/+44
2023-08-04drm/nouveau: fence: separate fence alloc and emitDanilo Krummrich1-1/+4
2023-08-04drm/nouveau: move usercopy helpers to nouveau_drv.hDanilo Krummrich1-26/+0
2023-08-04drm/nouveau: get vmm via nouveau_cli_vmm()Danilo Krummrich1-3/+3
2023-04-17drm/nouveau: fix incorrect conversion to dma_resv_wait_timeout()John Ogness1-6/+12
2023-01-18drm/nouveau: stop using ttm_bo_waitChristian König1-3/+8
2022-10-27drm/ttm: rework on ttm_resource to use size_t typeSomalapuram Amaranath1-3/+2
2022-04-07dma-buf: add enum dma_resv_usage v4Christian König1-1/+2
2021-11-11Merge tag 'drm-misc-next-fixes-2021-11-10' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+1
2021-11-05drm/ttm: remove ttm_bo_vm_insert_huge()Jason Gunthorpe1-1/+1
2021-11-05Merge tag 'drm-misc-next-2021-10-14' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+1
2021-10-11drm/nouveau/gem: remove redundant semi-colonYang Yingliang1-1/+1
2021-10-06drm/nouveau: avoid a use-after-free when BO init failsJeremy Cline1-3/+1
2021-06-06dma-buf: drop the _rcu postfix on function names v3Christian König1-2/+2
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König1-8/+8
2021-05-26drm/nouveau: Implement mmap as GEM object functionThomas Zimmermann1-0/+36
2021-04-19drm/nouveau: use bo->base.size instead of mem->num_pagesChristian König1-2/+2
2020-12-14Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+15
2020-11-26drm/nouveau: fix relocations applying logic and a double-freeMatti Hamalainen1-3/+5
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann1-2/+4
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard1-1/+2
2020-10-30drm/nouveau/gem: fix "refcount_t: underflow; use-after-free"Karol Herbst1-1/+2
2020-09-25drm/nouveau: Introduce GEM object functionsThomas Zimmermann1-0/+13
2020-09-24drm/nouveau: stop using persistent_swap_storageChristian König1-1/+0
2020-09-11drm/nouveau: stop using TTM placement flagsChristian König1-23/+11
2020-07-24drm/nouveau/gem: convert indirect pushbufs to new push macrosBen Skeggs1-8/+8
2020-07-24drm/nouveau: fix multiple instances of reference count leaksAditya Pakki1-1/+3
2020-06-29Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-2/+4
2020-06-26drm/nouveau: don't use ttm bo->offset v3Nirmoy Das1-5/+5
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-7/+7
2020-05-22drm/nouveau: fix runtime pm imbalance on errorDinghao Liu1-1/+1
2020-05-22drm/nouveau: fix runtime pm imbalance on errorDinghao Liu1-1/+3
2020-05-19drm/nouveau: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov1-7/+7
2020-01-29drm/nouveau: support synchronous pushbuf submissionBen Skeggs1-1/+10
2020-01-29drm/nouveau: reject attempts to submit to dead channelsBen Skeggs1-0/+2
2019-11-06drm/nouveau: slowpath for pushbuf ioctlDaniel Vetter1-19/+38
2019-09-17drm/nouveau: Fix ordering between TTM and GEM releaseThierry Reding1-4/+0
2019-09-17drm/nouveau: Fix fallout from reservation object reworkThierry Reding1-1/+2
2019-08-21drm/nouveau: Initialize GEM object before TTM objectThierry Reding1-12/+17
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König1-1/+1
2019-08-06drm/nouveau: switch driver from bo->resv to bo->base.resvGerd Hoffmann1-1/+1
2019-08-06drm/ttm: use gem vma_nodeGerd Hoffmann1-1/+1
2019-08-06drm/nouveau: use embedded gem objectGerd Hoffmann1-7/+8
2019-02-20drm/nouveau: prepare for enabling svm with existing userspace interfacesBen Skeggs1-20/+23
2019-01-28drm/nouveau: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann1-2/+1
2018-07-30BackMerge v4.18-rc7 into drm-nextDave Airlie1-2/+2