summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_sgdma.c
AgeCommit message (Expand)Author
2020-08-19drm/ttm/nouveau: don't call tt destroy callback on alloc failure.Dave Airlie
2019-07-19drm/nouveau: fix bogus GPL-2 license headerIlia Mirkin
2018-03-14drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König
2018-02-26drm/ttm: drop ttm->dummy_read_pageChristian König
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-02drm/nouveau: switch over to new memory and vmm interfacesBen Skeggs
2017-11-02drm/nouveau: separate buffer object backing memory from nvkm structuresBen Skeggs
2017-02-17drm/nouveau: s/mem/reg/ for struct ttm_mem_reg variablesBen Skeggs
2017-02-17drm/nouveau: allocate device object for every clientBen Skeggs
2016-05-20drm/nouveau: rename nouveau_drm.h to nouveau_drv.hBen Skeggs
2015-01-22drm/nouveau: finalise nvkm namespace switch (no binary change)Ben Skeggs
2015-01-22drm/nouveau: sgdma: add comment around suspiscious error handlerAlexandre Courbot
2015-01-22drm/nouveau: sgdma: remove unused nouveau_sgdma_be::devAlexandre Courbot
2014-08-10drm/nouveau: port to nvif client/device/objectsBen Skeggs
2014-08-10drm/nouveau: initial pass at moving to struct nvif_deviceBen Skeggs
2014-01-23drm/nouveau/vm: reduce number of entry-points to vm_map()Ben Skeggs
2013-09-18drm/nouveau/ttm: prevent double-free in nouveau_sgdma_create_ttm() failure pathBen Skeggs
2012-10-03drm/nouveau: port all engines to new engine module formatBen Skeggs
2012-10-03drm/nouveau/instmem: completely new implementation, as a subdev moduleBen Skeggs
2012-05-24drm/nouveau: give a slightly larger pci(e)gart aperture on all chipsetsBen Skeggs
2012-05-23nouveau: add PRIME supportDave Airlie
2011-12-06drm/ttm: isolate dma data from ttm_tt V4Jerome Glisse
2011-12-06drm/nouveau: enable the ttm dma pool when swiotlb is active V3Konrad Rzeszutek Wilk
2011-12-06drm/ttm: merge ttm_backend and ttm_tt V5Jerome Glisse
2011-09-20drm/nouveau: remove allocations from gart populate() hookBen Skeggs
2011-09-09drm/nouveau: fix nv04_sgdma_bind on non-"4kB pages" archsMarcin Slusarz
2011-09-09drm/nouveau: properly handle allocation failure in nouveau_sgdma_populateMarcin Slusarz
2011-07-13DRM: remove drm_pci_device_is_pcieJon Mason
2011-06-07drm/nv40: fall back to paged dma object for the momentBen Skeggs
2011-05-11drm/radeon/nouveau: fix build regression on alpha due to Xen changes.Dave Airlie
2011-04-20drm/nouveau: populate ttm_alloced with false, when it's notBen Skeggs
2011-04-20drm/nouveau: fix nv30 pcie boardsBen Skeggs
2011-03-14drm/nv40: attempt to reserve just enough vram for all 32 channelsBen Skeggs
2011-02-25drm/nv50-nvc0: delay GART binding until move_notify timeBen Skeggs
2011-02-25drm/nv40: implement support for on-chip PCIEGARTBen Skeggs
2011-02-25drm/nouveau: introduce new gart type, and name _SGDMA more appropriatelyBen Skeggs
2011-02-25drm/nouveau: move + rename some stuff in nouveau_sgdma.cBen Skeggs
2011-02-23Merge branch 'stable/ttm.pci-api.v5' of git://git.kernel.org/pub/scm/linux/ke...Dave Airlie
2011-02-18nouveau/ttm/PCIe: Use dma_addr if TTM has set it.Konrad Rzeszutek Wilk
2011-01-27ttm: Expand (*populate) to support an array of DMA addresses.Konrad Rzeszutek Wilk
2010-12-08drm/nv04-nv40: Fix up PCI(E) GART DMA object bus address calculation.Francisco Jerez
2010-12-08drm/nv50: tidy up PCIEGART implementationBen Skeggs
2010-12-08drm/nv04-nv40: Give "gpuobj->cinst" the same meaning as on nv50.Francisco Jerez
2010-12-03drm/nouveau: tidy up and extend dma object creation interfacesBen Skeggs
2010-12-03drm/nouveau: remove dummy page use from PCI(E)GART, use PTE present insteadBen Skeggs
2010-11-18drm/nouveau: Make PCIE GART size depend on the available RAMIN space.Francisco Jerez
2010-11-18drm/nv50: implement possible workaround for NV86 PGRAPH TLB flush hangBen Skeggs
2010-11-18drm/nouveau: fix nv40 pcie gart sizeLucas Stach
2010-10-05drm/ttm: restructure to allow driver to plug in alternate memory managerBen Skeggs