index
:
kernel_replicant_linux
debian/v5.10.70
history/5.0-rc6-android
history/5.10-rc2
history/5.2-rc-android
history/battery-charger-regulator
history/before-configuration-unification
history/lineage-16.0_i9300
history/minimize-diff
history/replicant-10/12-october-2020
history/replicant-10/5.3-rc6
history/replicant-10/5.8.rc2
history/replicant-10/5.8rc2
history/replicant-10/before-5.8rc2
history/replicant-10/before-5.8rc6
history/replicant-10/v5.8-rc6
history/replicant-11/25-09-2021
history/replicant-11/5.10.64
history/replicant-11/linux-5.10.71
history/replicant-11/replicant-11-recovery
history/replicant-5.1.7
history/replicant/10-v5.9-rc8
linux-libre/replicant/5.10.72
linux-libre/replicant/5.10.72-v2
linux-libre/scripts/5.10
linux-libre/scripts/5.10.72
replicant-10
replicant-11
replicant-11-test
replicant-9
udiv-emulation
wip-s6e8aa0-backlight-control
wip-sound-does-not-compile
Replicant kernel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_vm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/amdgpu: revert "cleanup setting bulk_movable"
Christian König
2019-03-19
1
-0
/
+2
*
Merge branch 'drm-next-5.1' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
2019-03-12
1
-5
/
+6
|
\
|
*
drm/amdgpu: clear PDs/PTs only after initializing them
Christian König
2019-02-27
1
-5
/
+6
*
|
Merge v5.0 into drm-next
Dave Airlie
2019-03-04
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
drm/amdgpu: disable bulk moves for now
Christian König
2019-02-20
1
-0
/
+2
*
|
Merge branch 'drm-next-5.1' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
2019-02-22
1
-32
/
+6
|
\
\
|
*
|
drm/amdgpu: partial revert cleanup setting bulk_movable v2
Christian König
2019-02-19
1
-0
/
+4
|
*
|
drm/amdgpu: cleanup setting bulk_movable
Christian König
2019-02-19
1
-6
/
+0
|
*
|
drm/amdgpu: Avoid setting off KFD eviction fences in amdgpu_vm
Felix Kuehling
2019-02-13
1
-3
/
+3
|
*
|
drm/amdgpu: Add helper to wait for BO fences using a sync object
Felix Kuehling
2019-02-13
1
-27
/
+3
*
|
|
Merge v5.0-rc7 into drm-next
Dave Airlie
2019-02-18
1
-2
/
+3
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
drm/amdgpu: use spin_lock_irqsave to protect vm_manager.pasid_idr
Philip Yang
2019-02-05
1
-2
/
+3
|
*
Merge branch 'drm-fixes-5.0' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
2019-01-11
1
-3
/
+0
|
|
\
|
|
*
drm/amdgpu: disable system memory page tables for now
Christian König
2019-01-09
1
-3
/
+0
*
|
|
drm/amdgpu: fix NULL ptr dref in the VM code
Christian König
2019-02-07
1
-3
/
+5
*
|
|
drm/amdgpu: cleanup VM dw estimation a bit
Christian König
2019-02-05
1
-8
/
+8
*
|
|
drm/amdgpu: fix waiting for BO moves with CPU based PD/PT updates
Christian König
2019-02-05
1
-1
/
+6
*
|
|
drm/amdgpu: cleanup amdgpu_pte_update_params
Christian König
2019-01-29
1
-8
/
+0
*
|
|
drm/amdgpu: set the executable flag on unused Vega10 PTEs v2
Christian König
2019-01-25
1
-11
/
+25
*
|
|
drm/amdgpu: set bulk_moveable to false when lru changed v2
Chunming Zhou
2019-01-25
1
-0
/
+22
*
|
|
drm/amdgpu_vm: fix boolean expressions
Gustavo A. R. Silva
2019-01-14
1
-2
/
+2
*
|
|
drm/amdgpu: disable system memory page tables for now
Christian König
2019-01-14
1
-3
/
+0
|
/
/
*
|
Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2018-12-25
1
-46
/
+6
|
\
|
|
*
drm/amdgpu: remove VM fault_credit handling
Christian König
2018-12-07
1
-37
/
+0
|
*
drm/amdgpu: always reserve one more shared slot for pipelined BO moves
Christian König
2018-12-07
1
-2
/
+2
|
*
drm/amdgpu: always reserve two slots for the VM
Christian König
2018-12-07
1
-9
/
+6
|
*
drm/ttm: allow reserving more than one shared slot v3
Christian König
2018-12-07
1
-1
/
+1
|
*
Merge tag 'drm-misc-next-2018-11-07' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2018-11-19
1
-2
/
+2
|
|
\
|
|
*
dma-buf: allow reserving more than one shared fence slot
Christian König
2018-10-25
1
-2
/
+2
*
|
|
drm/amdgpu: Avoid endless loop in GPUVM fragment processing
Felix Kuehling
2018-11-28
1
-2
/
+4
*
|
|
drm/amdgpu: Cast to uint64_t before left shift
Felix Kuehling
2018-11-28
1
-4
/
+4
|
/
/
*
|
drm/amdgpu: fix huge page handling on Vega10
Christian König
2018-11-13
1
-8
/
+10
*
|
drm/amdgpu: fix VM leaf walking
Christian König
2018-10-26
1
-1
/
+2
*
|
drm/amdgpu: fix amdgpu_vm_fini
Christian König
2018-10-25
1
-1
/
+3
|
/
*
drm/amdgpu: fix parameter documentation for amdgpu_vm_free_pts
Christian König
2018-09-19
1
-2
/
+1
*
drm/amdgpu: add amdgpu_vm_entries_mask v2
Christian König
2018-09-19
1
-7
/
+27
*
drm/amdgpu: simplify Raven, Raven2, and Picasso handling
Alex Deucher
2018-09-14
1
-2
/
+2
*
drm/amdgpu: add picasso support for vm
Likun Gao
2018-09-14
1
-2
/
+2
*
drm/amdgpu: use a single linked list for amdgpu_vm_bo_base
Christian König
2018-09-13
1
-13
/
+25
*
drm/amdgpu: remove amdgpu_bo_list_entry.robj (v2)
Christian König
2018-09-13
1
-2
/
+1
*
drm/amdgpu: allow fragment processing for invalid PTEs
Christian König
2018-09-13
1
-1
/
+1
*
drm/amdgpu: use the maximum possible fragment size on Vega/Raven
Christian König
2018-09-13
1
-1
/
+9
*
drm/amdgpu: meld together VM fragment and huge page handling
Christian König
2018-09-13
1
-120
/
+147
*
drm/amdgpu: use leaf iterator for filling PTs
Christian König
2018-09-13
1
-47
/
+15
*
drm/amdgpu: use the DFS iterator in amdgpu_vm_invalidate_pds v2
Christian König
2018-09-13
1
-24
/
+8
*
drm/amdgpu: use dfs iterator to free PDs/PTs
Christian König
2018-09-13
1
-32
/
+30
*
drm/amdgpu: use leaf iterator for allocating PD/PT
Christian König
2018-09-13
1
-101
/
+55
*
drm/amdgpu: add some VM PD/PT iterators v2
Christian König
2018-09-13
1
-0
/
+224
*
drm/amdgpu: Move fault hash table to amdgpu vm
Oak Zeng
2018-09-12
1
-1
/
+101
*
drm/amdgpu: Fix SDMA TO after GPU reset v3
Andrey Grodzovsky
2018-09-11
1
-1
/
+2
[next]