index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (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
2021-04-21
drm/amdgpu/gmc9: remove dummy read workaround for newer chips
Alex Deucher
1
-2
/
+4
2021-04-21
drm/amdgpu: Add mem sync flag for IB allocated by SA
Jinzhou Su
1
-0
/
+2
2021-04-21
drm/amdgpu: Fix SDMA RAS error reporting on Aldebaran
Mukul Joshi
1
-7
/
+28
2021-04-21
drm/amdgpu: Reset RAS error count and status regs
Mukul Joshi
1
-0
/
+6
2021-04-21
Revert "drm/amdgpu: workaround the TMR MC address issue (v2)"
Oak Zeng
4
-40
/
+10
2021-04-21
drm/amdgpu: fix GCR_GENERAL_CNTL offset for dimgrey_cavefish
Jiansong Chen
1
-1
/
+1
2021-04-21
drm/amdgpu: resolve erroneous gfx_v9_4_2 prints
John Clements
1
-1
/
+1
2021-04-21
drm/amdgpu: fix a error injection failed issue
Dennis Li
1
-1
/
+1
2021-04-21
drm/amdgpu: only harvest gcea/mmea error status in aldebaran
Hawking Zhang
2
-13
/
+19
2021-04-21
drm/amdgpu: only harvest gcea/mmea error status in arcturus
Hawking Zhang
2
-6
/
+18
2021-04-21
drm/amdgpu: enable tmz on renoir asics
Huang Rui
1
-1
/
+1
2021-04-21
drm/amdgpu: correct default gfx wdt timeout setting
Hawking Zhang
1
-2
/
+2
2021-04-15
drm/amdgpu: fix an error code in init_pmu_entry_by_type_and_add()
Dan Carpenter
1
-1
/
+3
2021-04-15
Revert "Revert "drm/amdgpu: Ensure that the modifier requested is supported b...
Qingqing Zhuo
1
-0
/
+13
2021-04-15
drm/amdgpu: Copy MEC FW version to MEC2 if we skipped loading MEC2
Joseph Greathouse
1
-0
/
+3
2021-04-15
drm/amdkfd: Remove legacy code not acquiring VMs
Felix Kuehling
2
-54
/
+0
2021-04-15
drm/amdgpu: Use iterator methods exposed by amdgpu_res_cursor.h in building S...
Ramesh Errabolu
3
-12
/
+27
2021-04-15
drm/amdgpu: Add double-sscanf but invert
Luben Tuikov
1
-2
/
+5
2021-04-15
drm/amd/amdgpu: add ASPM support on polaris
Kenneth Feng
1
-2
/
+191
2021-04-15
drm/amd/amdgpu: enable ASPM on vega
Kenneth Feng
3
-3
/
+257
2021-04-15
drm/amd/amdgpu: enable ASPM on navi1x
Kenneth Feng
1
-8
/
+2
2021-04-15
drm/amd/sriov no need to config GECC for sriov
Jack Zhang
1
-1
/
+1
2021-04-15
drm/amdgpu: Fix kernel-doc for the RAS sysfs interface
Luben Tuikov
1
-23
/
+24
2021-04-15
drm/amdgpu: Add bad_page_cnt_threshold to debugfs
Luben Tuikov
1
-0
/
+2
2021-04-15
drm/amdgpu: Fix a bug in checking the result of reserve page
Luben Tuikov
1
-6
/
+3
2021-04-15
drm/amdgpu: Fix a bug for input with double sscanf
Luben Tuikov
1
-8
/
+5
2021-04-15
drm/amdgpu: Add graphics cache rinse packet for sdma
Jinzhou Su
1
-0
/
+28
2021-04-15
drm/amdkfd: change MTYPEs for Aldebaran's HW requirement
Eric Huang
1
-8
/
+5
2021-04-15
drm/amdgpu: Introduce new SETUP_TMR interface
Oak Zeng
2
-4
/
+19
2021-04-15
drm/amdgpu: Calling address translation functions to simplify codes
Oak Zeng
12
-25
/
+12
2021-04-15
drm/amdgpu: Introduce functions for vram physical addr calculation
Oak Zeng
2
-0
/
+39
2021-04-15
drm/amdgpu: update gfx 9.4.2 ras error reporting
John Clements
1
-6
/
+7
2021-04-15
drm/amdgpu: update mmhub 1.7 ras error reporting
John Clements
1
-1
/
+1
2021-04-09
drm/amdgpu: page retire over debugfs mechanism
John Clements
1
-0
/
+67
2021-04-09
drm/amdgpu: enable ras eeprom on aldebaran
John Clements
1
-1
/
+7
2021-04-09
drm/amdgpu: RAS harvest on driver load
John Clements
1
-0
/
+29
2021-04-09
drm/amdgpu: add DMUB outbox event IRQ source define/complete/debug flag
Jude Shih
1
-0
/
+1
2021-04-09
drm/amdgpu: Fix size overflow
xinhui pan
1
-1
/
+1
2021-04-09
drm/amdgpu: move mmhub ras_func init to ip specific file
Hawking Zhang
2
-19
/
+19
2021-04-09
drm/amdgpu: Remove unused function amdgpu_bo_fbdev_mmap()
Thomas Zimmermann
2
-21
/
+0
2021-04-09
Revert "drm/amdgpu: Ensure that the modifier requested is supported by plane."
Qingqing Zhuo
1
-13
/
+0
2021-04-09
drm/amdgpu: split gfx callbacks into ras and non-ras ones
Hawking Zhang
8
-87
/
+92
2021-04-09
drm/amdgpu: split mmhub callbacks into ras and non-ras ones
Hawking Zhang
13
-29
/
+74
2021-04-09
drm/amdgpu: do not register df_mca interrupt in certain config
Hawking Zhang
1
-2
/
+4
2021-04-09
drm/amdgpu: split umc callbacks to ras and non-ras ones
Hawking Zhang
12
-32
/
+51
2021-04-09
drm/amdgpu: move xgmi ras functions to xgmi_ras_funcs
Hawking Zhang
6
-17
/
+42
2021-04-09
drm/amdgpu: split nbio callbacks into ras and non-ras ones
Hawking Zhang
6
-30
/
+63
2021-04-09
drm/amdgpu: implement query_ras_error_address callback
Hawking Zhang
1
-0
/
+90
2021-04-09
drm/amdgpu: implement umc query error count callback
Hawking Zhang
2
-0
/
+92
2021-04-09
drm/amdgpu: add helper funtion to query umc ras error
Hawking Zhang
2
-0
/
+77
[next]