index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_ttm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-17
drm/amdgpu: move debug print into the MM managers
Christian König
1
-13
/
+0
2017-08-17
drm/amdgpu: fix incorrect use of the lru_lock
Christian König
1
-5
/
+2
2017-08-17
drm/amd/amdgpu: Add tracepoint for DMA page mapping (v4)
Tom St Denis
1
-6
/
+50
2017-08-15
drm/amdgpu: Uninitialized variable in amdgpu_ttm_backend_bind()
Dan Carpenter
1
-1
/
+1
2017-08-15
drm/amdgpu: Fix stolen typo
Kent Russell
1
-6
/
+6
2017-08-15
drm/amdgpu: use amdgpu_bo_create_kernel more often
Christian König
1
-15
/
+4
2017-08-15
drm/amdgpu: Add support for filling a buffer with 64 bit value
Yong Zhao
1
-4
/
+11
2017-07-25
drm/amdgpu: Implement ttm_bo_driver.access_memory callback v2
Felix Kuehling
1
-0
/
+62
2017-07-14
drm/amdgpu: Try evicting from CPU visible to invisible VRAM first
Michel Dänzer
1
-0
/
+28
2017-07-14
drm/amdgpu: Set/clear CPU_ACCESS flag on page fault and move to VRAM
John Brooks
1
-0
/
+9
2017-07-14
drm/amdgpu: Add vis_vramlimit module parameter
John Brooks
1
-0
/
+8
2017-07-14
drm/amdgpu: add new gttsize module parameter v2
Christian König
1
-3
/
+9
2017-07-14
drm/amdgpu: consistent name all GART related parts
Christian König
1
-5
/
+5
2017-07-14
drm/amdgpu: stop mapping BOs to GTT
Christian König
1
-17
/
+2
2017-07-14
drm/amdgpu: use the GTT windows for BO moves v2
Christian König
1
-19
/
+106
2017-07-14
drm: amd: amdgpu: constify ttm_place structures.
Arvind Yadav
1
-1
/
+1
2017-07-14
drm/amdgpu: bind BOs with GTT space allocated directly v2
Christian König
1
-19
/
+30
2017-07-14
drm/amdgpu: bind BOs to TTM only once
Christian König
1
-41
/
+29
2017-07-14
drm/amdgpu: add vm_needs_flush parameter to amdgpu_copy_buffer
Christian König
1
-6
/
+6
2017-06-16
Merge branch 'drm-next-4.13' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
1
-9
/
+18
2017-06-06
drm/amdgpu: fix the gart table cleared issue for S3
Huang Rui
1
-1
/
+1
2017-05-24
drm/amd/amdgpu: Return error if initiating read out of range on vram
Tom St Denis
1
-0
/
+3
2017-05-24
drm/amdgpu: extend lock range for race condition when gpu reset
Roger.He
1
-8
/
+14
2017-05-18
Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next
Sean Paul
1
-9
/
+27
2017-05-16
drm/amd: fix include notation and remove -Iinclude/drm flag
Masahiro Yamada
1
-5
/
+5
2017-05-05
drm/amdgpu:PTE flag should be 64 bit width
Monk Liu
1
-1
/
+1
2017-04-28
drm/amdgpu: Make amdgpu_bo_reserve use uninterruptible waits for cleanup
Michel Dänzer
1
-1
/
+1
2017-04-28
drm/amdgpu: add gtt print like vram when dump mm table V2
Chunming Zhou
1
-1
/
+9
2017-04-28
drm/amdgpu: fix amdgpu_ttm_bo_eviction_valuable
Christian König
1
-5
/
+13
2017-04-28
drm/amdgpu: fix to add buffer funcs check
Huang Rui
1
-1
/
+3
2017-04-07
drm/amdgpu: fix "fix 64bit division"
Christian König
1
-0
/
+1
2017-04-07
Merge branch 'drm-next-4.12' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
1
-28
/
+12
2017-04-06
drm/amdgpu: handle CPU access for split VRAM buffers (v2)
Christian König
1
-4
/
+12
2017-04-04
drm/amdgpu: drop alpha support
Christian König
1
-25
/
+0
2017-04-04
drm/ttm: add io_mem_pfn callback
Christian König
1
-0
/
+1
2017-03-29
drm/amdgpu: don't init GDS pool if GDS size is 0 (v2)
Alex Deucher
1
-18
/
+27
2017-03-29
drm/amdgpu: set GART PTE asic specific flags
Alex Xie
1
-3
/
+1
2017-03-29
drm/amdgpu: expand pte flags to uint64_t
Chunming Zhou
1
-3
/
+3
2017-02-21
drm/amdgpu: refuse to reserve io mem for split VRAM buffers
Nicolai Hähnle
1
-0
/
+3
2017-01-27
drm/amd/amdgpu/amdgpu_ttm: Handle return NULL error from ioremap_nocache
Arvind Yadav
1
-0
/
+2
2017-01-27
drm/amd/amdgpu: remove the uncessary parameter for ib scheduler
Junwei Zhang
1
-1
/
+1
2017-01-27
drm/ttm: revert "implement LRU add callbacks v2"
Christian König
1
-2
/
+0
2017-01-27
drm/amdgpu: user BO priority instead of self coding it (v2)
Christian König
1
-67
/
+2
2017-01-27
drm/ttm: add BO priorities for the LRUs
Christian König
1
-2
/
+2
2017-01-27
drm/amd/amdgpu: move eviction counting to amdgpu_bo_move_notify
Nicolai Hähnle
1
-4
/
+0
2017-01-10
Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
1
-3
/
+3
2016-12-30
drm/mm: Convert to drm_printer
Daniel Vetter
1
-3
/
+3
2016-12-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+2
2016-12-06
Revert "drm/amdgpu: use the kernel zone memory size as the max remote memory ...
Alex Deucher
1
-7
/
+5
2016-12-04
don't open-code file_inode()
Al Viro
1
-2
/
+2
[next]