aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_sgdma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/+0
2021-01-21drm/ttm: device naming cleanupChristian König1-3/+3
2020-11-30drm/nouveau: stop using pages with drm_prime_sg_to_page_addr_arrays v2Christian König1-1/+1
2020-10-26drm/ttm: merge ttm_dma_tt back into ttm_ttChristian König1-3/+3
2020-10-15drm/ttm: set the tt caching state at creation timeChristian König1-1/+12
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/+7
2020-09-09drm/nouveau/ttm: use driver bind/unbind/destroy functions.Dave Airlie1-42/+12
2020-09-08drm/ttm: remove bdev from ttm_ttDave Airlie1-4/+4
2020-08-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-8/+4
2020-08-06drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie1-2/+2
2020-07-29drm/ttm/nouveau: don't call tt destroy callback on alloc failure.Dave Airlie1-6/+3
2020-07-29drm/ttm: make ttm_tt unbind function return void.Dave Airlie1-2/+1
2019-07-19drm/nouveau: fix bogus GPL-2 license headerIlia Mirkin1-1/+1
2018-03-14drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König1-4/+3
2018-02-26drm/ttm: drop ttm->dummy_read_pageChristian König1-3/+2
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-31/+23
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-02drm/nouveau: switch over to new memory and vmm interfacesBen Skeggs1-1/+1
2017-11-02drm/nouveau: separate buffer object backing memory from nvkm structuresBen Skeggs1-31/+23
2017-02-17drm/nouveau: s/mem/reg/ for struct ttm_mem_reg variablesBen Skeggs1-6/+6
2017-02-17drm/nouveau: allocate device object for every clientBen Skeggs1-1/+1
2016-05-20drm/nouveau: rename nouveau_drm.h to nouveau_drv.hBen Skeggs1-1/+1
2015-01-22drm/nouveau: finalise nvkm namespace switch (no binary change)Ben Skeggs1-5/+5
2015-01-22drm/nouveau: sgdma: add comment around suspiscious error handlerAlexandre Courbot1-0/+5
2015-01-22drm/nouveau: sgdma: remove unused nouveau_sgdma_be::devAlexandre Courbot1-2/+0
2014-08-10drm/nouveau: port to nvif client/device/objectsBen Skeggs1-2/+0
2014-08-10drm/nouveau: initial pass at moving to struct nvif_deviceBen Skeggs1-1/+1
2014-01-23drm/nouveau/vm: reduce number of entry-points to vm_map()Ben Skeggs1-6/+11
2013-09-18drm/nouveau/ttm: prevent double-free in nouveau_sgdma_create_ttm() failure pathBen Skeggs1-3/+1
2012-10-03drm/nouveau: port all engines to new engine module formatBen Skeggs1-58/+10
2012-10-03drm/nouveau/instmem: completely new implementation, as a subdev moduleBen Skeggs1-301/+14
2012-05-24drm/nouveau: give a slightly larger pci(e)gart aperture on all chipsetsBen Skeggs1-2/+2
2012-05-23nouveau: add PRIME supportDave Airlie1-1/+4
2011-12-06drm/ttm: isolate dma data from ttm_tt V4Jerome Glisse1-8/+14
2011-12-06drm/nouveau: enable the ttm dma pool when swiotlb is active V3Konrad Rzeszutek Wilk1-59/+1
2011-12-06drm/ttm: merge ttm_backend and ttm_tt V5Jerome Glisse1-103/+85
2011-09-20drm/nouveau: remove allocations from gart populate() hookBen Skeggs1-45/+21
2011-09-09drm/nouveau: fix nv04_sgdma_bind on non-"4kB pages" archsMarcin Slusarz1-1/+1
2011-09-09drm/nouveau: properly handle allocation failure in nouveau_sgdma_populateMarcin Slusarz1-1/+4
2011-07-13DRM: remove drm_pci_device_is_pcieJon Mason1-2/+2
2011-06-07drm/nv40: fall back to paged dma object for the momentBen Skeggs1-1/+1
2011-05-11drm/radeon/nouveau: fix build regression on alpha due to Xen changes.Dave Airlie1-1/+2
2011-04-20drm/nouveau: populate ttm_alloced with false, when it's notBen Skeggs1-0/+1
2011-04-20drm/nouveau: fix nv30 pcie boardsBen Skeggs1-2/+2
2011-03-14drm/nv40: attempt to reserve just enough vram for all 32 channelsBen Skeggs1-2/+1
2011-02-25drm/nv50-nvc0: delay GART binding until move_notify timeBen Skeggs1-21/+9
2011-02-25drm/nv40: implement support for on-chip PCIEGARTBen Skeggs1-20/+270