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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-03
drm/amdgpu: Export setup_vm_pt_regs() logic for gfxhub 2.0
Yong Zhao
2
-8
/
+14
2019-10-03
drm/amdkfd: Eliminate get_atc_vmid_pasid_mapping_valid
Yong Zhao
6
-106
/
+60
2019-10-03
drm/amdkfd: Delete unused defines
Yong Zhao
1
-3
/
+0
2019-10-03
drm/amd: Pass drm_device to kfd
Harish Kasiviswanathan
2
-1
/
+2
2019-10-03
drm/amdkfd: Use better name for sdma queue non HWS path
Yong Zhao
5
-190
/
+196
2019-10-03
drm/amdkfd: Delete useless SDMA register setting on non HWS path
Yong Zhao
5
-71
/
+3
2019-10-03
drm/amdgpu: restrict hotplug error message
Christian König
1
-1
/
+4
2019-10-03
drm/amdgpu: once more fix amdgpu_bo_create_kernel_at
Christian König
1
-3
/
+6
2019-10-03
drm/amdgpu: add comments in ras interrupt callback
Tao Zhou
3
-1
/
+14
2019-10-03
drm/amdgpu: implement common gmc_ras_late_init
Tao Zhou
3
-21
/
+21
2019-10-03
drm/amdgpu: move xgmi ras fini to xgmi block
Tao Zhou
3
-11
/
+17
2019-10-03
drm/amdgpu: move mmhub ras fini to mmhub block
Tao Zhou
3
-12
/
+16
2019-10-03
drm/amdgpu: move umc ras fini to umc block
Tao Zhou
3
-11
/
+17
2019-10-03
drm/amdgpu: add ras fini for xgmi
Tao Zhou
1
-0
/
+11
2019-10-03
drm/amdgpu: add ras fini for nbio
Tao Zhou
3
-1
/
+16
2019-10-03
drm/amdgpu: simplify the access to eeprom_control struct
Tao Zhou
1
-3
/
+3
2019-10-03
drm/amdgpu: remove ih_info parameter of gfx_ras_late_init
Tao Zhou
3
-15
/
+9
2019-10-03
drm/amdgpu: remove ih_info parameter of umc_ras_late_init
Tao Zhou
3
-14
/
+10
2019-10-03
drm/amdgpu: add common sdma_ras_fini function
Tao Zhou
3
-15
/
+21
2019-10-03
drm/amdgpu: add common gfx_ras_fini function
Tao Zhou
3
-13
/
+17
2019-10-03
drm/amdgpu: add common gmc_ras_fini function
Tao Zhou
3
-27
/
+28
2019-10-03
drm/amdgpu: move mmhub_ras_if from gmc to mmhub block
Tao Zhou
3
-15
/
+14
2019-10-03
drm/amdgpu: replace mmhub_funcs with mmhub.funcs
Tao Zhou
3
-6
/
+5
2019-10-03
drm/amdgpu: add common mmhub member for adev
Tao Zhou
2
-0
/
+8
2019-10-03
drm/amdgpu: move umc_ras_if from gmc to umc block
Tao Zhou
4
-17
/
+17
2019-10-03
drm/amdgpu: refine sdma4 ras_data_cb
Tao Zhou
1
-17
/
+7
2019-10-03
drm/amdgpu: move sdma ecc functions to generic sdma file
Tao Zhou
3
-22
/
+36
2019-10-03
drm/amdgpu: move gfx ecc functions to generic gfx file
Tao Zhou
3
-39
/
+41
2019-10-03
drm/amdgpu: move umc ras irq functions to umc block
Tao Zhou
3
-67
/
+72
2019-10-03
drm/amdgpu: update parameter of ras_ih_cb
Tao Zhou
4
-7
/
+9
2019-10-03
drm/amdgpu: fix an UMC hw arbitrator bug(v3)
Monk Liu
5
-1
/
+77
2019-10-03
drm/amdgpu: remove gfx9 NGG
Marek Olšák
5
-277
/
+0
2019-10-03
drm/amdgpu/atomfirmware: simplify the interface to get vram info
Alex Deucher
4
-71
/
+37
2019-10-03
drm/amdgpu/atomfirmware: use proper index for querying vram type (v3)
Alex Deucher
1
-70
/
+88
2019-10-03
drm/amdgpu/psp: silence response status warning
Shirish S
1
-1
/
+1
2019-10-03
drm/amd/amdgpu:Fix compute ring unable to detect hang.
Jesse Zhang
3
-19
/
+13
2019-10-03
drm/amdgpu: Use mode2 mode to perform GPU RESET for Renoir
chen gong
1
-0
/
+3
2019-10-03
drm/amdkfd: Sync gfx10 kfd2kgd_calls function pointers
Yong Zhao
1
-2
/
+3
2019-10-03
drm/amdkfd: Fix NULL pointer dereference for set_scratch_backing_va()
Yong Zhao
3
-13
/
+0
2019-10-03
drm/amdkfd: Add an error print if SDMA RLC is not idle
Yong Zhao
5
-10
/
+30
2019-10-03
drm/amdgpu: correct condition check for psp rlc autoload
Le Ma
1
-1
/
+2
2019-10-03
drm/amdgpu: add command id in psp response failure message
Hawking Zhang
1
-2
/
+3
2019-10-03
drm/amdgpu: enable psp front door loading by default on Arcturus
Le Ma
1
-2
/
+1
2019-10-03
drm/amdgpu: disable vcn ip block for front door loading on Arcturus
Le Ma
1
-1
/
+2
2019-10-03
drm/amdgpu/gfx10: add support for wks firmware loading
Tianci.Yin
1
-6
/
+16
2019-10-03
drm/amdgpu/ras: fix and update the documentation for RAS
Alex Deucher
1
-7
/
+46
2019-10-03
drm/amdgpu: fix documentation for amdgpu_pm.c
Alex Deucher
1
-4
/
+9
2019-10-03
drm/amdgpu/ih: fix documentation in amdgpu_irq_dispatch
Alex Deucher
1
-1
/
+1
2019-10-03
drm/amdgpu/vm: fix up documentation in amdgpu_vm.c
Alex Deucher
1
-7
/
+10
2019-10-03
drm/amdgpu/mn: fix documentation for amdgpu_mn_read_lock
Alex Deucher
1
-0
/
+1
[prev]
[next]