index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
radeon
/
radeon_gart.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-16
drm/radeon: Don't flush the GART TLB if rdev->gart.ptr == NULL
Michel Dänzer
1
-4
/
+8
2015-01-22
drm/radeon: Remove rdev->gart.pages_addr array
Michel Dänzer
1
-12
/
+0
2015-01-22
drm/radeon: Restore GART table contents after pinning it in VRAM v3
Michel Dänzer
1
-0
/
+13
2015-01-22
drm/radeon: Split off gart_get_page_entry ASIC hook from set_page_entry
Michel Dänzer
1
-14
/
+23
2014-10-03
drm/radeon: export reservation_object from dmabuf to ttm
Maarten Lankhorst
1
-1
/
+1
2014-08-05
drm/radeon: Allow write-combined CPU mappings of BOs in GTT (v2)
Michel Dänzer
1
-1
/
+1
2014-08-05
drm/radeon: Pass GART page flags to radeon_gart_set_page() explicitly
Michel Dänzer
1
-3
/
+6
2014-08-05
drm/radeon: Remove radeon_gart_restore()
Michel Dänzer
1
-27
/
+0
2014-03-03
drm/radeon: separate gart and vm functions
Christian König
1
-958
/
+0
2014-01-29
drm/radeon: add missing trace point
Christian König
1
-0
/
+1
2014-01-29
drm/radeon: fix VMID use tracking
Christian König
1
-1
/
+7
2013-12-02
drm/radeon: add radeon_vm_bo_update trace point
Christian König
1
-6
/
+8
2013-12-02
drm/radeon: add VMID allocation trace point
Christian König
1
-0
/
+2
2013-11-15
drm/radeon/vm: don't attempt to update ptes if ib allocation fails
Alex Deucher
1
-0
/
+2
2013-11-15
drm/radeon: allow semaphore emission to fail
Christian König
1
-2
/
+2
2013-11-01
drm/radeon: clear the page directory using the DMA
Christian König
1
-5
/
+29
2013-11-01
drm/radeon: initially clear page tables
Christian König
1
-0
/
+10
2013-11-01
drm/radeon: drop CP page table updates & cleanup v2
Christian König
1
-5
/
+24
2013-08-07
drm/radeon: remove unnecessary unpin
Christian König
1
-1
/
+0
2013-07-22
drm/radeon/vm: only align the pt base to 32k
Alex Deucher
1
-4
/
+4
2013-07-15
drm/radeon: align VM PTBs (Page Table Blocks) to 32K
Alex Deucher
1
-6
/
+6
2013-07-14
drm/radeon: allow selection of alignment in the sub-allocator
Alex Deucher
1
-0
/
+1
2013-06-12
drm/radeon: do not try to uselessly update virtual memory pagetable
Jerome Glisse
1
-2
/
+4
2013-02-01
drm/radeon: use IBs for VM page table updates v2
Alex Deucher
1
-36
/
+24
2012-12-10
drm/radeon: allow move_notify to be called without reservation
Maarten Lankhorst
1
-1
/
+0
2012-11-07
drm/radeon: Use ttm_bo_is_reserved
Maarten Lankhorst
1
-1
/
+1
2012-10-24
drm/radeon: use vzalloc for gart pages
Christian König
1
-6
/
+5
2012-10-23
drm/radeon: fix header size estimation in VM code
Christian König
1
-3
/
+3
2012-10-23
drm/radeon: remove set_page check from VM code
Christian König
1
-2
/
+1
2012-10-23
drm/radeon: fix sparse warning
Alex Deucher
1
-1
/
+1
2012-10-15
drm/radeon: separate pt alloc from lru add
Christian König
1
-4
/
+16
2012-10-15
drm/radeon: don't add the IB pool to all VMs v2
Christian König
1
-31
/
+3
2012-10-15
drm/radeon: allocate page tables on demand v4
Christian König
1
-69
/
+253
2012-10-03
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-234
/
+368
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
1
-2
/
+2
2012-09-27
drm/radeon: add 2-level VM pagetables support v9
Dmitry Cherkasov
1
-24
/
+67
2012-09-27
drm/radeon: refactor set_page chipset interface v5
Christian König
1
-34
/
+20
2012-09-20
drm/radeon: rework the VM code a bit more (v2)
Christian König
1
-52
/
+95
2012-09-20
drm/radeon: move and rename radeon_bo_va function
Christian König
1
-4
/
+30
2012-09-20
drm/radeon: move IB pool to 1MB offset
Christian König
1
-1
/
+1
2012-09-20
drm/radeon: fix VA overlap check
Christian König
1
-1
/
+1
2012-09-20
drm/radeon: fix VA range check
Christian König
1
-1
/
+1
2012-09-20
drm/radeon: make page table updates async v2
Christian König
1
-17
/
+53
2012-09-20
drm/radeon: Move looping over the PTEs into chip code
Christian König
1
-14
/
+10
2012-09-20
drm/radeon: rework VM page table handling
Christian König
1
-74
/
+33
2012-09-20
drm/radeon: rework VMID handling
Christian König
1
-41
/
+85
2012-09-20
drm/radeon: make VM flushs a ring operation
Christian König
1
-1
/
+3
2012-09-20
drm/radeon: remove vm_unbind
Christian König
1
-1
/
+0
2012-09-20
drm/radeon: move VM funcs into asic structure
Christian König
1
-8
/
+8
2012-08-13
drm/radeon: fix typo in function header comment
Dmitrii Cherkasov
1
-1
/
+1
[next]