index
:
~tomegun/linux
master
net-name
Private linux wip tree
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
radeon
/
radeon_ttm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-18
Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into dr...
Dave Airlie
1
-2
/
+3
2014-03-18
Merge tag 'v3.14-rc7' into drm-next
Dave Airlie
1
-1
/
+4
2014-03-16
drm: init TTM dev_mapping in ttm_bo_device_init()
David Herrmann
1
-2
/
+3
2014-03-16
drm: use anon-inode instead of relying on cdevs
David Herrmann
1
-1
/
+1
2014-03-06
drm/radeon: silence GCC warning on 32 bit
Paul Bolle
1
-1
/
+1
2014-03-06
drm/radeon: TTM must be init with cpu-visible VRAM, v2
Lauri Kasanen
1
-0
/
+3
2014-03-03
drm/radeon: track memory statistics about VRAM and GTT usage and buffer moves v2
Marek Olšák
1
-1
/
+7
2013-12-24
drm/radeon: add GART debugfs access v3
Christian König
1
-0
/
+63
2013-12-24
drm/radeon: add VRAM debugfs access v3
Christian König
1
-1
/
+76
2013-12-24
drm/radeon: cleanup radeon_ttm debugfs handling
Christian König
1
-36
/
+23
2013-12-18
drm: rip out drm_core_has_AGP
Daniel Vetter
1
-1
/
+1
2013-08-27
drm: verify vma access in TTM+GEM drivers
David Herrmann
1
-1
/
+3
2013-05-20
drm/radeon: Fix VRAM size calculation for VRAM >= 4GB
Niels Ole Salscheider
1
-1
/
+1
2013-02-04
drm: fix compile failure by including <linux/swiotlb.h>
Chris Metcalf
1
-0
/
+1
2012-12-10
drm/ttm: remove no_wait_reserve, v3
Maarten Lankhorst
1
-15
/
+16
2012-11-20
drm/ttm: remove sync_arg from driver functions
Maarten Lankhorst
1
-4
/
+3
2012-11-20
drm/ttm: remove sync_obj_arg from ttm_bo_move_accel_cleanup
Maarten Lankhorst
1
-1
/
+1
2012-09-20
drm/radeon: Mark all possible functions / structs as static
Lauri Kasanen
1
-1
/
+1
2012-07-25
drm: track dev_mapping in more robust and flexible way
Ilija Hadzic
1
-3
/
+1
2012-06-21
drm/radeon: replace vmram_mutex with mclk_lock v2
Christian König
1
-2
/
+2
2012-06-21
drm/radeon: rework ring syncing code
Christian König
1
-20
/
+0
2012-06-21
drm/radeon: remove radeon_fence_create
Christian König
1
-19
/
+11
2012-05-23
drm/radeon: add PRIME support (v2)
Alex Deucher
1
-2
/
+14
2012-05-09
drm/radeon: immediately free ttm-move semaphore
Christian König
1
-2
/
+5
2012-05-03
drm/radeon: fix a bug with the ring syncing code
Christian König
1
-27
/
+21
2012-02-29
drm/radeon/kms: reorganize copy callbacks
Alex Deucher
1
-7
/
+8
2012-01-06
ttm: fix agp since ttm tt rework
Jerome Glisse
1
-0
/
+11
2012-01-06
drm/radeon/kms: sync across multiple rings when doing bo moves v3
Alex Deucher
1
-4
/
+34
2011-12-20
drm/radeon: rename struct radeon_cp to radeon_ring
Christian König
1
-3
/
+3
2011-12-20
drm/radeon: make cp variable an array
Christian König
1
-3
/
+3
2011-12-20
drm/radeon/kms: add support for multiple fence queues v2
Alex Deucher
1
-1
/
+1
2011-12-06
drm/ttm: isolate dma data from ttm_tt V4
Jerome Glisse
1
-21
/
+22
2011-12-06
drm/radeon/kms: enable the ttm dma pool if swiotlb is on V4
Konrad Rzeszutek Wilk
1
-6
/
+77
2011-12-06
drm/ttm: introduce callback for ttm_tt populate & unpopulate V4
Jerome Glisse
1
-0
/
+2
2011-12-06
drm/ttm: merge ttm_backend and ttm_tt V5
Jerome Glisse
1
-136
/
+83
2011-12-06
drm/ttm: remove unused backend flags field
Jerome Glisse
1
-1
/
+0
2011-09-18
drm/radeon/kms: Make GPU/CPU page size handling consistent in blit code (v2)
Alex Deucher
1
-1
/
+6
2011-08-22
drm/radeon/alpha: Add Alpha support to Radeon DRM code
Jay Estabrook
1
-0
/
+23
2011-03-16
Merge commit '5359533801e3dd3abca5b7d3d985b0b33fd9fe8b' into drm-core-next
Dave Airlie
1
-0
/
+14
2011-03-14
Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-next
Dave Airlie
1
-2
/
+2
2011-03-14
drm/radeon: fix problem with changing active VRAM size. (v2)
Dave Airlie
1
-0
/
+14
2011-02-23
Revert "ttm: Include the 'struct dev' when using the DMA API."
Dave Airlie
1
-1
/
+0
2011-02-23
Merge branch 'drm-mm-cleanup' into drm-next
Dave Airlie
1
-1
/
+1
2011-02-23
Merge branch 'stable/ttm.pci-api.v5' of git://git.kernel.org/pub/scm/linux/ke...
Dave Airlie
1
-2
/
+7
2011-02-23
drm/radeon: embed struct drm_gem_object
Daniel Vetter
1
-1
/
+1
2011-02-22
ttm: Include the 'struct dev' when using the DMA API.
Konrad Rzeszutek Wilk
1
-0
/
+1
2011-02-18
radeon/ttm/PCIe: Use dma_addr if TTM has set it.
Konrad Rzeszutek Wilk
1
-1
/
+4
2011-02-14
drm/radeon: fix memory debugging since d961db75ce86a84f1f04e91ad1014653ed7d9f46
Dave Airlie
1
-2
/
+2
2011-01-27
ttm: Expand (*populate) to support an array of DMA addresses.
Konrad Rzeszutek Wilk
1
-1
/
+2
2010-11-18
drm/radeon/kms: fix alignment when allocating buffers
Alex Deucher
1
-1
/
+1
[next]