summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/powerplay/vega20_ppt.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-23drm/powerplay: Fix Vega20 power reading againKent Russell1-3/+4
2019-08-23drm/powerplay: Fix Vega20 Average Power value v4Kent Russell1-1/+9
2019-08-22drm/amd/powerplay: correct SW smu11 thermal range settingsEvan Quan1-8/+12
2019-08-12drm/amd/powerplay: change smu_read_sensor sequence in smuKenneth Feng1-1/+4
2019-08-12drm/amd/powerplay: re-define smu interface version for smu v11tiancyin1-1/+0
2019-07-31drm/amd/powerplay: implment sysfs feature status function in smuKevin Wang1-153/+0
2019-07-31drm/amd/powerplay: add callback function of get_thermal_temperature_rangeKevin Wang1-23/+11
2019-07-22drm/amdgpu/smu: move fan rpm query into the asic specific codeAlex Deucher1-1/+19
2019-07-22drm/amd/powerplay: remove redundancy debug log in smuKevin Wang1-6/+0
2019-07-18drm/amd/powerplay: input check for unsupported message/clock indexEvan Quan1-7/+24
2019-07-18drm/amd/powerplay: correct SW SMU valid mapping checkEvan Quan1-30/+37
2019-07-17drm/amd/powerplay: correct smu_update_table usageEvan Quan1-10/+10
2019-07-17drm/amd/powerplay: avoid access before allocationEvan Quan1-4/+7
2019-07-17drm/amd/powerplay: fix memory allocation failure check V2Evan Quan1-2/+2
2019-07-16drm/amd/powerplay: Use proper enums in vega20_print_clk_levelsNathan Chancellor1-3/+3
2019-07-08drm/amd/powerplay: vega20: fix uninitialized variable useArnd Bergmann1-1/+4
2019-07-08drm/amd/powerplay: Zero initialize current_rpm in vega20_get_fan_speed_percentNathan Chancellor1-2/+1
2019-06-25drm/amdgpu/powerplay: FEATURE_MASK is 64 bit so use ULLAlex Deucher1-1/+1
2019-06-22drm/amdgpu/powerplay/vega20: use correct table indexAlex Deucher1-5/+5
2019-06-22drm/amd/powerplay: simplified od_settings for each asicKevin Wang1-69/+70
2019-06-22drm/amd/powerplay: move od_default_setting callback to asic fileKevin Wang1-1/+39
2019-06-22drm/amd/powerplay: move od8_setting helper function to vega20_pptKevin Wang1-2/+29
2019-06-22drm/amd/powerplay: fix clk type name error OD_SCLK OD_MCLKKevin Wang1-8/+8
2019-06-22drm/amd/powerplay: move get_thermal_temperature_range to ppt funcsHawking Zhang1-3/+44
2019-06-22drm/amd/powerplay: move function thermal_get_temperature to veag20_pptKevin Wang1-0/+48
2019-06-22drm/amd/powerplay: move function get_metrics_table to vega20_pptKevin Wang1-5/+32
2019-06-22drm/amd/powerplay: move power_dpm_force_performance_level to amdgpu_smu fileKevin Wang1-42/+0
2019-06-22drm/amd/powerplay: simplify the interface of get_gpu_powerKevin Wang1-1/+4
2019-06-22drm/amd/powerplay: simplify the interface of get_current_activity_percentKevin Wang1-21/+27
2019-06-22drm/amd/powerplay: add function get_workload_type_map for swsmuKevin Wang1-34/+24
2019-06-22drm/amd/powerplay: remove upload_dpm_level function for vega20Kevin Wang1-3/+2
2019-06-22drm/amd/powerplay: move read sensor of UVD[VCE]_POWER to amdgpu_smu fileKevin Wang1-8/+0
2019-06-22drm/amd/powerplay: add function display_configuration_changed for navi10Kevin Wang1-9/+1
2019-06-22drm/amd/powerplay: add function get_clock_by_type_with_latency for navi10Kevin Wang1-6/+6
2019-06-22drm/amd/powerplay: add function force_clk_levels for navi10Kevin Wang1-8/+8
2019-06-22drm/amd/powerplay: add function print_clk_levels for navi10Kevin Wang1-11/+11
2019-06-22drm/amd/powerplay: move getting MAX_FAN_RPM value to asic levelHuang Rui1-0/+6
2019-06-22drm/amd/powerplay: introduce smu power source type to handle AC/DC source for...Huang Rui1-0/+19
2019-06-22drm/amd/powerplay: move Watermarks_t uses into asic levelHuang Rui1-0/+61
2019-06-22drm/amd/powerplay: move SmuMetrics_t uses into asic levelHuang Rui1-0/+50
2019-06-22drm/amd/powerplay: move PPTable_t uses into asic levelHuang Rui1-0/+29
2019-06-22drm/amd/powerplay: add tables_init interface for each asicHuang Rui1-0/+18
2019-06-22drm/amd/powerplay: init table_count for smu tables on asic levelHuang Rui1-0/+3
2019-06-22drm/amd/powerplay: introduce smu table id type to handle the smu table for ea...Huang Rui1-0/+27
2019-06-22drm/amd/powerplay: introduce smu feature type to handle feature mask for each...Huang Rui1-36/+86
2019-06-22drm/amd/powerplay: introduce smu clk type to handle ppclk for each asicHuang Rui1-2/+30
2019-06-22drm/amd/powerplay: optimization feature mask function for asicKevin Wang1-5/+31
2019-06-22drm/amd/powerplay: move the function of is_dpm_running to asic fileKevin Wang1-0/+22
2019-06-22drm/amd/powerplay: move the function of read_sensor to asic fileKevin Wang1-0/+23
2019-06-22drm/amd/powerplay: move the function of uvd&vce dpm to asic fileKevin Wang1-0/+24