summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/powerplay/smu_v11_0.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-13drm/amd/powerplay: maintain SMU FW backward compatibilityEvan Quan1-2/+9
2019-09-27drm/amd/powerplay: change smu_read_sensor sequence in smuKenneth Feng1-4/+4
2019-08-08drm/amd/powerplay: re-define smu interface version for smu v11tiancyin1-0/+15
2019-08-08drm/amdgpu: enable gfxoff code path for navi14Jack Xiao1-0/+1
2019-08-08drm/amdgpu/smu11: add support for navi14Xiaojie Yuan1-0/+5
2019-07-31drm/amd/powerplay: fix temperature granularity error in smu11Kevin Wang1-9/+9
2019-07-31drm/amd/powerplay: add callback function of get_thermal_temperature_rangeKevin Wang1-6/+12
2019-07-30drm/amdgpu/powerplay: provide the interface to disable uclk switch for DALKenneth Feng1-0/+6
2019-07-08drm/amd/powerplay: add baco smu reset function for smu11Kevin Wang1-0/+91
2019-07-04drm/amd/powerplay: increase waiting time for smu responseJack Xiao1-3/+3
2019-07-04drm/amd/powerplay: print smu versions only if version mismatchKevin Wang1-4/+4
2019-06-25drm/amd/powrplay: add interface for dc to get max clock valueshersen wu1-0/+31
2019-06-25drm/amd/powerplay: notify smu with active display counthersen wu1-0/+1
2019-06-25drm/amd/powerplay: allow dc request uclk changehersen wu1-1/+2
2019-06-25drm/amd/powerplay: add ppt interface version logtiancyin1-2/+4
2019-06-25drm/amd/powerplay: move od_default_setting callback to asic fileKevin Wang1-44/+0
2019-06-25drm/amd/powerplay: move od8_setting helper function to vega20_pptKevin Wang1-27/+0
2019-06-25drm/amd/powerplay: wake up azalia from d3 by sending smu messagehersen wu1-0/+12
2019-06-25drm/amd/powerplay: notify smu with active display counthersen wu1-3/+3
2019-06-25drm/amd/powerplay: allow dc request uclk changehersen wu1-1/+7
2019-06-25drm/amd/powerplay: remove smu callback funciton get_mclk(get_sclk)Kevin Wang1-85/+0
2019-06-25drm/amd/powerplay: add thermal ctf support for navi10Kevin Wang1-0/+78
2019-06-25drm/amd/powerplay: move get_thermal_temperature_range to ppt funcsHawking Zhang1-78/+12
2019-06-25drm/amd/powerplay: move function thermal_get_temperature to veag20_pptKevin Wang1-7/+0
2019-06-25drm/amd/powerplay: move function get_metrics_table to vega20_pptKevin Wang1-30/+6
2019-06-25drm/amd/powerplay: simplify the interface of get_gpu_powerKevin Wang1-4/+0
2019-06-25drm/amd/powerplay: simplify the interface of get_current_activity_percentKevin Wang1-7/+0
2019-06-25drm/amd/powerplay: fix dpm freq unit error (10KHz -> Mhz)Kevin Wang1-9/+10
2019-06-25drm/amd/powerplay: add function display_configuration_changed for navi10Kevin Wang1-2/+14
2019-06-25drm/amd/powerplay: add function get current clock freq interface for navi10Kevin Wang1-0/+4
2019-06-25amd/powerplay: fix the issue of uclk dpmKenneth Feng1-3/+3
2019-06-25drm/amd/powerplay: don't include the smu11 driver if header in smu v11 (v2)Huang Rui1-1/+3
2019-06-25drm/amd/powerplay: move getting MAX_FAN_RPM value to asic levelHuang Rui1-6/+0
2019-06-25drm/amd/powerplay: introduce smu power source type to handle AC/DC source for...Huang Rui1-1/+1
2019-06-25drm/amd/powerplay: move Watermarks_t uses into asic levelHuang Rui1-61/+2
2019-06-25drm/amd/powerplay: move SmuMetrics_t uses into asic levelHuang Rui1-50/+4
2019-06-25drm/amd/powerplay: move PPTable_t uses into asic levelHuang Rui1-30/+1
2019-06-25drm/amd/powerplay: use the table size member in the structure instead of gett...Huang Rui1-2/+4
2019-06-25drm/amd/powerplay: modify smu_update_table to use SMU_TABLE_xxx as the inputHuang Rui1-10/+14
2019-06-25drm/amd/powerplay: add tables_init interface for each asicHuang Rui1-15/+1
2019-06-25drm/amd/powerplay: init table_count for smu tables on asic levelHuang Rui1-3/+3
2019-06-25drm/amd/powerplay: introduce smu feature type to handle feature mask for each...Huang Rui1-13/+13
2019-06-25drm/amd/powerplay: introduce smu clk type to handle ppclk for each asicHuang Rui1-32/+34
2019-06-25drm/amd/powerplay: gfxoff-seperate the Vega20 caseKenneth Feng1-6/+17
2019-06-25drm/amd: add gfxoff support on navi10Kenneth Feng1-0/+16
2019-06-25drm/amd/powerplay: implement smc firmware v2.1 for smu11Kevin Wang1-26/+68
2019-06-25drm/amd/powerplay: move the function of is_dpm_running to asic fileKevin Wang1-22/+0
2019-06-25drm/amd/powerplay: move the function of read_sensor to asic fileKevin Wang1-8/+4
2019-06-25drm/amd/powerplay: move the function of uvd&vce dpm to asic fileKevin Wang1-24/+0
2019-06-25drm/amd/powerplay: move the function of get[set]_power_profile to asic fileKevin Wang1-197/+0