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
2020-08-12
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-51
/
+69
2020-08-12
drm/ttm: give resource functions their own [ch] files
Christian König
1
-4
/
+4
2020-08-07
drm/amdgpu: make sure userptr ttm is allocated
Christian König
1
-6
/
+11
2020-08-06
drm/ttm: rename ttm_mem_reg to ttm_resource.
Dave Airlie
1
-23
/
+23
2020-08-06
drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.
Dave Airlie
1
-2
/
+2
2020-08-06
drm/ttm: make ttm_range_man_init/takedown take type + args
Dave Airlie
1
-9
/
+6
2020-08-06
drm/amdgfx/ttm: use wrapper to get ttm memory managers
Dave Airlie
1
-6
/
+6
2020-08-06
drm/amdgpu/ttm: use new takedown path
Dave Airlie
1
-5
/
+5
2020-08-06
drm/amdgpu/ttm: init managers from the driver side.
Dave Airlie
1
-32
/
+5
2020-08-04
drm/amdgpu: move vram usage by vbios to mman (v2)
Alex Deucher
1
-10
/
+10
2020-08-04
drm/amdgpu: move IP discovery data to mman
Alex Deucher
1
-10
/
+10
2020-08-04
drm/amdgpu: move stolen memory from gmc to mman
Alex Deucher
1
-10
/
+10
2020-08-04
drm/amdgpu: drop the CPU pointers for the stolen vga bos
Alex Deucher
1
-11
/
+5
2020-08-04
drm/amdgpu: add support for extended stolen vga memory
Alex Deucher
1
-2
/
+11
2020-08-04
drm/amdgpu: move keep stolen memory check into gmc core
Alex Deucher
1
-1
/
+8
2020-08-04
drm/amdgpu: move stolen vga bo from amdgpu to amdgpu.gmc
Alex Deucher
1
-3
/
+3
2020-08-04
drm/amdgpu: use create_at for the stolen pre-OS buffer
Alex Deucher
1
-4
/
+4
2020-07-31
drm/ttm: remove the init_mem_type callback
Christian König
1
-7
/
+0
2020-07-31
drm/amdgpu: stop implementing init_mem_type
Christian König
1
-53
/
+43
2020-07-31
drm/ttm: remove TTM_MEMTYPE_FLAG_FIXED v2
Christian König
1
-3
/
+1
2020-07-31
drm/ttm: initialize the system domain with defaults v2
Christian König
1
-3
/
+0
2020-07-29
drm/ttm: make ttm_tt unbind function return void.
Dave Airlie
1
-3
/
+2
2020-07-27
drm/amdgpu: fix system hang issue during GPU reset
Dennis Li
1
-1
/
+1
2020-07-23
Merge tag 'amd-drm-next-5.9-2020-07-17' of git://people.freedesktop.org/~agd5...
Dave Airlie
1
-1
/
+1
2020-07-23
Merge tag 'drm-misc-next-2020-07-22' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-7
/
+2
2020-07-22
drm/amdgpu: stop using TTM_MEMTYPE_FLAG_MAPPABLE
Christian König
1
-7
/
+4
2020-07-21
drm/ttm: remove TTM_MEMTYPE_FLAG_CMA
Christian König
1
-2
/
+2
2020-07-21
drm: remove optional dummy function from drivers using TTM
Christian König
1
-5
/
+0
2020-07-20
Merge tag 'drm-misc-next-2020-07-16' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-10
/
+17
2020-07-13
drm/amdgpu: stop allocating dummy GTT nodes
Christian König
1
-4
/
+14
2020-07-13
drm: amdgpu: fix common struct sg_table related issues
Marek Szyprowski
1
-6
/
+3
2020-07-02
drm/amdgpu: correct discovery_tmr_size init val
Wenhui Sheng
1
-1
/
+1
2020-07-02
Merge tag 'amd-drm-next-5.9-2020-07-01' of git://people.freedesktop.org/~agd5...
Dave Airlie
1
-48
/
+67
2020-07-01
drm/amdgpu: make sure to reserve tmr region on all asics which support it
Alex Deucher
1
-1
/
+1
2020-07-01
drm/amdgpu: label internally used symbols as static
Nirmoy Das
1
-1
/
+1
2020-07-01
drm/amdgpu: bypass tmr when reserve c2p memory
Likun Gao
1
-29
/
+19
2020-07-01
drm/amdgpu: remove unnecessary check for mem train
Likun Gao
1
-2
/
+5
2020-07-01
drm/amdgpu: reserve fb according to return value from vbios
Likun Gao
1
-56
/
+71
2020-07-01
drm/amdgpu: switch to query reserved fb size from vbios (v3)
Hawking Zhang
1
-5
/
+16
2020-06-30
Merge tag 'drm-misc-next-2020-06-26' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-7
/
+23
2020-06-29
Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
1
-193
/
+215
2020-06-25
drm/amdgpu: move ttm bo->offset to amdgpu_bo
Nirmoy Das
1
-7
/
+23
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
1
-5
/
+5
2020-06-02
Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-150
/
+192
2020-05-14
Merge tag 'amd-drm-next-5.8-2020-05-12' of git://people.freedesktop.org/~agd5...
Dave Airlie
1
-9
/
+11
2020-05-11
mm/hmm: remove the customizable pfn format from hmm_range_fault
Jason Gunthorpe
1
-25
/
+10
2020-05-11
mm/hmm: remove HMM_PFN_SPECIAL
Jason Gunthorpe
1
-1
/
+0
2020-05-11
drm/amdgpu: remove dead code after hmm_range_fault()
Jason Gunthorpe
1
-10
/
+6
2020-05-11
mm/hmm: make hmm_range_fault return 0 or -1
Jason Gunthorpe
1
-2
/
+2
2020-05-08
Merge tag 'amd-drm-next-5.8-2020-04-30' of git://people.freedesktop.org/~agd5...
Dave Airlie
1
-143
/
+181
[prev]
[next]