aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay
Commit message (Expand)AuthorAgeFilesLines
* 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 header files.Feifei Xu2017-12-061-1/+1
* 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: Followup fixes to mc_reg_addressErnst Sjöstrand2017-12-062-16/+8
* drm/amd/powerplay: Fix buffer overflows with mc_reg_addressErnst Sjöstrand2017-12-061-7/+3
* 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-065-36/+18
* drm/amd/pp: delete an outdated comment in amd_powerplay.cRex Zhu2017-12-041-3/+0
* drm/amd/pp: implement notify_smu_memory_info on PowerplayRex Zhu2017-12-041-0/+36
* drm/amdgpu: add header kgd_pp_interface.hRex Zhu2017-12-041-92/+1
* drm/amdgpu: move struct amd_powerplay to amdgpu.hRex Zhu2017-12-041-7/+0
* drm/amd/powerplay: move functions to amd_pm_funcs tableRex Zhu2017-12-042-96/+73
* drm/amdgpu: move DC and PP shared data structures to dm_pp_interface.hRex Zhu2017-12-041-143/+0
* drm/amd/powerplay: describe the PCIE link speed in right GT/sEvan Quan2017-12-042-6/+6
* drm/amdgpu: change redundant init logs to debug levelpding2017-12-041-1/+1
* 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-1581-37230/+17676
|\|
| * 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-033-3/+6
| |\
| | * drm/amd/powerplay: wrong control mode cause the fan spins faster unnecessarilyEvan Quan2017-11-011-1/+1
| | * drm/amd/powerplay: fix memory leak of hardcoded pptableEric Huang2017-11-011-0/+3
| | * 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: add one smc message for Vega10Eric Huang2017-10-251-1/+2
| * | drm/amd/powerplay: fix amd_powerplay_reset()Dan Carpenter2017-10-251-1/+1
| * | 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