index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
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
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
2010-11-09
drivers/gpu/drm: Update WARN uses
Joe Perches
1
-1
/
+2
2010-10-26
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-23
/
+11
2010-10-05
drm/ttm: restructure to allow driver to plug in alternate memory manager
Ben Skeggs
1
-7
/
+9
2010-10-05
drm/ttm: introduce utility function to free an allocated memory node
Ben Skeggs
1
-16
/
+2
2010-09-23
drivers/gpu/drm: Remove unnecessary casts of private_data
Joe Perches
1
-1
/
+1
2010-08-04
drm: move ttm global code to core drm
Dave Airlie
1
-10
/
+10
2010-05-21
drm/radeon: AGP memory is only I/O if the aperture can be mapped by the CPU.
Michel Dänzer
1
-1
/
+1
2010-05-18
radeon: Unmap vram pages when reclocking
Matthew Garrett
1
-1
/
+5
2010-04-20
Merge branch 'drm-ttm-unmappable' into drm-core-next
Dave Airlie
1
-34
/
+69
2010-04-20
drm/ttm: remove io_ field from TTM V6
Jerome Glisse
1
-12
/
+1
2010-04-20
drm/radeon/kms: add support for new fault callback V7
Jerome Glisse
1
-4
/
+47
2010-04-20
Merge branch 'drm-ttm-pool' into drm-core-next
Dave Airlie
1
-3
/
+10
2010-04-08
drm/ttm: split no_wait argument in 2 GPU or reserve wait
Jerome Glisse
1
-18
/
+21
2010-04-06
drm/radeon/kms: Add ttm page pool debugfs file.
Pauli Nieminen
1
-3
/
+10
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-26
Merge remote branch 'korg/drm-radeon-testing' into drm-next-stage
Dave Airlie
1
-6
/
+6
2010-02-18
drm/radeon/kms: simplify memory controller setup V2
Jerome Glisse
1
-6
/
+6
2010-01-13
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
1
-1
/
+4
2010-01-13
drm/radeon/kms: only evict to GTT if CP is ready
Dave Airlie
1
-1
/
+4
2009-12-23
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
1
-0
/
+4
2009-12-23
drm/radeon/kms: Avoid crash when trying to cleanup uninitialized structure
Jerome Glisse
1
-0
/
+4
2009-12-16
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
1
-1
/
+13
[next]