summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_sgdma.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-02-25drm/nouveau: introduce new gart type, and name _SGDMA more appropriatelyBen Skeggs1-1/+2
2011-02-25drm/nouveau: move + rename some stuff in nouveau_sgdma.cBen Skeggs1-39/+38
2011-02-23Merge branch 'stable/ttm.pci-api.v5' of git://git.kernel.org/pub/scm/linux/ke...Dave Airlie1-8/+23
2011-02-18nouveau/ttm/PCIe: Use dma_addr if TTM has set it.Konrad Rzeszutek Wilk1-7/+21
2011-01-27ttm: Expand (*populate) to support an array of DMA addresses.Konrad Rzeszutek Wilk1-1/+2
2010-12-08drm/nv04-nv40: Fix up PCI(E) GART DMA object bus address calculation.Francisco Jerez1-10/+6
2010-12-08drm/nv50: tidy up PCIEGART implementationBen Skeggs1-76/+71
2010-12-08drm/nv04-nv40: Give "gpuobj->cinst" the same meaning as on nv50.Francisco Jerez1-6/+0
2010-12-03drm/nouveau: tidy up and extend dma object creation interfacesBen Skeggs1-5/+2
2010-12-03drm/nouveau: remove dummy page use from PCI(E)GART, use PTE present insteadBen Skeggs1-35/+3
2010-11-18drm/nouveau: Make PCIE GART size depend on the available RAMIN space.Francisco Jerez1-5/+5
2010-11-18drm/nv50: implement possible workaround for NV86 PGRAPH TLB flush hangBen Skeggs1-4/+4
2010-11-18drm/nouveau: fix nv40 pcie gart sizeLucas Stach1-1/+5
2010-10-05drm/ttm: restructure to allow driver to plug in alternate memory managerBen Skeggs1-2/+2
2010-09-24drm/nouveau: zero dummy pageBen Skeggs1-1/+1
2010-09-24drm/nv50: mark PCIEGART pages non-present rather than using dummy pageBen Skeggs1-4/+3
2010-09-24drm/nouveau: remove nouveau_gpuobj_ref completely, replace with sanityBen Skeggs1-4/+9
2010-09-24drm/nouveau: modify object accessors, offset in bytes rather than dwordsBen Skeggs1-23/+27
2010-08-17drm/nouveau: check for error when allocating/mapping dummy pageBen Skeggs1-1/+11
2010-07-13drm/nv50: move tlb flushing to a helper functionBen Skeggs1-30/+4
2010-07-13drm/nouveau: add instmem flush() hookBen Skeggs1-9/+3
2010-04-09Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-0/+18
2010-04-09drm/nv50: add more 0x100c80 flushy magicBen Skeggs1-0/+18
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-11drm/nouveau: move dereferences after null checksMarcin Slusarz1-3/+4
2009-12-11drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs1-0/+321