Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
3ac06b905655b3ef2fd2196bab36e4587e1e4e4f
/
drivers
/
gpu
/
drm
/
radeon
/
radeon_ttm.c
dd66d20
drm/radeon: add GART debugfs access v3
by Christian König
· 11 years ago
2014b56
drm/radeon: add VRAM debugfs access v3
by Christian König
· 11 years ago
893d6e6
drm/radeon: cleanup radeon_ttm debugfs handling
by Christian König
· 11 years ago
d990675
drm: rip out drm_core_has_AGP
by Daniel Vetter
· 11 years ago
acb4652
drm: verify vma access in TTM+GEM drivers
by David Herrmann
· 11 years ago
fc98603
drm/radeon: Fix VRAM size calculation for VRAM >= 4GB
by Niels Ole Salscheider
· 12 years ago
4cfe762
drm: fix compile failure by including <linux/swiotlb.h>
by Chris Metcalf
· 12 years ago
97a875c
drm/ttm: remove no_wait_reserve, v3
by Maarten Lankhorst
· 12 years ago
dedfdff
drm/ttm: remove sync_arg from driver functions
by Maarten Lankhorst
· 12 years ago
b03640b
drm/ttm: remove sync_obj_arg from ttm_bo_move_accel_cleanup
by Maarten Lankhorst
· 12 years ago
1109ca0
drm/radeon: Mark all possible functions / structs as static
by Lauri Kasanen
· 12 years ago
949c4a3
drm: track dev_mapping in more robust and flexible way
by Ilija Hadzic
· 13 years ago
db7fce3
drm/radeon: replace vmram_mutex with mclk_lock v2
by Christian König
· 13 years ago
220907d
drm/radeon: rework ring syncing code
by Christian König
· 13 years ago
876dc9f
drm/radeon: remove radeon_fence_create
by Christian König
· 13 years ago
40f5cf9
drm/radeon: add PRIME support (v2)
by Alex Deucher
· 13 years ago
7c0d409
drm/radeon: immediately free ttm-move semaphore
by Christian König
· 13 years ago
8f676c4
drm/radeon: fix a bug with the ring syncing code
by Christian König
· 13 years ago
27cd776
drm/radeon/kms: reorganize copy callbacks
by Alex Deucher
· 13 years ago
dea7e0a
ttm: fix agp since ttm tt rework
by Jerome Glisse
· 13 years ago
3000bf3
drm/radeon/kms: sync across multiple rings when doing bo moves v3
by Alex Deucher
· 13 years ago
e32eb50
drm/radeon: rename struct radeon_cp to radeon_ring
by Christian König
· 13 years ago
bf85279
drm/radeon: make cp variable an array
by Christian König
· 13 years ago
7465280
drm/radeon/kms: add support for multiple fence queues v2
by Alex Deucher
· 13 years ago
8e7e705
drm/ttm: isolate dma data from ttm_tt V4
by Jerome Glisse
· 13 years ago
c52494f
drm/radeon/kms: enable the ttm dma pool if swiotlb is on V4
by Konrad Rzeszutek Wilk
· 13 years ago
b1e5f17
drm/ttm: introduce callback for ttm_tt populate & unpopulate V4
by Jerome Glisse
· 13 years ago
649bf3c
drm/ttm: merge ttm_backend and ttm_tt V5
by Jerome Glisse
· 13 years ago
a14af87
drm/ttm: remove unused backend flags field
by Jerome Glisse
· 13 years ago
003cefe
drm/radeon/kms: Make GPU/CPU page size handling consistent in blit code (v2)
by Alex Deucher
· 13 years ago
ffb57c4
drm/radeon/alpha: Add Alpha support to Radeon DRM code
by Jay Estabrook
· 13 years ago
38f1cff
Merge commit '5359533801e3dd3abca5b7d3d985b0b33fd9fe8b' into drm-core-next
by Dave Airlie
· 14 years ago
34db18ab
Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-next
by Dave Airlie
· 14 years ago
5359533
drm/radeon: fix problem with changing active VRAM size. (v2)
by Dave Airlie
· 14 years ago
a2c06ee
Revert "ttm: Include the 'struct dev' when using the DMA API."
by Dave Airlie
· 14 years ago
63871f8
Merge branch 'drm-mm-cleanup' into drm-next
by Dave Airlie
· 14 years ago
de1e7cd
Merge branch 'stable/ttm.pci-api.v5' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into drm-next
by Dave Airlie
· 14 years ago
441921d
drm/radeon: embed struct drm_gem_object
by Daniel Vetter
· 14 years ago
5a893fc
ttm: Include the 'struct dev' when using the DMA API.
by Konrad Rzeszutek Wilk
· 14 years ago
c39d351
radeon/ttm/PCIe: Use dma_addr if TTM has set it.
by Konrad Rzeszutek Wilk
· 14 years ago
16f9fdc
drm/radeon: fix memory debugging since d961db75ce86a84f1f04e91ad1014653ed7d9f46
by Dave Airlie
· 14 years ago
27e8b23
ttm: Expand (*populate) to support an array of DMA addresses.
by Konrad Rzeszutek Wilk
· 14 years ago
268b251
drm/radeon/kms: fix alignment when allocating buffers
by Alex Deucher
· 14 years ago
fce7d61
drivers/gpu/drm: Update WARN uses
by Joe Perches
· 14 years ago
c48c43e
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 14 years ago
d961db7
drm/ttm: restructure to allow driver to plug in alternate memory manager
by Ben Skeggs
· 14 years ago
42311ff
drm/ttm: introduce utility function to free an allocated memory node
by Ben Skeggs
· 14 years ago
40b3be3
drivers/gpu/drm: Remove unnecessary casts of private_data
by Joe Perches
· 14 years ago
ba4420c
drm: move ttm global code to core drm
by Dave Airlie
· 15 years ago
365048f
drm/radeon: AGP memory is only I/O if the aperture can be mapped by the CPU.
by Michel Dänzer
· 15 years ago
5876dd2
radeon: Unmap vram pages when reclocking
by Matthew Garrett
· 15 years ago
7547a91
Merge branch 'drm-ttm-unmappable' into drm-core-next
by Dave Airlie
· 15 years ago
0c321c7
drm/ttm: remove io_ field from TTM V6
by Jerome Glisse
· 15 years ago
0a2d50e
drm/radeon/kms: add support for new fault callback V7
by Jerome Glisse
· 15 years ago
c2b4127
Merge branch 'drm-ttm-pool' into drm-core-next
by Dave Airlie
· 15 years ago
9d87fa2
drm/ttm: split no_wait argument in 2 GPU or reserve wait
by Jerome Glisse
· 15 years ago
8d7cddc
drm/radeon/kms: Add ttm page pool debugfs file.
by Pauli Nieminen
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
eb6b6d7
Merge remote branch 'korg/drm-radeon-testing' into drm-next-stage
by Dave Airlie
· 15 years ago
d594e46
drm/radeon/kms: simplify memory controller setup V2
by Jerome Glisse
· 15 years ago
004b350
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 15 years ago
9270eb1
drm/radeon/kms: only evict to GTT if CP is ready
by Dave Airlie
· 15 years ago
f42ecb28
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 15 years ago
0a0c759
drm/radeon/kms: Avoid crash when trying to cleanup uninitialized structure
by Jerome Glisse
· 15 years ago
c5113e3d
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 15 years ago
d03d858
drm/radeon/kms: Check if bo we got from ttm are radeon object or not
by Jerome Glisse
· 15 years ago
3ef884b
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 15 years ago
eaa5fd1
drm/radeon/kms: actualy set the eviction placements we choose
by Jerome Glisse
· 15 years ago
312ea8d
drm/radeon/kms: Convert radeon to new TTM validation API (V2)
by Jerome Glisse
· 15 years ago
d014d04
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
4c78867
drm/radeon/kms: Rework radeon object handling
by Jerome Glisse
· 15 years ago
6b46362
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 15 years ago
df67bed
drm/radeon/kms: fix coherency issues on AGP cards.
by Dave Airlie
· 15 years ago
e15daf6
Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 15 years ago
f4e45d0
drm: fix radeon DRM warnings when !CONFIG_DEBUG_FS
by Mikael Pettersson
· 15 years ago
f0f37e2
const: mark struct vm_struct_operations
by Alexey Dobriyan
· 15 years ago
3ce0a23
drm/radeon/kms: add r600 KMS support
by Jerome Glisse
· 15 years ago
fa8a123
drm/mm: add ability to dump mm lists via debugfs
by Dave Airlie
· 15 years ago
7f5f4db
drm/ttm: Fixes for "Make parts of a struct ttm_bo_device global"
by Thomas Hellstrom
· 15 years ago
51c8b40
Merge Linus master to drm-next
by Dave Airlie
· 15 years ago
a987fca
ttm: Make parts of a struct ttm_bo_device global.
by Thomas Hellstrom
· 15 years ago
7a50f01
drm/radeon/kms: vram sizing on certain r100 chips needs workaround.
by Dave Airlie
· 15 years ago
1ab2e10
drm/radeon: Fall back to evicting BOs with memcpy if necessary.
by Michel Dänzer
· 15 years ago
e024e11
drm/radeon/kms: add initial colortiling support.
by Dave Airlie
· 15 years ago
ad49f50
drm/ttm/radeon: add dma32 support.
by Dave Airlie
· 15 years ago
55c9327
drm/radeon: Respect AGP cant_use_aperture flag.
by Michel Dänzer
· 15 years ago
771fe6b
drm/radeon: introduce kernel modesetting for radeon hardware
by Jerome Glisse
· 16 years ago