summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/powerplay: fix a crash when overclocking Vega MQiu Wenbo2020-07-211-4/+6
* drm/amdgpu/powerplay: Modify SMC message name for setting power profile modechen gong2020-07-141-1/+1
* drm/amd/powerplay: Fix NULL dereference in lock_bus() on Vega20 w/o RASIvan Mironov2020-06-251-4/+7
* drm/amdgpu: Replace invalid device ID with a valid device IDSandeep Raghuraman2020-06-111-1/+1
* drm/amd/powerplay: ack the SMUToHost interrupt on receive V2Evan Quan2020-05-291-0/+6
* drm/amdgpu: add apu flags (v2)Alex Deucher2020-05-222-3/+3
* drm/amdgpu/smu10: Replace one-element array and use struct_size() helperGustavo A. R. Silva2020-05-212-5/+3
* drm/amd/powerplay: unify the prompts on thermal interruptsEvan Quan2020-05-212-47/+17
* drm/amdgpu: resolve ras recovery vs smi race conditionJohn Clements2020-05-211-0/+6
* drm/amdgpu: Updated XGMI power down control support checkJohn Clements2020-05-141-3/+3
* drm/amdgpu: Add cmd to control XGMI link sleepJohn Clements2020-05-145-1/+58
* drm/amd/powerplay: report correct AC/DC event based on ctxid V2Evan Quan2020-05-141-2/+17
* drm/amd/powerplay: shutdown on HW CTFEvan Quan2020-05-142-3/+33
* drm/amd/powerplay: try to do a graceful shutdown on SW CTFEvan Quan2020-05-142-4/+24
* Merge tag 'amd-drm-next-5.8-2020-05-12' of git://people.freedesktop.org/~agd5...Dave Airlie2020-05-145-11/+8
|\
| * drm/amd/powerplay: skip judging if baco support for Arcturus sriovJane Jian2020-05-111-1/+1
| * drm/amdgpu: enable hibernate support on Navi1XEvan Quan2020-05-081-1/+1
| * drm/amdgpu/navi10: fix unsigned comparison with 0ChenTao2020-05-061-2/+0
| * drm/amd/powerplay: perform PG ungate prior to CG ungateEvan Quan2020-05-062-6/+6
| * drm/amdgpu/smu10: remove duplicate assignment of smu10_hwmgr_funcs membersJason Yan2020-04-301-1/+0
* | Merge tag 'amd-drm-next-5.8-2020-04-30' of git://people.freedesktop.org/~agd5...Dave Airlie2020-05-084-27/+63
|\|
| * drm/amd/powerplay: avoid using pm_en before it is initialized revisedTiecheng Zhou2020-04-281-2/+4
| * Revert "drm/amd/powerplay: avoid using pm_en before it is initialized"Tiecheng Zhou2020-04-281-2/+1
| * drm/amdgpu: enable one vf mode for nv12Monk Liu2020-04-243-15/+52
| * drm/amdgpu: clear the messed up checking logicMonk Liu2020-04-241-8/+3
| * drm/amdgpu: sriov is forbidden to call disable DPMMonk Liu2020-04-241-0/+3
* | Merge tag 'amd-drm-next-5.8-2020-04-24' of git://people.freedesktop.org/~agd5...Dave Airlie2020-04-3048-910/+1366
|\|
| * drm/amd/powerplay: limit smu support to Arcturus for onevfJiansong Chen2020-04-221-1/+4
| * drm/amd/powerplay: update smu12_driver_if.h to align with pmfwPrike Liang2020-04-221-15/+25
| * drm/amdgpu/powerplay:avoid to show invalid DPM table infoYuxian Dai2020-04-221-0/+2
| * drm/amd/powerplay: remove defined but not used variablesJason Yan2020-04-221-23/+0
| * drm/amdgpu: Correctly initialize thermal controller for GPUs with Powerplay t...Sandeep Raghuraman2020-04-221-0/+26
| * drm/amd/powerplay: fix resume failed as smu table initialize early exitPrike Liang2020-04-221-1/+6
| * drm/amdgpu: cache smu fw version infoJohn Clements2020-04-225-12/+29
| * drm/amdgpu: set mp1 state before reloadJohn Clements2020-04-221-6/+0
| * drm/amd/powerplay: update Arcturus smu-driver if headerEvan Quan2020-04-222-3/+14
| * drm/amd/powerplay: properly set the dpm_enabled stateEvan Quan2020-04-225-66/+216
| * drm/amd/powerplay: correct i2c eeprom init/fini sequenceEvan Quan2020-04-223-15/+17
| * drm/amd/powerplay: bump the NAVI10 smu-driver if versionEvan Quan2020-04-221-1/+1
| * drm/amd/powerplay: revise the way to retrieve the board parametersEvan Quan2020-04-221-71/+28
| * drm/amdgpu/powerplay: get SMC FW size to a flexible wayLikun Gao2020-04-132-2/+3
| * drm/amd/powerplay: force the trim of the mclk dpm_levels if OD is enabledSergei Lopatin2020-04-131-1/+4
| * drm/amd/powerplay: unload mp1 for Arcturus RAS baco resetEvan Quan2020-04-091-0/+6
| * drm/amd/powerplay: error out on forcing clock setting not supportedEvan Quan2020-04-091-1/+46
| * drm/amd/powerplay: fix a typoNirmoy Das2020-04-091-1/+1
| * drm/amd/powerplay: avoid using pm_en before it is initializedTiecheng Zhou2020-04-031-1/+2
| * drm/amd/powerplay: implement the is_dpm_running()Prike Liang2020-04-031-0/+12
| * drm/amdgpu/powerplay: using the FCLK DPM table to set the MCLKYuxian Dai2020-04-032-1/+7
| * drm/amd/powerplay: added mutex protection on msg issuingEvan Quan2020-04-013-2/+18
| * drm/amd/powerplay: unified interfaces for message issuing and response checkingEvan Quan2020-04-0131-592/+891