index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nouveau_sgdma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-09
drm/nouveau: port to nvif client/device/objects
Ben Skeggs
1
-2
/
+0
2014-08-09
drm/nouveau: initial pass at moving to struct nvif_device
Ben Skeggs
1
-1
/
+1
2014-01-23
drm/nouveau/vm: reduce number of entry-points to vm_map()
Ben Skeggs
1
-6
/
+11
2013-09-17
drm/nouveau/ttm: prevent double-free in nouveau_sgdma_create_ttm() failure path
Ben Skeggs
1
-3
/
+1
2012-10-03
drm/nouveau: port all engines to new engine module format
Ben Skeggs
1
-58
/
+10
2012-10-03
drm/nouveau/instmem: completely new implementation, as a subdev module
Ben Skeggs
1
-301
/
+14
2012-05-24
drm/nouveau: give a slightly larger pci(e)gart aperture on all chipsets
Ben Skeggs
1
-2
/
+2
2012-05-23
nouveau: add PRIME support
Dave Airlie
1
-1
/
+4
2011-12-06
drm/ttm: isolate dma data from ttm_tt V4
Jerome Glisse
1
-8
/
+14
2011-12-06
drm/nouveau: enable the ttm dma pool when swiotlb is active V3
Konrad Rzeszutek Wilk
1
-59
/
+1
2011-12-06
drm/ttm: merge ttm_backend and ttm_tt V5
Jerome Glisse
1
-103
/
+85
2011-09-20
drm/nouveau: remove allocations from gart populate() hook
Ben Skeggs
1
-45
/
+21
2011-09-09
drm/nouveau: fix nv04_sgdma_bind on non-"4kB pages" archs
Marcin Slusarz
1
-1
/
+1
2011-09-09
drm/nouveau: properly handle allocation failure in nouveau_sgdma_populate
Marcin Slusarz
1
-1
/
+4
2011-07-13
DRM: remove drm_pci_device_is_pcie
Jon Mason
1
-2
/
+2
2011-06-07
drm/nv40: fall back to paged dma object for the moment
Ben Skeggs
1
-1
/
+1
2011-05-11
drm/radeon/nouveau: fix build regression on alpha due to Xen changes.
Dave Airlie
1
-1
/
+2
2011-04-20
drm/nouveau: populate ttm_alloced with false, when it's not
Ben Skeggs
1
-0
/
+1
2011-04-20
drm/nouveau: fix nv30 pcie boards
Ben Skeggs
1
-2
/
+2
2011-03-14
drm/nv40: attempt to reserve just enough vram for all 32 channels
Ben Skeggs
1
-2
/
+1
2011-02-24
drm/nv50-nvc0: delay GART binding until move_notify time
Ben Skeggs
1
-21
/
+9
2011-02-24
drm/nv40: implement support for on-chip PCIEGART
Ben Skeggs
1
-20
/
+270
2011-02-24
drm/nouveau: introduce new gart type, and name _SGDMA more appropriately
Ben Skeggs
1
-1
/
+2
2011-02-24
drm/nouveau: move + rename some stuff in nouveau_sgdma.c
Ben Skeggs
1
-39
/
+38
2011-02-23
Merge branch 'stable/ttm.pci-api.v5' of git://git.kernel.org/pub/scm/linux/ke...
Dave Airlie
1
-8
/
+23
2011-02-19
nouveau/ttm/PCIe: Use dma_addr if TTM has set it.
Konrad Rzeszutek Wilk
1
-7
/
+21
2011-01-28
ttm: Expand (*populate) to support an array of DMA addresses.
Konrad Rzeszutek Wilk
1
-1
/
+2
2010-12-08
drm/nv04-nv40: Fix up PCI(E) GART DMA object bus address calculation.
Francisco Jerez
1
-10
/
+6
2010-12-08
drm/nv50: tidy up PCIEGART implementation
Ben Skeggs
1
-76
/
+71
2010-12-08
drm/nv04-nv40: Give "gpuobj->cinst" the same meaning as on nv50.
Francisco Jerez
1
-6
/
+0
2010-12-03
drm/nouveau: tidy up and extend dma object creation interfaces
Ben Skeggs
1
-5
/
+2
2010-12-03
drm/nouveau: remove dummy page use from PCI(E)GART, use PTE present instead
Ben Skeggs
1
-35
/
+3
2010-11-18
drm/nouveau: Make PCIE GART size depend on the available RAMIN space.
Francisco Jerez
1
-5
/
+5
2010-11-18
drm/nv50: implement possible workaround for NV86 PGRAPH TLB flush hang
Ben Skeggs
1
-4
/
+4
2010-11-18
drm/nouveau: fix nv40 pcie gart size
Lucas Stach
1
-1
/
+5
2010-10-05
drm/ttm: restructure to allow driver to plug in alternate memory manager
Ben Skeggs
1
-2
/
+2
2010-09-24
drm/nouveau: zero dummy page
Ben Skeggs
1
-1
/
+1
2010-09-24
drm/nv50: mark PCIEGART pages non-present rather than using dummy page
Ben Skeggs
1
-4
/
+3
2010-09-24
drm/nouveau: remove nouveau_gpuobj_ref completely, replace with sanity
Ben Skeggs
1
-4
/
+9
2010-09-24
drm/nouveau: modify object accessors, offset in bytes rather than dwords
Ben Skeggs
1
-23
/
+27
2010-08-17
drm/nouveau: check for error when allocating/mapping dummy page
Ben Skeggs
1
-1
/
+11
2010-07-13
drm/nv50: move tlb flushing to a helper function
Ben Skeggs
1
-30
/
+4
2010-07-13
drm/nouveau: add instmem flush() hook
Ben Skeggs
1
-9
/
+3
2010-04-09
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
1
-0
/
+18
2010-04-09
drm/nv50: add more 0x100c80 flushy magic
Ben Skeggs
1
-0
/
+18
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-11
drm/nouveau: move dereferences after null checks
Marcin Slusarz
1
-3
/
+4
2009-12-11
drm/nouveau: Add DRM driver for NVIDIA GPUs
Ben Skeggs
1
-0
/
+321