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_ttm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "drm/amdgpu: replace get_user_pages with HMM mirror helpers"
Alex Deucher
2019-03-28
1
-72
/
+106
*
Revert "drm/amdgpu: fix HMM config dependency issue"
Alex Deucher
2019-03-28
1
-6
/
+23
*
Revert "drm/amdgpu: support userptr cross VMAs case with HMM"
Alex Deucher
2019-03-28
1
-91
/
+35
*
drm/amdgpu: support userptr cross VMAs case with HMM
Philip Yang
2019-03-19
1
-35
/
+91
*
drm/amdgpu: stop evicting busy PDs/PTs
Christian König
2019-03-19
1
-0
/
+7
*
drm/ttm: Quick-test mmap offset in ttm_bo_mmap()
Thomas Zimmermann
2019-03-19
1
-7
/
+2
*
drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()
Thomas Zimmermann
2019-03-19
1
-1
/
+0
*
drm/ttm: Define a single DRM_FILE_PAGE_OFFSET constant
Thomas Zimmermann
2019-03-19
1
-2
/
+0
*
drm/amdgpu: fix HMM config dependency issue
Philip Yang
2019-03-19
1
-23
/
+6
*
drm/amdgpu: replace get_user_pages with HMM mirror helpers
Philip Yang
2019-03-19
1
-106
/
+72
*
drm/amdgpu: clean up memory/GDS/GWS/OA alignment code
Marek Olšák
2019-02-01
1
-3
/
+3
*
drm/amdgpu: set bulk_moveable to false when lru changed v2
Chunming Zhou
2019-01-25
1
-1
/
+2
*
drm/amdgpu: Retire amdgpu_ring.ready flag v4
Andrey Grodzovsky
2018-11-05
1
-1
/
+1
*
drm/ttm: initialize globals during device init (v2)
Christian König
2018-11-05
1
-57
/
+2
*
drm/ttm: use a static ttm_mem_global instance
Christian König
2018-11-05
1
-44
/
+0
*
drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()
Thomas Zimmermann
2018-11-05
1
-2
/
+2
*
drm/amdgpu: move reserving GDS/GWS/OA into common code
Christian König
2018-09-19
1
-0
/
+18
*
drm/amdgpu: initialize GDS/GWS/OA domains even when they are zero sized
Christian König
2018-09-19
1
-30
/
+18
*
drm/amdgpu: fix up GDS/GWS/OA shifting
Christian König
2018-09-19
1
-12
/
+3
*
drm/amdgpu: stop pipelining VM PDs/PTs moves
Christian König
2018-09-19
1
-1
/
+5
*
drm/amdgpu: drop size check
Christian König
2018-09-19
1
-8
/
+6
*
drm/amdgpu: stop crashing on GDS/GWS/OA eviction
Christian König
2018-09-19
1
-0
/
+18
*
drm/amdgpu: add GDS, GWS and OA debugfs files
Christian König
2018-09-19
1
-6
/
+6
*
drm/amdgpu: revert "stop using gart_start as offset for the GTT domain"
Christian König
2018-09-14
1
-4
/
+3
*
drm/amdgpu: use the AGP aperture for system memory access v2
Christian König
2018-09-10
1
-25
/
+33
*
drm/amdgpu: distinct between allocated GART space and GMC addr
Christian König
2018-08-29
1
-8
/
+5
*
drm/amdgpu: stop using gart_start as offset for the GTT domain
Christian König
2018-08-29
1
-3
/
+3
*
drm/amdgpu: add amdgpu_gmc_get_pde_for_bo helper v2
Christian König
2018-08-27
1
-3
/
+20
*
drm/amdgpu: add amdgpu_gmc_pd_addr helper
Christian König
2018-08-27
1
-1
/
+1
*
drm/amdgpu: remove gart.table_addr
Christian König
2018-08-27
1
-2
/
+2
*
drm/amdgpu: move setting the GART addr into TTM
Christian König
2018-08-27
1
-1
/
+4
*
drm/amdgpu: move sdma definitions into amdgpu_sdma header
Huang Rui
2018-08-27
1
-0
/
+1
*
drm/amdgpu: clean up the superfluous space and align the comment text for amd...
Huang Rui
2018-07-27
1
-56
/
+51
*
drm/amdgpu: correct evict flag for bo move
Junwei Zhang
2018-07-27
1
-2
/
+2
*
drm/scheduler: modify API to avoid redundancy
Nayan Deshmukh
2018-07-25
1
-2
/
+1
*
drm/amdgpu: consistenly name amdgpu_bo_ functions
Christian König
2018-07-25
1
-5
/
+5
*
drm/amdgpu: Fix warning in dma_fence_is_later on resume from S3.
Andrey Grodzovsky
2018-07-20
1
-0
/
+2
*
drm/amdgpu: add amdgpu_job_submit_direct helper
Christian König
2018-07-16
1
-11
/
+6
*
drm/amdgpu: remove ring parameter from amdgpu_job_submit
Christian König
2018-07-16
1
-3
/
+3
*
drm/scheduler: modify args of drm_sched_entity_init
Nayan Deshmukh
2018-07-13
1
-2
/
+1
*
drm/amdgpu: fix TTM move entity init order
Christian König
2018-07-13
1
-16
/
+21
*
drm/amdgpu: separate gpu address from bo pin
Junwei Zhang
2018-07-10
1
-1
/
+1
*
drm/scheduler: Rename cleanup functions v2.
Andrey Grodzovsky
2018-07-05
1
-1
/
+1
*
drm/amdgpu: Consolidate visible vs. real vram check v2.
Andrey Grodzovsky
2018-06-15
1
-1
/
+1
*
drm/amd/amdgpu: Code comments for the amdgpu_ttm.c driver. (v2)
Tom St Denis
2018-05-18
1
-7
/
+341
*
Merge branch 'drm-next-4.18' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
2018-05-16
1
-39
/
+71
|
\
|
*
drm/scheduler: remove unused parameter
Nayan Deshmukh
2018-05-15
1
-1
/
+1
|
*
drm/amdgpu: Add support to change mtype for 2nd part of gart BOs on GFX9
Yong Zhao
2018-05-15
1
-10
/
+44
|
*
drm/amdgpu: use amdgpu_bo_param for amdgpu_bo_create v2
Chunming Zhou
2018-05-15
1
-5
/
+10
|
*
drm/amdgpu: Free VGA stolen memory as soon as possible.
Andrey Grodzovsky
2018-05-15
1
-1
/
+5
[next]