index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
drm/amd/amdgpu: fixing read wrong pf2vf data in SRIOV
Jingwen Chen
2022-01-18
2
-14
/
+8
|
|
*
|
|
drm/amdgpu: Fix the code style warnings in hdp xgmi mca and umc
yipechai
2022-01-18
3
-6
/
+8
|
|
*
|
|
drm/amdgpu: Fix the code style warnings in sdma
yipechai
2022-01-18
2
-7
/
+7
|
|
*
|
|
drm/amdgpu: Fix the code style warnings in gmc
yipechai
2022-01-18
2
-2
/
+2
|
|
*
|
|
drm/amdgpu: Fix the code style warnings in gfx
yipechai
2022-01-18
2
-3
/
+3
|
|
*
|
|
drm/amdgpu: Fix the code style warnings in amdgpu_ras
yipechai
2022-01-18
2
-21
/
+30
|
|
*
|
|
drm/amdgpu: apply vcn harvest quirk
Guchun Chen
2022-01-18
1
-5
/
+27
|
|
*
|
|
drm/amdgpu: drop redundant check of ip discovery_bin
Guchun Chen
2022-01-18
1
-5
/
+0
|
|
*
|
|
drm/amdgpu: handle denied inject error into critical regions v2
Stanley.Yang
2022-01-18
3
-3
/
+11
|
|
*
|
|
drm/amdgpu: add new query interface for umc_v8_7 block
mziya
2022-01-18
1
-5
/
+155
|
|
*
|
|
drm/amdgpu: drop flags check for CHIP_IP_DISCOVERY
Alex Deucher
2022-01-14
1
-5
/
+0
|
|
*
|
|
drm/amdgpu: Fix rejecting Tahiti GPUs
Lukas Fink
2022-01-14
1
-1
/
+1
|
|
*
|
|
drm/amdgpu: don't do resets on APUs which don't support it
Alex Deucher
2022-01-14
2
-0
/
+8
|
|
*
|
|
drm/amdgpu: invert the logic in amdgpu_device_should_recover_gpu()
Alex Deucher
2022-01-14
1
-27
/
+17
|
|
*
|
|
drm/amdgpu: Enable recovery on yellow carp
CHANDAN VURDIGERE NATARAJ
2022-01-14
1
-0
/
+1
|
|
*
|
|
drm/amdgpu: fix compile warning for ras_block_match_default
yipechai
2022-01-14
1
-1
/
+2
|
|
*
|
|
drm/amdgpu: Use ARRAY_SIZE to get array length
yipechai
2022-01-14
1
-1
/
+2
|
|
*
|
|
drm/amdgpu: clean up some inconsistent indenting
Yang Li
2022-01-14
2
-4
/
+6
|
|
*
|
|
drm/amdgpu: remove unneeded semicolon
Yang Li
2022-01-14
1
-1
/
+1
|
|
*
|
|
drm/amdgpu: No longer insert ras blocks into ras_list if it already exists in...
yipechai
2022-01-14
1
-0
/
+8
|
|
*
|
|
drm/amdgpu: Add ras supported check for register_ras_block
yipechai
2022-01-14
1
-0
/
+3
|
|
*
|
|
drm/amdgpu: Add interface to load SRIOV cap FW
Bokun Zhang
2022-01-14
7
-15
/
+123
|
|
*
|
|
drm/amdgpu: cleanup ttm debug sdma vram access function
Jonathan Kim
2022-01-14
2
-16
/
+16
|
|
*
|
|
drm/amdgpu: improve debug VRAM access performance using sdma
Jonathan Kim
2022-01-14
2
-0
/
+82
|
|
*
|
|
drm/amdgpu: Removed redundant ras code
yipechai
2022-01-14
1
-48
/
+19
|
|
*
|
|
drm/amdgpu: Adjust error inject function code style in amdgpu_ras.c
yipechai
2022-01-14
2
-76
/
+40
|
|
*
|
|
drm/amdgpu: Modify mca block to fit for the unified ras block data and ops
yipechai
2022-01-14
4
-48
/
+77
|
|
*
|
|
drm/amdgpu: Modify sdma block to fit for the unified ras block data and ops
yipechai
2022-01-14
5
-36
/
+71
|
|
*
|
|
drm/amdgpu: Modify umc block to fit for the unified ras block data and ops
yipechai
2022-01-14
12
-64
/
+99
|
|
*
|
|
drm/amdgpu: Modify nbio block to fit for the unified ras block data and ops
yipechai
2022-01-14
7
-41
/
+43
|
|
*
|
|
drm/amdgpu: Modify mmhub block to fit for the unified ras block data and ops
yipechai
2022-01-14
12
-75
/
+73
|
|
*
|
|
drm/amdgpu: Modify hdp block to fit for the unified ras block data and ops
yipechai
2022-01-14
7
-31
/
+35
|
|
*
|
|
drm/amdgpu: Modify xgmi block to fit for the unified ras block data and ops
yipechai
2022-01-14
5
-30
/
+37
|
|
*
|
|
drm/amdgpu: Modify gfx block to fit for the unified ras block data and ops
yipechai
2022-01-14
8
-83
/
+123
|
|
*
|
|
drm/amdgpu: Modify the compilation failed problem when other ras blocks' .h i...
yipechai
2022-01-14
4
-25
/
+51
|
|
*
|
|
drm/amdgpu: Unify ras block interface for each ras block
yipechai
2022-01-14
4
-0
/
+78
|
|
*
|
|
drm/amdgpu: wrap those atombios APIs used by SI under CONFIG_DRM_AMDGPU_SI
Evan Quan
2022-01-14
2
-10
/
+14
|
|
*
|
|
drm/amd/pm: do not expose the smu_context structure used internally in power
Evan Quan
2022-01-14
1
-6
/
+0
|
|
*
|
|
drm/amd/pm: move pp_force_state_enabled member to amdgpu_pm structure
Evan Quan
2022-01-14
1
-1
/
+0
|
|
*
|
|
drm/amd/pm: create a new holder for those APIs used only by legacy ASICs(si/kv)
Evan Quan
2022-01-14
4
-4
/
+4
|
|
*
|
|
drm/amd/pm: do not expose implementation details to other blocks out of power
Evan Quan
2022-01-14
7
-45
/
+23
|
|
*
|
|
drm/amd/display: Enable Freesync Video Mode by default
Solomon Chiu
2022-01-14
2
-28
/
+0
*
|
|
|
|
drm/amdgpu: use dma_resv_get_singleton in amdgpu_pasid_free_cb
Christian König
2022-04-03
1
-20
/
+3
*
|
|
|
|
drm/amdgpu: use dma_resv_for_each_fence for CS workaround v2
Christian König
2022-04-03
1
-5
/
+10
*
|
|
|
|
drm/amdgpu: drop amdgpu_gtt_node
Christian König
2022-03-29
1
-31
/
+18
*
|
|
|
|
drm/ttm: rework bulk move handling v5
Christian König
2022-03-29
3
-66
/
+10
*
|
|
|
|
drm/ttm: move the LRU into resource handling v4
Christian König
2022-03-28
1
-5
/
+3
*
|
|
|
|
dma-buf: add dma_resv_replace_fences v2
Christian König
2022-03-24
1
-42
/
+7
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
drm/sched: Add device pointer to drm_gpu_scheduler
Jiawei Gu
2022-02-23
1
-1
/
+3
*
|
|
|
drm/amdgpu: remove VRAM accounting v2
Christian König
2022-02-14
7
-46
/
+32
[prev]
[next]