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
/
powerplay
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-08
Merge tag 'amd-drm-next-5.8-2020-04-30' of git://people.freedesktop.org/~agd5f/linux into drm-next
Dave Airlie
4
-27
/
+63
2020-05-06
drm/amdgpu/navi10: fix unsigned comparison with 0
ChenTao
1
-2
/
+0
2020-05-06
drm/amd/powerplay: perform PG ungate prior to CG ungate
Evan Quan
2
-6
/
+6
2020-04-30
drm/amdgpu/smu10: remove duplicate assignment of smu10_hwmgr_funcs members
Jason Yan
1
-1
/
+0
2020-04-30
Merge tag 'amd-drm-next-5.8-2020-04-24' of git://people.freedesktop.org/~agd5f/linux into drm-next
Dave Airlie
48
-907
/
+1363
2020-04-28
drm/amd/powerplay: avoid using pm_en before it is initialized revised
Tiecheng Zhou
1
-2
/
+4
2020-04-28
Revert "drm/amd/powerplay: avoid using pm_en before it is initialized"
Tiecheng Zhou
1
-2
/
+1
2020-04-24
drm/amdgpu: enable one vf mode for nv12
Monk Liu
3
-15
/
+52
2020-04-24
drm/amdgpu: clear the messed up checking logic
Monk Liu
1
-8
/
+3
2020-04-24
drm/amdgpu: sriov is forbidden to call disable DPM
Monk Liu
1
-0
/
+3
2020-04-22
drm/amd/powerplay: limit smu support to Arcturus for onevf
Jiansong Chen
1
-1
/
+4
2020-04-22
drm/amd/powerplay: update smu12_driver_if.h to align with pmfw
Prike Liang
1
-15
/
+25
2020-04-22
drm/amdgpu/powerplay:avoid to show invalid DPM table info
Yuxian Dai
1
-0
/
+2
2020-04-22
drm/amd/powerplay: remove defined but not used variables
Jason Yan
1
-23
/
+0
2020-04-22
drm/amdgpu: Correctly initialize thermal controller for GPUs with Powerplay table v0 (e.g Hawaii)
Sandeep Raghuraman
1
-0
/
+26
2020-04-22
drm/amd/powerplay: fix resume failed as smu table initialize early exit
Prike Liang
1
-1
/
+6
2020-04-22
drm/amdgpu: cache smu fw version info
John Clements
5
-12
/
+29
2020-04-22
drm/amdgpu: set mp1 state before reload
John Clements
1
-6
/
+0
2020-04-22
drm/amd/powerplay: update Arcturus smu-driver if header
Evan Quan
2
-3
/
+14
2020-04-22
drm/amd/powerplay: properly set the dpm_enabled state
Evan Quan
5
-66
/
+216
2020-04-22
drm/amd/powerplay: correct i2c eeprom init/fini sequence
Evan Quan
3
-15
/
+17
2020-04-22
drm/amd/powerplay: bump the NAVI10 smu-driver if version
Evan Quan
1
-1
/
+1
2020-04-22
drm/amd/powerplay: revise the way to retrieve the board parameters
Evan Quan
1
-69
/
+26
2020-04-13
drm/amdgpu/powerplay: get SMC FW size to a flexible way
Likun Gao
2
-2
/
+3
2020-04-13
drm/amd/powerplay: force the trim of the mclk dpm_levels if OD is enabled
Sergei Lopatin
1
-1
/
+4
2020-04-09
drm/amd/powerplay: unload mp1 for Arcturus RAS baco reset
Evan Quan
1
-0
/
+6
2020-04-09
drm/amd/powerplay: force the trim of the mclk dpm_levels if OD is enabled
Sergei Lopatin
1
-1
/
+4
2020-04-09
drm/amd/powerplay: unload mp1 for Arcturus RAS baco reset
Evan Quan
1
-0
/
+6
2020-04-09
drm/amd/powerplay: error out on forcing clock setting not supported
Evan Quan
1
-1
/
+46
2020-04-09
drm/amd/powerplay: fix a typo
Nirmoy Das
1
-1
/
+1
2020-04-08
drm/amd/powerplay: error out on forcing clock setting not supported
Evan Quan
1
-1
/
+46
2020-04-03
drm/amd/powerplay: avoid using pm_en before it is initialized
Tiecheng Zhou
1
-1
/
+2
2020-04-03
drm/amd/powerplay: implement the is_dpm_running()
Prike Liang
1
-0
/
+12
2020-04-03
drm/amdgpu/powerplay: using the FCLK DPM table to set the MCLK
Yuxian Dai
2
-1
/
+7
2020-04-03
drm/amd/powerplay: avoid using pm_en before it is initialized
Tiecheng Zhou
1
-1
/
+2
2020-04-03
drm/amd/powerplay: implement the is_dpm_running()
Prike Liang
1
-0
/
+12
2020-04-03
drm/amdgpu/powerplay: using the FCLK DPM table to set the MCLK
Yuxian Dai
2
-1
/
+7
2020-04-01
drm/amd/powerplay: added mutex protection on msg issuing
Evan Quan
3
-2
/
+18
2020-04-01
drm/amd/powerplay: unified interfaces for message issuing and response checking
Evan Quan
31
-591
/
+890
2020-04-01
drm/amd/powerplay: avoid calling Vega20 specific SMU message implemention
Evan Quan
1
-24
/
+24
2020-04-01
drm/amd/powerplay: avoid calling SMU10 specific SMU message implemention
Evan Quan
1
-9
/
+9
2020-04-01
drm/amd/powerplay: avoid calling SMU9 specific SMU message implemention
Evan Quan
2
-28
/
+28
2020-04-01
drm/amd/powerplay: avoid calling SMU8 specific SMU message implemention
Evan Quan
2
-16
/
+16
2020-04-01
drm/amd/powerpaly: drop unused APIs
Evan Quan
2
-17
/
+0
2020-04-01
drm/amd/powerplay: avoid calling SMU7 specific SMU message implemention
Evan Quan
9
-29
/
+29
2020-04-01
drm/amd/powerplay: avoid calling CI specific SMU message implemention
Evan Quan
1
-2
/
+2
2020-04-01
drm/amd/amdgpu: Include headers for PWR and SMUIO registers
Tom St Denis
2
-12
/
+9
2020-03-31
drm/amd/powerplay: move the ASIC specific nbio operation out of smu_v11_0.c
Evan Quan
4
-13
/
+44
2020-03-31
drm/amd/powerplay: drop redundant BIF doorbell interrupt operations
Evan Quan
1
-14
/
+0
2020-03-25
drm/amdgpu/smu11: add support for SMU AC/DC interrupts
Alex Deucher
1
-0
/
+16
[prev]
[next]