index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
Age
Commit message (
Expand
)
Author
Lines
2020-08-06
drm/amdgpu: fix spelling mistake "paramter" -> "parameter"
Colin Ian King
-1
/
+1
2020-08-06
drm/amdkfd: option to disable system mem limit
Philip Yang
-1
/
+16
2020-08-06
Merge branch 'WIP.locking/seqlocks' into locking/urgent
Ingo Molnar
-2
/
+0
2020-08-06
drm/ttm: rename ttm_mem_reg to ttm_resource.
Dave Airlie
-41
/
+41
2020-08-06
drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.
Dave Airlie
-47
/
+47
2020-08-06
drm/ttm: drop type manager has_type
Dave Airlie
-2
/
+2
2020-08-06
drm/ttm: drop man->bdev link.
Dave Airlie
-2
/
+2
2020-08-06
drm/amdgpu/ttm: remove man->bdev references.
Dave Airlie
-2
/
+5
2020-08-06
drm/ttm: make ttm_range_man_init/takedown take type + args
Dave Airlie
-9
/
+6
2020-08-06
drm/amdgpu/ttm: use bo manager subclassing for vram/gtt mgrs
Dave Airlie
-27
/
+44
2020-08-05
Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
-1508
/
+11921
2020-08-06
drm/amdgfx/ttm: use wrapper to get ttm memory managers
Dave Airlie
-36
/
+39
2020-08-06
drm/amdgpu/ttm: use new takedown path
Dave Airlie
-13
/
+29
2020-08-06
drm/amdgpu/ttm: init managers from the driver side.
Dave Airlie
-46
/
+33
2020-08-06
drm/ttm/amdgpu: consolidate ttm reserve paths
Dave Airlie
-1
/
+1
2020-08-04
drm/amdgpu: move vram usage by vbios to mman (v2)
Alex Deucher
-29
/
+23
2020-08-04
drm/amdgpu: move IP discovery data to mman
Alex Deucher
-44
/
+44
2020-08-04
drm/amdgpu: move stolen memory from gmc to mman
Alex Deucher
-21
/
+22
2020-08-04
drm/amdgpu/gmc: disable keep_stolen_vga_memory on arcturus
Alex Deucher
-1
/
+0
2020-08-04
drm/amdgpu: drop the CPU pointers for the stolen vga bos
Alex Deucher
-11
/
+5
2020-08-04
drm/amdgpu/gmc10: switch to using amdgpu_gmc_get_vbios_allocations
Alex Deucher
-32
/
+25
2020-08-04
drm/amdgpu/gmc9: switch to using amdgpu_gmc_get_vbios_allocations
Alex Deucher
-74
/
+38
2020-08-04
drm/amdgpu/gmc8: switch to using amdgpu_gmc_get_vbios_allocations
Alex Deucher
-5
/
+4
2020-08-04
drm/amdgpu/gmc7: switch to using amdgpu_gmc_get_vbios_allocations
Alex Deucher
-5
/
+4
2020-08-04
drm/amdgpu/gmc6: switch to using amdgpu_gmc_get_vbios_allocations
Alex Deucher
-4
/
+2
2020-08-04
drm/amdgpu/gmc: add new helper to get the FB size used by pre-OS console
Alex Deucher
-0
/
+48
2020-08-04
drm/amdgpu: add support for extended stolen vga memory
Alex Deucher
-2
/
+13
2020-08-04
drm/amdgpu: move keep stolen memory check into gmc core
Alex Deucher
-9
/
+12
2020-08-04
drm/amdgpu: move stolen vga bo from amdgpu to amdgpu.gmc
Alex Deucher
-11
/
+11
2020-08-04
drm/amdgpu: use a define for the memory size of the vga emulator
Alex Deucher
-6
/
+8
2020-08-04
drm/amdgpu: use create_at for the stolen pre-OS buffer
Alex Deucher
-4
/
+4
2020-08-04
drm/amdgpu: handle bo size 0 in amdgpu_bo_create_kernel_at (v2)
Alex Deucher
-0
/
+3
2020-08-04
drm/amdgpu: added RAS EEPROM device support check
John Clements
-1
/
+16
2020-08-04
drm/amdgpu: enable RAS support for sienna cichlid
John Clements
-2
/
+7
2020-08-04
drm/amdgpu: introduce a new parameter to configure how many KCQ we want(v5)
Monk Liu
-73
/
+76
2020-08-04
drm/amdgpu: update eeprom once specifying one bigger threshold(v3)
Guchun Chen
-2
/
+28
2020-08-04
drm/amdgpu: disable page reservation when amdgpu_bad_page_threshold = 0
Guchun Chen
-4
/
+6
2020-08-04
drm/amdgpu: decouple sysfs creating of bad page node
Guchun Chen
-21
/
+42
2020-08-04
drm/amdgpu: add one definition for RAS's sysfs/debugfs name(v2)
Guchun Chen
-5
/
+7
2020-08-04
drm/amdgpu: restore ras flags when user resets eeprom(v2)
Guchun Chen
-3
/
+10
2020-08-04
drm/amdgpu: break GPU recovery once it's in bad state(v4)
Guchun Chen
-3
/
+79
2020-08-04
drm/amdgpu: schedule ras recovery when reaching bad page threshold(v2)
Guchun Chen
-1
/
+36
2020-08-04
drm/amdgpu: skip bad page reservation once issuing from eeprom write
Guchun Chen
-5
/
+11
2020-08-04
drm/amdgpu: break driver init process when it's bad GPU(v5)
Guchun Chen
-7
/
+36
2020-08-04
drm/amdgpu: add bad gpu tag definition
Guchun Chen
-0
/
+3
2020-08-04
drm/amdgpu: validate bad page threshold in ras(v3)
Guchun Chen
-0
/
+58
2020-08-04
drm/amdgpu: add bad page count threshold in module parameter(v3)
Guchun Chen
-0
/
+12
2020-07-31
drm/ttm: remove the init_mem_type callback
Christian König
-7
/
+0
2020-07-31
drm/amdgpu: stop implementing init_mem_type
Christian König
-53
/
+43
2020-07-31
drm/ttm: remove TTM_MEMTYPE_FLAG_FIXED v2
Christian König
-3
/
+1
[prev]
[next]