summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-29drm/radeon: introduce a sub allocator and convert ib pool to itHEADmasterJerome Glisse5-165/+345
2011-11-29drm/ttm: callback move_notify any time bo placement change v4Jerome Glisse2-5/+8
2011-11-29drm/ttm: simplify memory accounting for ttm user v2Jerome Glisse7-55/+71
2011-11-29drm/ttm: isolate dma data from ttm_tt V4Jerome Glisse9-156/+203
2011-11-29drm/nouveau: enable the ttm dma pool when swiotlb is active V3Konrad Rzeszutek Wilk4-61/+79
2011-11-29drm/radeon/kms: enable the ttm dma pool if swiotlb is on V4Konrad Rzeszutek Wilk4-35/+84
2011-11-29drm/ttm: provide dma aware ttm page pool code V9Konrad Rzeszutek Wilk6-0/+1179
2011-11-29drm/ttm: introduce callback for ttm_tt populate & unpopulate V4Jerome Glisse9-120/+135
2011-11-29drm/ttm: merge ttm_backend and ttm_tt V5Jerome Glisse9-458/+294
2011-11-29drm/ttm: page allocation use page array instead of listJerome Glisse3-66/+63
2011-11-29drm/ttm: test for dma_address array allocation failureJerome Glisse1-1/+1
2011-11-29drm/ttm: use ttm put pages function to properly restore cache attributeJerome Glisse1-1/+4
2011-11-29drm/ttm: remove unused backend flags fieldJerome Glisse2-3/+0
2011-11-29drm/ttm: remove split btw highmen and lowmem pageJerome Glisse2-16/+2
2011-11-29drm/ttm: remove userspace backed ttm object supportJerome Glisse4-155/+1
2011-11-29swiotlb: Expose swiotlb_nr_tlb function to modulesKonrad Rzeszutek Wilk3-4/+5
2011-11-29WIP: drm/radeon: Enable additional compute rings on caymanChristian König2-10/+70
2011-11-29drm/radeon/kms: add support for per-ring fence interruptsAlex Deucher9-39/+105
2011-11-29drm/radeon/kms: add cayman specific fence_ring_emitAlex Deucher4-3/+50
2011-11-29drm/radeon/kms: add some new ring params to better handle other ring typesAlex Deucher7-11/+27
2011-11-29drm/radeon: improve radeon_test_syncing functionChristian König1-14/+185
2011-11-29drm/radeon: precompute fence cpu/gpu addr onceJerome Glisse14-46/+153
2011-11-29drm/radeon: move ring debugfs into radeon_ring.cChristian König2-26/+50
2011-11-29drm/radeon: rename struct radeon_cp to radeon_ringChristian König21-826/+826
2011-11-29drm/radeon: disable compute rings on cayman for nowChristian König1-2/+2
2011-11-29drm/radeon: add radeon_fence_count_emited functionChristian König3-14/+23
2011-11-29drm/radeon: make some asic pointers per ringChristian König5-64/+144
2011-11-29drm/radeon: Add radeon_test_syncing functionChristian König3-1/+96
2011-11-29drm/radeon: make cp variable an arrayChristian König20-96/+119
2011-11-29drm/radeon: make ring rptr and wptr register offsets variableChristian König9-52/+29
2011-11-29drm/radeon: make all functions work with multiple rings.Christian König20-745/+812
2011-11-29drm/radeon/kms: add support for semaphores v2Christian König13-6/+270
2011-11-29drm/radeon/kms: add support for multiple fence queuesAlex Deucher20-150/+193
2011-11-29drm/radeon: fix a spelling mistakeChristian König4-22/+22
2011-11-29drm/radeon: no need to check all relocs for duplicatesChristian König1-2/+3
2011-11-29drm/radeon: fix debugfs handlingChristian König2-19/+33
2011-11-29drm/radeon/kms: fix 2D tiling CS support on EG/CMAlex Deucher2-26/+154
2011-11-29drm/radeon/kms: fix scanout of 2D tiled buffers on EG/CMAlex Deucher2-2/+62
2011-11-29drm/radeon/kms: add some loop timeouts in pageflip codeAlex Deucher4-4/+24
2011-11-28Merge branch 'exynos-drm' of git://git.infradead.org/users/kmpark/linux-samsu...Dave Airlie15-231/+440
2011-11-23Linux 3.2-rc3Linus Torvalds1-1/+1
2011-11-23Merge git://github.com/rustyrussell/linuxLinus Torvalds5-3/+23
2011-11-24virtio-pci: make reset operation saferMichael S. Tsirkin2-0/+20
2011-11-24virtio-mmio: Correct the name of the guest features selectorSasha Levin2-2/+2
2011-11-24virtio: add HAS_IOMEM dependency to MMIO platform bus driverHeiko Carstens1-1/+1
2011-11-23Merge branch 'upstream-linus' of git://github.com/jgarzik/libata-devLinus Torvalds2-1/+5
2011-11-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds8-25/+51
2011-11-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyh...Linus Torvalds4-36/+70
2011-11-23eCryptfs: Extend array bounds for all filename charsTyler Hicks1-2/+2
2011-11-23eCryptfs: Flush file in vma closeTyler Hicks1-1/+22