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
/
pm
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
drm/amd/pm: correct hwmon power label name
Yang Wang
2022-02-09
1
-3
/
+7
*
drm/amd/pm: fix hwmon node of power1_label create issue
Yang Wang
2022-02-09
1
-2
/
+1
*
drm/amd/pm: drm/amd/pm: disable GetPptLimit message in sriov mode
Yang Wang
2022-02-09
1
-1
/
+1
*
drm/amd/pm: add missing prototypes to amdgpu_dpm_internal
MaĆra Canal
2022-02-07
3
-1
/
+2
*
drm/amd/pm: fix error handling
Tom Rix
2022-02-07
1
-2
/
+1
*
drm/amd/pm: revise the implementation of smu_cmn_disable_all_features_with_ex...
Evan Quan
2022-02-07
5
-17
/
+3
*
drm/amd/pm: avoid consecutive retrieving for enabled ppfeatures
Evan Quan
2022-02-07
1
-1
/
+9
*
drm/amd/pm: drop the cache for enabled ppfeatures
Evan Quan
2022-02-07
7
-109
/
+17
*
drm/amd/pm: correct the usage for 'supported' member of smu_feature structure
Evan Quan
2022-02-07
7
-22
/
+21
*
drm/amd/pm: update the data type for retrieving enabled ppfeatures
Evan Quan
2022-02-07
14
-64
/
+32
*
drm/amd/pm: unify the interface for retrieving enabled ppfeatures
Evan Quan
2022-02-07
5
-67
/
+46
*
drm/amd/pm: correct the way for retrieving enabled ppfeatures on Renoir
Evan Quan
2022-02-07
1
-1
/
+2
*
drm/amdgpu: Set FRU bus for Aldebaran and Vega 20
Luben Tuikov
2022-02-07
1
-0
/
+1
*
amdgpu/pm: Implement new API function "emit" that accepts buffer base and wri...
Darren Powell
2022-02-02
4
-5
/
+76
*
drm/amd/pm: remove duplicate include in 'arcturus_ppt.c'
Changcheng Deng
2022-02-02
1
-1
/
+0
*
drm/amdgpu/UAPI: add new CTX OP to get/set stable pstates
Alex Deucher
2022-01-27
2
-0
/
+8
*
drm/amdgpu/swsmu/i2c: return an error if the SMU is not running
Alex Deucher
2022-01-27
4
-0
/
+12
*
drm/amd: Expose the FRU SMU I2C bus
Luben Tuikov
2022-01-27
9
-75
/
+207
*
drm/amd/pm: fix the deadlock observed on performance_level setting
Evan Quan
2022-01-27
1
-33
/
+17
*
drm/amd/pm: correct the MGpuFanBoost support for Beige Goby
Evan Quan
2022-01-27
1
-3
/
+3
*
drm/amd/pm: return -ENOTSUPP if there is no get_dpm_ultimate_freq function
Tom Rix
2022-01-25
1
-1
/
+1
*
drm/amdgpu/pm/smu7: drop message about VI performance levels
Alex Deucher
2022-01-25
1
-4
/
+0
*
drm/amd/pm: use existing fini_smc_tables function for cyan skillfish
Lang Yu
2022-01-25
1
-17
/
+1
*
drm/amd/pm: add get_dpm_ultimate_freq function for cyan skillfish
Lang Yu
2022-01-25
1
-0
/
+31
*
drm/amd/pm: remove useless if
Jiapeng Chong
2022-01-25
1
-4
/
+1
*
drm/amd/pm: use dev_*** to print output in multiple GPUs
Guchun Chen
2022-01-25
5
-10
/
+15
*
drm/amd/pm: drop unneeded hwmgr->smu_lock
Evan Quan
2022-01-25
2
-241
/
+38
*
drm/amd/pm: drop unneeded feature->mutex
Evan Quan
2022-01-25
4
-31
/
+10
*
drm/amd/pm: drop unneeded smu_baco->mutex
Evan Quan
2022-01-25
3
-16
/
+5
*
drm/amd/pm: drop unneeded smu->sensor_lock
Evan Quan
2022-01-25
10
-20
/
+0
*
drm/amd/pm: drop unneeded smu->metrics_lock
Evan Quan
2022-01-25
12
-195
/
+70
*
drm/amd/pm: drop unneeded vcn/jpeg_gate_lock
Evan Quan
2022-01-25
2
-54
/
+11
*
drm/amd/pm: drop unneeded lock protection smu->mutex
Evan Quan
2022-01-25
6
-299
/
+34
*
drm/amd: Fix MSB of SMU version printing
Mario Limonciello
2022-01-25
3
-17
/
+17
*
drm/amd/pm: Enable sysfs required by rocm-smi tool for One VF mode
Marina Nikolic
2022-01-18
2
-16
/
+3
*
drm/amd/pm: add message smu to get ecc_table
mziya
2022-01-18
2
-0
/
+71
*
drm/amd/pm: Update smu driver interface for sienna cichlid
mziya
2022-01-18
1
-3
/
+21
*
drm/amd/pm: Replace one-element array with flexible-array member
Changcheng Deng
2022-01-14
1
-1
/
+1
*
drm/amd/pm: fix null ptr access
Flora Cui
2022-01-14
2
-1
/
+4
*
drm/amd/pm: correct the checks for fan attributes support
Evan Quan
2022-01-14
5
-107
/
+158
*
drm/amdgpu/pm: move additional logic into amdgpu_dpm_force_performance_level
Alex Deucher
2022-01-14
2
-52
/
+59
*
drm/amd/pm: drop those unrealistic thermal_type checks
Evan Quan
2022-01-14
1
-10
/
+0
*
drm/amd/pm: unified lock protections in amdgpu_dpm.c
Evan Quan
2022-01-14
3
-213
/
+526
*
drm/amd/pm: revise the performance level setting APIs
Evan Quan
2022-01-14
5
-40
/
+34
*
drm/amd/pm: drop unnecessary gfxoff controls
Evan Quan
2022-01-14
4
-42
/
+1
*
drm/amd/pm: relocate the power related headers
Evan Quan
2022-01-14
87
-11
/
+40
*
drm/amd/pm: do not expose the smu_context structure used internally in power
Evan Quan
2022-01-14
10
-61
/
+91
*
drm/amd/pm: drop redundant or unused APIs and data structures
Evan Quan
2022-01-14
2
-49
/
+4
*
drm/amd/pm: move those code piece used by Stoney only to smu8_hwmgr.c
Evan Quan
2022-01-14
3
-18
/
+9
*
drm/amd/pm: optimize the amdgpu_pm_compute_clocks() implementations
Evan Quan
2022-01-14
10
-193
/
+288
[prev]
[next]