summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_bo.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-04Merge tag 'drm-misc-fixes-2020-12-03' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-1/+1
2020-11-26drm/nouveau: make sure ret is initialized in nouveau_ttm_io_mem_reserveChristian König1-1/+1
2020-11-14drm/nouveau/ttm: avoid using nouveau_drm.ttm.type_vram prior to nv50Ben Skeggs1-2/+1
2020-09-18drm/ttm: drop special pipeline accel cleanup function.Dave Airlie1-1/+1
2020-09-18drm/ttm/drivers: call the bind function directly.Dave Airlie1-1/+4
2020-09-18drm/ttm: move unbind into the tt destroy.Dave Airlie1-0/+1
2020-09-18drm/ttm: flip tt destroy ordering.Dave Airlie1-0/+1
2020-09-18drm/ttm: protect against reentrant bind in the driversDave Airlie1-1/+4
2020-09-16drm/ttm: move ttm binding/unbinding out of ttm_tt paths.Dave Airlie1-1/+1
2020-09-16drm/ttm: split populate out from binding.Dave Airlie1-1/+5
2020-09-16drm/ttm/tt: add wrappers to set tt state.Dave Airlie1-2/+2
2020-09-15drm/nouveau: explicitly specify caching to useChristian König1-6/+22
2020-09-11drm/ttm: nuke memory type flagsChristian König1-8/+16
2020-09-11drm/nouveau: stop using TTM placement flagsChristian König1-34/+57
2020-09-09drm/ttm/agp: remove bdev from agp helpersDave Airlie1-3/+3
2020-09-09drm/ttm: get rid of agp specific populate/unpopulate paths.Dave Airlie1-2/+2
2020-09-09drm/nouveau/ttm: use driver bind/unbind/destroy functions.Dave Airlie1-0/+44
2020-09-09drm/ttm: introduce ttm_bo_move_nullDave Airlie1-3/+1
2020-09-08drm/ttm: merge offset and base in ttm_bus_placementChristian König1-5/+4
2020-09-08drm/ttm: remove bdev from ttm_ttDave Airlie1-7/+9
2020-09-03drm/nouveau: move io_reserve_lru handling into the driver v5Christian König1-21/+80
2020-08-24drm/ttm: init mem->bus in common code.Dave Airlie1-6/+0
2020-08-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-359/+4
2020-08-12drm/ttm: give resource functions their own [ch] filesChristian König1-2/+2
2020-08-06drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie1-23/+23
2020-08-06nouveau: use ttm populate mapping functions. (v2)Dave Airlie1-36/+2
2020-07-31drm/ttm: remove the init_mem_type callbackChristian König1-8/+0
2020-07-31drm/nouveau: stop implementing init_mem_typeChristian König1-48/+0
2020-07-31drm/ttm: remove TTM_MEMTYPE_FLAG_FIXED v2Christian König1-3/+1
2020-07-31drm/ttm: initialize the system domain with defaults v2Christian König1-3/+0
2020-07-24drm/nouveau/bo: split buffer move functions into their own source filesBen Skeggs1-356/+1
2020-07-24drm/nouveau/nvif: give every object a human-readable identifierBen Skeggs1-2/+2
2020-07-24drm/nouveau: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-21drm/nouveau: stop using TTM_MEMTYPE_FLAG_MAPPABLEChristian König1-8/+5
2020-07-21drm/ttm: remove TTM_MEMTYPE_FLAG_CMAChristian König1-2/+1
2020-07-21drm/ttm: remove io_reserve_fastpath flagChristian König1-1/+0
2020-07-21drm/ttm: cleanup io_mem interface with nouveauChristian König1-2/+0
2020-06-26drm/nouveau: don't use ttm bo->offset v3Nirmoy Das1-0/+8
2020-04-07drm/nouveau/ttm: evict other IO mappings when running out of BAR1 spaceBen Skeggs1-2/+7
2020-02-21Merge tag 'drm-misc-next-2020-02-10' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-8/+0
2020-01-16drm/ttm: nuke invalidate_caches callbackChristian König1-8/+0
2020-01-15drm/nouveau: Fix ttm move init with multiple GPUsJames Jones1-2/+3
2019-09-17drm/nouveau: Fix ordering between TTM and GEM releaseThierry Reding1-2/+8
2019-09-17drm/nouveau: Fix fallout from reservation object reworkThierry Reding1-7/+9
2019-08-21drm/nouveau: Initialize GEM object before TTM objectThierry Reding1-24/+45
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König1-5/+5
2019-08-06drm/nouveau: switch driver from bo->resv to bo->base.resvGerd Hoffmann1-3/+2
2019-08-06drm/nouveau: use embedded gem objectGerd Hoffmann1-3/+3
2019-07-31drm/nouveau: Fill out gem_object->resvDaniel Vetter1-0/+2
2019-02-20drm/nouveau: prepare for enabling svm with existing userspace interfacesBen Skeggs1-1/+1