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-09-15
drm/ttm: remove available_caching
Christian König
1
-1
/
+0
2020-09-15
drm/ttm: remove default caching
Christian König
1
-1
/
+1
2020-09-14
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-34
/
+44
2020-09-11
drm/ttm: nuke memory type flags
Christian König
1
-5
/
+8
2020-09-09
Merge tag 'topic/nouveau-i915-dp-helpers-and-cleanup-2020-08-31-1' of git://a...
Dave Airlie
1
-4
/
+4
2020-09-09
drm/amdgpu/ttm: move to driver backend binding funcs
Dave Airlie
1
-7
/
+3
2020-09-09
drm/ttm: introduce ttm_bo_move_null
Dave Airlie
1
-21
/
+3
2020-09-08
drm/ttm: merge offset and base in ttm_bus_placement
Christian König
1
-3
/
+4
2020-09-08
Merge tag 'amd-drm-next-5.10-2020-09-03' of git://people.freedesktop.org/~agd...
Dave Airlie
1
-34
/
+44
2020-09-08
drm/ttm: remove bdev from ttm_tt
Dave Airlie
1
-17
/
+23
2020-08-31
drm/amdgpu/ttm: remove unused parameter to move blit
Dave Airlie
1
-4
/
+4
2020-08-24
drm/amdgpu: Get DRM dev from adev by inline-f
Luben Tuikov
1
-3
/
+3
2020-08-24
drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)
Luben Tuikov
1
-2
/
+2
2020-08-24
drm/amdgpu: refine codes to avoid reentering GPU recovery
Dennis Li
1
-1
/
+1
2020-08-24
drm/ttm: drop bus.size from bus placement.
Dave Airlie
1
-1
/
+2
2020-08-24
drm/ttm: init mem->bus in common code.
Dave Airlie
1
-6
/
+0
2020-08-18
drm/scheduler: Scheduler priority fixes (v2)
Luben Tuikov
1
-1
/
+1
2020-08-14
drm/amdgpu: revert "fix system hang issue during GPU reset"
Christian König
1
-1
/
+1
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
[prev]
[next]