summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_bo.c
AgeCommit message (Expand)AuthorFilesLines
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-13Merge drm/drm-fixes into drm-nextDaniel Vetter1-0/+8
2021-03-19nouveau: Skip unvailable ttm page entriesTobias Klausmann1-0/+8
2021-03-16drm/nouveau: clean up nouveau_bo_move_ntfyChristian König1-8/+5
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-15/+12
2021-03-12drm/nouveau: fix dma syncing for loops (v2)Dave Airlie1-2/+4
2021-02-21Merge tag 'drm-next-2021-02-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-9/+11
2021-02-09drm/ttm: move memory accounting into vmwgfx v4Christian König1-5/+2
2021-02-04drm/nouveau: fix dma syncing warning with debugging on.Dave Airlie1-6/+29
2021-01-21drm/ttm: device naming cleanupChristian König1-10/+10
2021-01-07Merge tag 'drm-misc-next-2020-12-17' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-9/+11
2020-12-18drm/nouveau: fix multihop when move doesn't work.Dave Airlie1-15/+16
2020-12-15Merge drm/drm-next into drm-misc-nextMaarten Lankhorst1-6/+2
2020-12-14Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-222/+118
2020-12-14drm/ttm: cleanup BO size handling v3Christian König1-5/+5
2020-12-04Merge tag 'drm-misc-fixes-2020-12-03' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-1/+1
2020-12-01drm/nouveau: Drop mutex_lock_nested for atomicDaniel Vetter1-1/+4
2020-11-30drm/prime: split array import functions v4Christian König1-3/+2
2020-11-30drm/nouveau: stop using pages with drm_prime_sg_to_page_addr_arrays v2Christian König1-3/+3
2020-11-26drm/nouveau: make sure ret is initialized in nouveau_ttm_io_mem_reserveChristian König1-1/+1
2020-11-16Merge branch 'linux-5.11' of git://github.com/skeggsb/linux into drm-nextDave Airlie1-5/+1
2020-11-14drm/nouveau/ttm: avoid using nouveau_drm.ttm.type_vram prior to nv50Ben Skeggs1-2/+1
2020-11-14drm/nouveau/ttm: avoid using nouveau_drm.ttm.type_vram prior to nv50Ben Skeggs1-2/+1
2020-11-11drm/nouveau: Fix out-of-bounds access when deferencing MMU typeThomas Zimmermann1-1/+4
2020-11-11drm/nouveau/ttm: use multihopDave Airlie1-99/+13
2020-11-11drm/ttm: add multihop infrastrucutre (v3)Dave Airlie1-1/+2
2020-11-02drm/nouveu: fix swiotlb includeChristian König1-1/+0
2020-10-29drm/nouveau: switch to new allocatorChristian König1-28/+2
2020-10-26drm/ttm: merge ttm_dma_tt back into ttm_ttChristian König1-6/+6
2020-10-26drm/ttm: nuke ttm_tt_set_(un)populated againChristian König1-1/+0
2020-10-22drm/ttm: replace last move_notify with delete_mem_notifyDave Airlie1-1/+7
2020-10-21drm/ttm: move last binding into the drivers.Dave Airlie1-1/+6
2020-10-21drm/ttm: drop move notify around move.Dave Airlie1-3/+9
2020-10-21drm/ttm: drop unbind callback.Dave Airlie1-1/+0
2020-10-21drm/ttm: add move to system into driversDave Airlie1-4/+6
2020-10-21drm/ttm: move some move binds into the driversDave Airlie1-3/+7
2020-10-20drm/ttm: add move old to system to drivers.Dave Airlie1-2/+9
2020-10-20drm/ttm: use new move interface for known system->ttm movesDave Airlie1-1/+2
2020-10-15drm/ttm: nuke caching placement flagsChristian König1-27/+9
2020-10-15drm/ttm: add caching state to ttm_bus_placementChristian König1-0/+11
2020-10-06drm/nouveau/ttm: memcpy waits for bo alreadyDave Airlie1-3/+1
2020-10-06drm/nouveau/ttm: handle ttm moves properly.Dave Airlie1-0/+12
2020-09-28drm/nouveau: stop using TTMs fault callbackChristian König1-24/+26
2020-09-24drm/nouveau: switch over to the new pin interfaceChristian König1-36/+12
2020-09-24drm/ttm: add bo wait that takes a ctx wrapper.Dave Airlie1-2/+2
2020-09-24drm/nouveau/ttm: plumb ctx through move functions.Dave Airlie1-25/+23
2020-09-18drm/ttm: drop special pipeline accel cleanup function.Dave Airlie1-1/+1