aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_sgdma.c
Commit message (Expand)AuthorAge
* drm/ttm: isolate dma data from ttm_tt V4Jerome Glisse2011-12-06
* drm/nouveau: enable the ttm dma pool when swiotlb is active V3Konrad Rzeszutek Wilk2011-12-06
* drm/ttm: merge ttm_backend and ttm_tt V5Jerome Glisse2011-12-06
* drm/nouveau: remove allocations from gart populate() hookBen Skeggs2011-09-20
* drm/nouveau: fix nv04_sgdma_bind on non-"4kB pages" archsMarcin Slusarz2011-09-09
* drm/nouveau: properly handle allocation failure in nouveau_sgdma_populateMarcin Slusarz2011-09-09
* DRM: remove drm_pci_device_is_pcieJon Mason2011-07-13
* drm/nv40: fall back to paged dma object for the momentBen Skeggs2011-06-06
* drm/radeon/nouveau: fix build regression on alpha due to Xen changes.Dave Airlie2011-05-10
* drm/nouveau: populate ttm_alloced with false, when it's notBen Skeggs2011-04-19
* drm/nouveau: fix nv30 pcie boardsBen Skeggs2011-04-19
* drm/nv40: attempt to reserve just enough vram for all 32 channelsBen Skeggs2011-03-14
* drm/nv50-nvc0: delay GART binding until move_notify timeBen Skeggs2011-02-24
* drm/nv40: implement support for on-chip PCIEGARTBen Skeggs2011-02-24
* drm/nouveau: introduce new gart type, and name _SGDMA more appropriatelyBen Skeggs2011-02-24
* drm/nouveau: move + rename some stuff in nouveau_sgdma.cBen Skeggs2011-02-24
* Merge branch 'stable/ttm.pci-api.v5' of git://git.kernel.org/pub/scm/linux/ke...Dave Airlie2011-02-22
|\
| * nouveau/ttm/PCIe: Use dma_addr if TTM has set it.Konrad Rzeszutek Wilk2011-02-18
| * ttm: Expand (*populate) to support an array of DMA addresses.Konrad Rzeszutek Wilk2011-01-27
* | drm/nv04-nv40: Fix up PCI(E) GART DMA object bus address calculation.Francisco Jerez2010-12-08
* | drm/nv50: tidy up PCIEGART implementationBen Skeggs2010-12-07
* | drm/nv04-nv40: Give "gpuobj->cinst" the same meaning as on nv50.Francisco Jerez2010-12-07
* | drm/nouveau: tidy up and extend dma object creation interfacesBen Skeggs2010-12-03
* | drm/nouveau: remove dummy page use from PCI(E)GART, use PTE present insteadBen Skeggs2010-12-03
* | drm/nouveau: Make PCIE GART size depend on the available RAMIN space.Francisco Jerez2010-11-17
* | drm/nv50: implement possible workaround for NV86 PGRAPH TLB flush hangBen Skeggs2010-11-17
* | drm/nouveau: fix nv40 pcie gart sizeLucas Stach2010-11-17
|/
* drm/ttm: restructure to allow driver to plug in alternate memory managerBen Skeggs2010-10-04
* drm/nouveau: zero dummy pageBen Skeggs2010-09-24
* drm/nv50: mark PCIEGART pages non-present rather than using dummy pageBen Skeggs2010-09-24
* drm/nouveau: remove nouveau_gpuobj_ref completely, replace with sanityBen Skeggs2010-09-24
* drm/nouveau: modify object accessors, offset in bytes rather than dwordsBen Skeggs2010-09-24
* drm/nouveau: check for error when allocating/mapping dummy pageBen Skeggs2010-08-16
* drm/nv50: move tlb flushing to a helper functionBen Skeggs2010-07-12
* drm/nouveau: add instmem flush() hookBen Skeggs2010-07-12
* Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-04-09
|\
| * drm/nv50: add more 0x100c80 flushy magicBen Skeggs2010-04-08
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
|/
* drm/nouveau: move dereferences after null checksMarcin Slusarz2010-02-10
* drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs2009-12-11