index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-18
drm/amdgpu: Fix the code style warnings in hdp xgmi mca and umc
yipechai
3
-6
/
+8
2022-01-18
drm/amdgpu: Fix the code style warnings in sdma
yipechai
2
-7
/
+7
2022-01-18
drm/amdgpu: Fix the code style warnings in gmc
yipechai
2
-2
/
+2
2022-01-18
drm/amdgpu: Fix the code style warnings in gfx
yipechai
2
-3
/
+3
2022-01-18
drm/amdgpu: Fix the code style warnings in amdgpu_ras
yipechai
2
-21
/
+30
2022-01-18
drm/amdgpu: apply vcn harvest quirk
Guchun Chen
1
-5
/
+27
2022-01-18
drm/amdgpu: drop redundant check of ip discovery_bin
Guchun Chen
1
-5
/
+0
2022-01-18
drm/amdgpu: handle denied inject error into critical regions v2
Stanley.Yang
3
-3
/
+11
2022-01-18
drm/amd/pm: add message smu to get ecc_table
mziya
2
-0
/
+71
2022-01-18
drm/amdgpu: add new query interface for umc_v8_7 block
mziya
1
-5
/
+155
2022-01-18
drm/amd/pm: Update smu driver interface for sienna cichlid
mziya
1
-3
/
+21
2022-01-17
drm/dp: Move public DisplayPort headers into dp/
Thomas Zimmermann
11
-13
/
+13
2022-01-16
Merge tag 'drm-next-2022-01-14' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
44
-326
/
+413
2022-01-14
drm/amd/display: Revert W/A for hard hangs on DCN20/DCN21
Mario Limonciello
8
-79
/
+3
2022-01-14
drm/amdgpu: drop flags check for CHIP_IP_DISCOVERY
Alex Deucher
1
-5
/
+0
2022-01-14
drm/amdgpu: Fix rejecting Tahiti GPUs
Lukas Fink
1
-1
/
+1
2022-01-14
drm/amdgpu: don't do resets on APUs which don't support it
Alex Deucher
2
-0
/
+8
2022-01-14
drm/amd/display: Revert W/A for hard hangs on DCN20/DCN21
Mario Limonciello
8
-79
/
+3
2022-01-14
drm/amdgpu: drop flags check for CHIP_IP_DISCOVERY
Alex Deucher
1
-5
/
+0
2022-01-14
drm/amdgpu: Fix rejecting Tahiti GPUs
Lukas Fink
1
-1
/
+1
2022-01-14
drm/amdgpu: don't do resets on APUs which don't support it
Alex Deucher
2
-0
/
+8
2022-01-14
drm/amdgpu: invert the logic in amdgpu_device_should_recover_gpu()
Alex Deucher
1
-27
/
+17
2022-01-14
drm/amdgpu: Enable recovery on yellow carp
CHANDAN VURDIGERE NATARAJ
1
-0
/
+1
2022-01-14
drm/amdgpu: invert the logic in amdgpu_device_should_recover_gpu()
Alex Deucher
1
-27
/
+17
2022-01-14
drm/amdgpu: Enable recovery on yellow carp
CHANDAN VURDIGERE NATARAJ
1
-0
/
+1
2022-01-14
drm/amd/display: Remove redundant initialization of dpg_width
Jiapeng Chong
1
-1
/
+1
2022-01-14
drm/amd/pm: Replace one-element array with flexible-array member
Changcheng Deng
1
-1
/
+1
2022-01-14
drm/amd/pm: fix null ptr access
Flora Cui
2
-1
/
+4
2022-01-14
drm/amdgpu: fix compile warning for ras_block_match_default
yipechai
1
-1
/
+2
2022-01-14
drm/amdgpu: Use ARRAY_SIZE to get array length
yipechai
1
-1
/
+2
2022-01-14
drm/amdgpu: clean up some inconsistent indenting
Yang Li
2
-4
/
+6
2022-01-14
drm/amdgpu: remove unneeded semicolon
Yang Li
1
-1
/
+1
2022-01-14
drm/amdgpu: No longer insert ras blocks into ras_list if it already exists in ras_list
yipechai
1
-0
/
+8
2022-01-14
drm/amdgpu: Add ras supported check for register_ras_block
yipechai
1
-0
/
+3
2022-01-14
drm/amdgpu: Add interface to load SRIOV cap FW
Bokun Zhang
7
-15
/
+123
2022-01-14
drm/amdkfd: Fix indentation on switch statement
Graham Sider
1
-28
/
+27
2022-01-14
drm/amdgpu: cleanup ttm debug sdma vram access function
Jonathan Kim
2
-16
/
+16
2022-01-14
drm/amdgpu: improve debug VRAM access performance using sdma
Jonathan Kim
2
-0
/
+82
2022-01-14
drm/amdgpu: Removed redundant ras code
yipechai
1
-48
/
+19
2022-01-14
drm/amdgpu: Adjust error inject function code style in amdgpu_ras.c
yipechai
2
-76
/
+40
2022-01-14
drm/amdgpu: Modify mca block to fit for the unified ras block data and ops
yipechai
4
-48
/
+77
2022-01-14
drm/amdgpu: Modify sdma block to fit for the unified ras block data and ops
yipechai
5
-36
/
+71
2022-01-14
drm/amdgpu: Modify umc block to fit for the unified ras block data and ops
yipechai
12
-64
/
+99
2022-01-14
drm/amdgpu: Modify nbio block to fit for the unified ras block data and ops
yipechai
7
-41
/
+43
2022-01-14
drm/amdgpu: Modify mmhub block to fit for the unified ras block data and ops
yipechai
12
-75
/
+73
2022-01-14
drm/amdgpu: Modify hdp block to fit for the unified ras block data and ops
yipechai
7
-31
/
+35
2022-01-14
drm/amdgpu: Modify xgmi block to fit for the unified ras block data and ops
yipechai
5
-30
/
+37
2022-01-14
drm/amdgpu: Modify gfx block to fit for the unified ras block data and ops
yipechai
8
-83
/
+123
2022-01-14
drm/amdgpu: Modify the compilation failed problem when other ras blocks' .h include amdgpu_ras.h
yipechai
4
-25
/
+51
2022-01-14
drm/amdgpu: Unify ras block interface for each ras block
yipechai
4
-0
/
+78
[prev]
[next]