aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay
AgeCommit message (Expand)AuthorFilesLines
2019-06-21drm/amd/powerplay: disable uclk dpm by defaulttiancyin1-2/+4
2019-06-21amd/powerplay: enable uclk dpmKenneth Feng1-1/+4
2019-06-21amd/powerplay: fix the issue of uclk dpmKenneth Feng1-3/+3
2019-06-21drm/amd/powerplay: remove uvd_gated/vce_gated from smu_power_context (v2)Hawking Zhang1-10/+4
2019-06-21drm/amd/powerplay: add new interface for vcn powergatingKenneth Feng2-0/+32
2019-06-21drm/amd/powerplay: enable vcn powergating v2Kenneth Feng1-0/+3
2019-06-21drm/amd/powerplay: set dpm_enabled flag but don't enable vcn dpmHuang Rui1-4/+1
2019-06-21drm/amd/powerplay: update smu11_driver_if_navi10.hKenneth Feng1-11/+6
2019-06-21drm/amd/powerplay: do not set dpm_enabled flag before VCN/DCN DPM is workableHuang Rui1-0/+3
2019-06-21drm/amd/powerplay: fix the incorrect type of pptableKenneth Feng1-1/+1
2019-06-21drm/amd/powerplay: don't include the smu11 driver if header in smu v11 (v2)Huang Rui3-4/+6
2019-06-21drm/amd/powerplay: move getting MAX_FAN_RPM value to asic levelHuang Rui2-6/+6
2019-06-21drm/amd/powerplay: introduce smu power source type to handle AC/DC source for each asicHuang Rui5-1/+52
2019-06-21drm/amd/powerplay: move Watermarks_t uses into asic levelHuang Rui3-61/+67
2019-06-21drm/amd/powerplay: move SmuMetrics_t uses into asic levelHuang Rui3-50/+62
2019-06-21drm/amd/powerplay: move PPTable_t uses into asic levelHuang Rui3-32/+35
2019-06-21drm/amd/powerplay: use the table size member in the structure instead of getting directlyHuang Rui1-2/+4
2019-06-21drm/amd/powerplay: modify smu_update_table to use SMU_TABLE_xxx as the inputHuang Rui2-14/+18
2019-06-21drm/amd/powerplay/smu11: remove smu_update_table_with_argAlex Deucher2-7/+3
2019-06-21drm/amd/powerplay: add tables_init interface for each asicHuang Rui5-15/+42
2019-06-21drm/amd/powerplay: init table_count for smu tables on asic levelHuang Rui3-3/+9
2019-06-21drm/amd/powerplay: introduce smu table id type to handle the smu table for each asicHuang Rui4-0/+79
2019-06-21drm/amd/powerplay: introduce smu feature type to handle feature mask for each asicHuang Rui7-61/+251
2019-06-21drm/amd/powerplay: introduce smu clk type to handle ppclk for each asicHuang Rui5-35/+113
2019-06-21drm/amdgpu: enable sw smu driver for navi10 by defaultHawking Zhang1-6/+5
2019-06-21drm/amd/powerplay: enable DCEFCLK dpm supportKenneth Feng1-1/+2
2019-06-21drm/amd/powerplay: gfxoff-seperate the Vega20 caseKenneth Feng1-6/+17
2019-06-21drm/amd/amdgpu: fw version check with gfxoffKenneth Feng2-1/+11
2019-06-21drm/amd: add gfxoff support on navi10Kenneth Feng2-1/+20
2019-06-21drm/amd/powerplay: add allowed feature mask for navi10Kevin Wang1-2/+5
2019-06-21drm/amd/powerplay: optimization feature mask function for asicKevin Wang4-16/+56
2019-06-21drm/amd/powerplay: remove duplicate code from smu hw initKevin Wang1-4/+0
2019-06-21drm/amd/powerplay: implement smc firmware v2.1 for smu11Kevin Wang3-30/+71
2019-06-21drm/amd/powerplay: add smu11 smu_if_version check for navi10Kevin Wang1-0/+1
2019-06-21drm/amd/powerplay: move the function of is_dpm_running to asic fileKevin Wang3-24/+24
2019-06-21drm/amd/powerplay: move the function of read_sensor to asic fileKevin Wang3-8/+31
2019-06-21drm/amd/powerplay: move the function of uvd&vce dpm to asic fileKevin Wang3-28/+28
2019-06-21drm/amd/powerplay: move the function of get[set]_power_profile to asic fileKevin Wang3-198/+199
2019-06-21drm/amd/powerplay: move the funciton of conv_profile_to_workload to asic fileKevin Wang3-35/+37
2019-06-21drm/amd/powerplay: enable power featuresKenneth Feng1-2/+2
2019-06-21drm/amd/powerplay: skip od feature on navi10 for the momentHuang Rui1-0/+7
2019-06-21drm/amd/powerplay: modify the feature mask to enable gfx/soc dpmHuang Rui1-2/+2
2019-06-21drm/amd/powerplay: introduce the function to load the soft pptable for navi10 (v2)Huang Rui2-6/+37
2019-06-21drm/amd/powerplay: smu needs to be initialized after rlc in direct modeHuang Rui1-9/+5
2019-06-21drm/amdgpu: fix the issue of checking on message mappingHuang Rui1-2/+7
2019-06-21drm/amd/powerplay: update smu11 driver if header for navi10 (v2)Huang Rui1-1/+10
2019-06-21drm/amd/powerplay: enable backdoor smu fw loading (v2)Kenneth Feng2-0/+34
2019-06-21drm/amd/powerplay: move bootup value before read pptable from vbiosHuang Rui1-3/+3
2019-06-21drm/amd/powerplay: add navi10 smc ucode init and navi10 ppt functions settingHuang Rui1-0/+7
2019-06-21drm/amd/powerplay: set smu v11 funcs for navi10Huang Rui1-0/+1