summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/hwmgr
AgeCommit message (Expand)AuthorFilesLines
2017-11-23Merge tag 'drm-for-v4.15-part2' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds5-18/+20
2017-11-20drm/amd/pp: fix typecast error in powerplay.Rex Zhu1-2/+2
2017-11-16drm/amd/powerplay: fix unfreeze level smc message for smu7Eric Huang1-1/+1
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds30-3523/+3282
2017-11-15drm/amd/pp: fix dpm randomly failed on Vega10Rex Zhu2-14/+16
2017-11-09drm/amd/powerplay: fix copy-n-paste error on vddci_buf indexColin Ian King1-1/+1
2017-11-07drm/amd/powerplay: initialize a variable before using itNicolas Iooss1-0/+2
2017-11-07drm/amd/powerplay: suppress KASAN out of bounds warning in vega10_populate_al...Evan Quan1-0/+4
2017-11-03Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2-3/+3
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-11-01drm/amd/powerplay: wrong control mode cause the fan spins faster unnecessarilyEvan Quan1-1/+1
2017-11-02Backmerge tag 'v4.14-rc7' into drm-nextDave Airlie1-3/+3
2017-10-27drm/amd/powerplay: change ASIC temperature reading on Vega10Eric Huang1-2/+2
2017-10-25drm/amd/powerplay: retrieve the real-time coreClock valuesEvan Quan1-22/+6
2017-10-25drm/amd/powerplay: fix performance drop on Vega10Eric Huang1-0/+9
2017-10-21drm/amd/powerplay: fix uninitialized variableRex Zhu1-3/+3
2017-10-19drm/amd/powerplay: Place the constant on the right side of the testGeorgiana Chelu1-4/+4
2017-10-19drm/amd/powerplay: Remove useless variableGeorgiana Chelu1-2/+1
2017-10-19drm/amd/powerplay: Don't cast kzalloc() return valueGeorgiana Chelu1-16/+8
2017-10-19drm/amd/pp: Fix overflow when setup decf/pix/disp dpm table.Rex Zhu1-4/+2
2017-10-19drm/amd/pp: thermal control not enabled on vega10.Rex Zhu2-1/+3
2017-10-19drm/amd/powerplay: Tidy up cz_dpm_powerup_vce()Tom St Denis1-2/+1
2017-10-19drm/amd/powerplay: Tidy up cz_dpm_powerdown_vce()Tom St Denis1-2/+1
2017-10-19drm/amd/powerplay: Tidy up cz_dpm_update_vce_dpm()Tom St Denis1-11/+10
2017-10-19drm/amd/powerplay: Tidy up cz_dpm_update_uvd_dpm()Tom St Denis1-7/+6
2017-10-19drm/amd/powerplay: Tidy up cz_dpm_powerup_uvd()Tom St Denis1-12/+5
2017-10-19drm/amd/powerplay: Tidy up cz_dpm_powerdown_uvd()Tom St Denis1-4/+2
2017-10-19drm/amd/powerplay: Tidy up cz_start_dpm()Tom St Denis1-7/+2
2017-10-19drm/amd/pp: implement function notify_cac_buffer_info on VIRex Zhu2-0/+70
2017-10-19drm/amd/pp: implement function notify_cac_buffer_info on VegaRex Zhu1-0/+28
2017-10-19drm/amd/powerplay: get the temperature on CZSatyajit Sahu1-0/+1
2017-10-06drm/amd/powerplay: fix mclk can't switch on TongaRex Zhu2-2/+5
2017-10-06drm/amd/powerplay: Partially revert changes and fix smu7_notify_smc_display()Tom St Denis1-5/+2
2017-10-06drm/amd/powerplay: fix typo on avfs disableEvan Quan1-1/+1
2017-10-06drm/amd/powerplay: get raven sclk and mclk levels (v2)Evan Quan1-1/+47
2017-10-06drm/amd/powerplay: get raven current sclk and mclk (v2)Evan Quan1-2/+26
2017-10-06drm/amd/powerplay: get raven max/min gfx clocks (v2)Evan Quan2-0/+22
2017-10-06drm/amd/powerplay: fixed wrong return value on error (v2)Evan Quan1-4/+4
2017-09-29amdgpu/pp: constify soft_dummy_pp_table.Dave Airlie1-1/+1
2017-09-28drm/amd/powerplay: change dmesg log level in powerplayRex Zhu1-1/+1
2017-09-28amdgpu/pp: reduce size of vega10_fuses_defaultDave Airlie2-1249/+1238
2017-09-28drm/amdgpu: use designated initialiser for thermal_irq_src.Dave Airlie1-3/+3
2017-09-28amdgpu/pp: move amdgpu_fuses_default into static const.Dave Airlie3-5/+3
2017-09-28amdgpu/pp: move PhwVega10_Magic to static const.Dave Airlie2-2/+1
2017-09-28drm/amdgpu/vega10: static constify channel_numberDave Airlie1-1/+1
2017-09-28drm/amdgpu/pp: constify some powerplay tablesDave Airlie1-7/+7
2017-09-28amdgpu/powerplay: constify large structDave Airlie2-4/+4
2017-09-26drm/amd/powerplay: add new helper functions in hwmgr.hRex Zhu1-3/+39
2017-09-26drm/amd/powerplay: refine powerplay code.Rex Zhu3-4/+21