index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-11
drm: amdgpu: Use the correct size when allocating memory
Christophe JAILLET
1
-1
/
+1
2020-08-10
drm/amdgpu/ttm: drop the adev link from vram mgr
Dave Airlie
2
-5
/
+7
2020-08-10
drm/amdgpu/ttm: move vram/gtt mgr allocations to mman.
Dave Airlie
3
-37
/
+27
2020-08-08
drm/amdgpu: use mode1 reset by default for sienna_cichlid
Likun Gao
1
-3
/
+8
2020-08-08
drm/amdgpu: unlock mutex on error
Dennis Li
2
-5
/
+6
2020-08-08
drm/amdgpu: use mode1 reset by default for sienna_cichlid
Likun Gao
1
-3
/
+8
2020-08-07
drm/amdgpu: make sure userptr ttm is allocated
Christian König
4
-10
/
+15
2020-08-06
drm/amdgpu: enable GFXOFF for navy_flounder
Jiansong Chen
1
-0
/
+1
2020-08-06
drm amdgpu: Skip tmr load for SRIOV
Liu ChengZhe
1
-6
/
+29
2020-08-06
drm/amdgpu: fix PSP autoload twice in FLR
Liu ChengZhe
1
-1
/
+3
2020-08-06
drm/amdgpu: update GC golden setting for navy_flounder
Jiansong Chen
1
-2
/
+2
2020-08-06
drm/amdgpu: skip crit temperature values on APU (v2)
Huang Rui
1
-0
/
+6
2020-08-06
drm/amdgpu: update dec ring test for VCN 3.0
Boyuan Zhang
1
-1
/
+1
2020-08-06
drm/amdgpu/jpeg3.0: remove extra asic type check
James Zhu
1
-5
/
+4
2020-08-06
drm/amdgpu: update golden setting for sienna_cichlid
Likun Gao
1
-1
/
+1
2020-08-06
drm/amdgpu: add printing after executing page reservation to eeprom
Guchun Chen
1
-1
/
+4
2020-08-06
drm/amdgpu: expand sienna chichlid reg access support
John Clements
1
-0
/
+45
2020-08-06
drm/amdgpu: fix spelling mistake "Falied" -> "Failed"
Colin Ian King
1
-1
/
+1
2020-08-06
drm/amdgpu: new ids flag for tmz (v2)
Pierre-Eric Pelloux-Prayer
2
-1
/
+4
2020-08-06
drm/amd/powerplay: add new sysfs interface for retrieving gpu metrics(V2)
Evan Quan
2
-0
/
+60
2020-08-06
drm/amdgpu: fix spelling mistake "paramter" -> "parameter"
Colin Ian King
1
-1
/
+1
2020-08-06
drm/amdkfd: option to disable system mem limit
Philip Yang
3
-1
/
+16
2020-08-06
Merge branch 'WIP.locking/seqlocks' into locking/urgent
Ingo Molnar
1
-2
/
+0
2020-08-06
drm/ttm: rename ttm_mem_reg to ttm_resource.
Dave Airlie
7
-41
/
+41
2020-08-06
drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.
Dave Airlie
8
-47
/
+47
2020-08-06
drm/ttm: drop type manager has_type
Dave Airlie
2
-2
/
+2
2020-08-06
drm/ttm: drop man->bdev link.
Dave Airlie
2
-2
/
+2
2020-08-06
drm/amdgpu/ttm: remove man->bdev references.
Dave Airlie
1
-2
/
+5
2020-08-06
drm/ttm: make ttm_range_man_init/takedown take type + args
Dave Airlie
1
-9
/
+6
2020-08-06
drm/amdgpu/ttm: use bo manager subclassing for vram/gtt mgrs
Dave Airlie
2
-27
/
+44
2020-08-06
Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
135
-1508
/
+11921
2020-08-06
drm/amdgfx/ttm: use wrapper to get ttm memory managers
Dave Airlie
8
-36
/
+39
2020-08-06
drm/amdgpu/ttm: use new takedown path
Dave Airlie
4
-13
/
+29
2020-08-06
drm/amdgpu/ttm: init managers from the driver side.
Dave Airlie
4
-46
/
+33
2020-08-06
drm/ttm/amdgpu: consolidate ttm reserve paths
Dave Airlie
1
-1
/
+1
2020-08-05
drm/amdgpu: move vram usage by vbios to mman (v2)
Alex Deucher
6
-29
/
+23
2020-08-05
drm/amdgpu: move IP discovery data to mman
Alex Deucher
5
-44
/
+44
2020-08-05
drm/amdgpu: move stolen memory from gmc to mman
Alex Deucher
4
-21
/
+22
2020-08-05
drm/amdgpu/gmc: disable keep_stolen_vga_memory on arcturus
Alex Deucher
1
-1
/
+0
2020-08-05
drm/amdgpu: drop the CPU pointers for the stolen vga bos
Alex Deucher
1
-11
/
+5
2020-08-05
drm/amdgpu/gmc10: switch to using amdgpu_gmc_get_vbios_allocations
Alex Deucher
1
-32
/
+25
2020-08-05
drm/amdgpu/gmc9: switch to using amdgpu_gmc_get_vbios_allocations
Alex Deucher
1
-74
/
+38
2020-08-05
drm/amdgpu/gmc8: switch to using amdgpu_gmc_get_vbios_allocations
Alex Deucher
1
-5
/
+4
2020-08-05
drm/amdgpu/gmc7: switch to using amdgpu_gmc_get_vbios_allocations
Alex Deucher
1
-5
/
+4
2020-08-05
drm/amdgpu/gmc6: switch to using amdgpu_gmc_get_vbios_allocations
Alex Deucher
1
-4
/
+2
2020-08-05
drm/amdgpu/gmc: add new helper to get the FB size used by pre-OS console
Alex Deucher
2
-0
/
+48
2020-08-05
drm/amdgpu: add support for extended stolen vga memory
Alex Deucher
2
-2
/
+13
2020-08-05
drm/amdgpu: move keep stolen memory check into gmc core
Alex Deucher
3
-9
/
+12
2020-08-05
drm/amdgpu: move stolen vga bo from amdgpu to amdgpu.gmc
Alex Deucher
8
-11
/
+11
2020-08-05
drm/amdgpu: use a define for the memory size of the vga emulator
Alex Deucher
6
-6
/
+8
[prev]
[next]