summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/hwmgr
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/powerplay: fix power over limit on FijiEric Huang2018-02-281-7/+0
* drm/amd/powerplay/smu7: allow mclk switching with no displaysAlex Deucher2018-02-201-4/+7
* drm/amd/powerplay/vega10: allow mclk switching with no displaysAlex Deucher2018-02-201-4/+7
* drm/amd/pp: Implement get_max_high_clocks for CI/VIRex Zhu2018-01-101-0/+20
* drm/amd/pp: Implement force_dpm_level on RvRex Zhu2017-12-202-0/+138
* drm/amd/pp: Move smu_version to common codeRex Zhu2017-12-202-5/+4
* drm/amd/pp: delete repeated call of force_dpm_levelRex Zhu2017-12-192-1/+5
* drm/amd/pp: implement phm_reset_power_profile_stateRex Zhu2017-12-192-15/+19
* drm/amd/pp: delete dead code of arbiter overdriver clkRex Zhu2017-12-194-133/+5
* drm/amd/pp: reset dpm level when adjust power stateRex Zhu2017-12-141-1/+1
* drm/amd/pp: implement dpm_get_sclk/mclk for RVRex Zhu2017-12-131-2/+23
* drm/amdgpu: add license to files where it was missingAlex Deucher2017-12-071-1/+23
* drm/amdgpu: add license to MakefilesAlex Deucher2017-12-071-1/+21
* drm/amd/include:cleanup raven1 thm header files.Feifei Xu2017-12-061-3/+3
* drm/amd/include:cleanup raven1 nbio header files.Feifei Xu2017-12-061-3/+3
* drm/amd/include:cleanup raven1 mp header files.Feifei Xu2017-12-061-3/+3
* drm/amd/include:cleanup vega10 nbio header files.Feifei Xu2017-12-061-3/+3
* drm/amd/include:cleanup vega10 gc header files.Feifei Xu2017-12-061-3/+3
* drm/amd/include:cleanup vega10 thm header files.Feifei Xu2017-12-061-3/+3
* drm/amd/include:cleanup vega10 mp header files.Feifei Xu2017-12-061-3/+2
* drm/amd/powerplay: Fix missing newlines at end of fileErnst Sjöstrand2017-12-062-2/+2
* drm/amd/powerplay: Minor fixes in processpptables.c (v2)Ernst Sjöstrand2017-12-061-3/+3
* drm: amd: Fix line continuation formatsJoe Perches2017-12-062-22/+11
* drm/amd/powerplay: describe the PCIE link speed in right GT/sEvan Quan2017-12-042-6/+6
* Merge tag 'drm-for-v4.15-part2' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-235-18/+20
|\
| * drm/amd/pp: fix typecast error in powerplay.Rex Zhu2017-11-201-2/+2
| * drm/amd/powerplay: fix unfreeze level smc message for smu7Eric Huang2017-11-161-1/+1
| * drm/amd/pp: fix dpm randomly failed on Vega10Rex Zhu2017-11-152-14/+16
| * drm/amd/powerplay: fix copy-n-paste error on vddci_buf indexColin Ian King2017-11-091-1/+1
* | Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-1530-3523/+3282
|\ \ | |/
| * drm/amd/powerplay: initialize a variable before using itNicolas Iooss2017-11-071-0/+2
| * drm/amd/powerplay: suppress KASAN out of bounds warning in vega10_populate_al...Evan Quan2017-11-071-0/+4
| * Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-11-032-3/+3
| |\
| | * drm/amd/powerplay: wrong control mode cause the fan spins faster unnecessarilyEvan Quan2017-11-011-1/+1
| | * drm/amd/powerplay: change ASIC temperature reading on Vega10Eric Huang2017-10-271-2/+2
| * | Backmerge tag 'v4.14-rc7' into drm-nextDave Airlie2017-11-021-3/+3
| |\ \ | | |/ | |/|
| * | drm/amd/powerplay: retrieve the real-time coreClock valuesEvan Quan2017-10-251-22/+6
| * | drm/amd/powerplay: fix performance drop on Vega10Eric Huang2017-10-251-0/+9
| * | drm/amd/powerplay: Place the constant on the right side of the testGeorgiana Chelu2017-10-191-4/+4
| * | drm/amd/powerplay: Remove useless variableGeorgiana Chelu2017-10-191-2/+1
| * | drm/amd/powerplay: Don't cast kzalloc() return valueGeorgiana Chelu2017-10-191-16/+8
| * | drm/amd/pp: Fix overflow when setup decf/pix/disp dpm table.Rex Zhu2017-10-191-4/+2
| * | drm/amd/pp: thermal control not enabled on vega10.Rex Zhu2017-10-192-1/+3
| * | drm/amd/powerplay: Tidy up cz_dpm_powerup_vce()Tom St Denis2017-10-191-2/+1
| * | drm/amd/powerplay: Tidy up cz_dpm_powerdown_vce()Tom St Denis2017-10-191-2/+1
| * | drm/amd/powerplay: Tidy up cz_dpm_update_vce_dpm()Tom St Denis2017-10-191-11/+10
| * | drm/amd/powerplay: Tidy up cz_dpm_update_uvd_dpm()Tom St Denis2017-10-191-7/+6
| * | drm/amd/powerplay: Tidy up cz_dpm_powerup_uvd()Tom St Denis2017-10-191-12/+5
| * | drm/amd/powerplay: Tidy up cz_dpm_powerdown_uvd()Tom St Denis2017-10-191-4/+2
| * | drm/amd/powerplay: Tidy up cz_start_dpm()Tom St Denis2017-10-191-7/+2
OpenPOWER on IntegriCloud