summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2018-12-064-33/+34
|\
| * drm/amd/pp: fix spelling mistake "dependancy" -> "dependency"Colin Ian King2018-11-281-3/+3
| * drm/amd/powerplay:add hwmgr callback to update nbpstate on CarrizoGuttula, Suresh2018-11-262-0/+4
| * Revert "drm/amd/powerplay: Enable/Disable NBPSTATE on On/OFF of UVD"Shirish S2018-11-261-4/+1
| * drm/amd/powerplay: Ratelimit all "was not implemented" messagesJoerg Roedel2018-11-191-26/+26
* | Merge v4.20-rc4 into drm-nextDave Airlie2018-11-294-47/+51
|\ \ | |/ |/|
| * drm/amd/pp: handle negative values when reading ODGreathouse, Joseph2018-11-194-46/+40
| * drm/amd/powerplay: disable Vega20 DS related featuresEvan Quan2018-11-191-1/+11
* | Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2018-11-1910-148/+99
|\ \ | |/ |/|
| * drm/amdgpu: log smu versionShirish S2018-11-121-0/+4
| * drm/amdgpu: refactor smu8_send_msg_to_smc and WARN_ON time outDaniel Kurtz2018-11-121-24/+21
| * drm/amdgpu: abstract the function of enter/exit safe mode for RLCLikun Gao2018-11-092-24/+24
| * drm/amd/powerplay: correct code styleJim Qu2018-11-081-90/+45
| * drm/amd/powerplay: always use fast UCLK switching when UCLK DPM enabledEvan Quan2018-11-071-20/+17
| * drm/amd/powerplay: set a default fclk/gfxclk ratioEvan Quan2018-11-073-1/+19
| * drm/amd/powerplay: do the comparison in the right Khz granularityEvan Quan2018-11-051-2/+2
| * drm/amdgpu: update smu firmware images for VI variants (v2)Alex Deucher2018-11-051-0/+3
| * drm/amd/powerplay: remove duplicated includesYueHaibing2018-11-055-8/+0
* | drm/amd/pp: Fix truncated clock value when set watermarkRex Zhu2018-11-131-16/+16
* | drm/amd/powerplay: always use fast UCLK switching when UCLK DPM enabledEvan Quan2018-11-071-20/+17
* | drm/amd/powerplay: set a default fclk/gfxclk ratioEvan Quan2018-11-073-1/+19
|/
* drm/amd/pp: Print warning if od_sclk/mclk out of rangeRex Zhu2018-11-011-4/+8
* drm/amd/pp: Fix pp_sclk/mclk_od not work on Vega10Rex Zhu2018-11-011-0/+31
* drm/amd/pp: Fix pp_sclk/mclk_od not work on smu7Rex Zhu2018-11-011-4/+6
* drm/amd/powerplay: no MGPU fan boost enablement on DPM disabledEvan Quan2018-11-011-3/+3
* drm/amd/powerplay: revise Vega20 pptable version checkEvan Quan2018-10-301-2/+8
* drm/amdgpu: fix reporting of failed msg sent to SMU (v2)Shirish S2018-10-261-0/+4
* drm/amd/powerplay: commonize the API for retrieving current clocksEvan Quan2018-10-251-29/+15
* drm/amd/powerplay: correct the clocks for DAL to be Khz unitEvan Quan2018-10-251-11/+10
* drm/amd/powerplay: commit get_performance_level API as DAL neededEvan Quan2018-10-242-0/+17
* drm/amd/powerplay: bump the PPtable version supportedEvan Quan2018-10-222-30/+18
* drm/amd/powerplay: drop highest UCLK setting after display configuration changeEvan Quan2018-10-221-0/+11
* drm/amd/pp: enable power limit increase in OD modeJoseph Greathouse2018-10-221-2/+14
* powerplay: Respect units on max dcfclk watermarkDavid Francis2018-10-221-1/+1
* drm/amd/powerplay: error out when force clock level under auto dpm mode V2Evan Quan2018-10-221-4/+7
* drm/amd/powerplay: update PPtable with DC BTC and Tvr SocLimit fieldsEvan Quan2018-10-162-9/+14
* drm/amd/powerplay: added I2C controller configurationEvan Quan2018-10-162-63/+139
* drm/amd/powerplay: hint when power profile setting is not supportedEvan Quan2018-10-121-2/+7
* drm/amd/powerplay: translate power_profile mode to pplib workload typeEvan Quan2018-10-121-3/+39
* drm/amdgpu/powerplay: factor out some pptable helpersAlex Deucher2018-10-104-96/+70
* drm/amdgpu/powerplay: endian fixes for vega20_processpptables.cAlex Deucher2018-10-101-16/+25
* drm/amdgpu/powerplay: endian fixes for vega12_processpptables.cAlex Deucher2018-10-101-12/+14
* drm/amdgpu/powerplay: endian fixes for vega10_processpptables.cAlex Deucher2018-10-101-15/+15
* drm/amdgpu/powerplay: fix missing break in switch statementsColin Ian King2018-10-105-0/+10
* drm/amdgpu: Load fw between hw_init/resume_phase1 and phase2Rex Zhu2018-10-104-32/+2
* drm/amdgpu: Remove amdgpu_ucode_fini_boRex Zhu2018-10-101-3/+0
* drm/amd/pp: Implement load_firmware interfaceRex Zhu2018-10-091-0/+15
* drm/amd/pp: Allocate ucode bo in request_smu_load_fwRex Zhu2018-10-093-3/+4
* drm/amd/pp: Refine smu7/8 request_smu_load_fw callback functionRex Zhu2018-10-093-73/+39
* drm/amd/pp: Setup SoftRegsStart before request smu load fwRex Zhu2018-10-092-1/+19
OpenPOWER on IntegriCloud