summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/vega20_ppt.c
AgeCommit message (Expand)AuthorFilesLines
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-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-21drm/amdgpu/powerplay/vega20: use correct table indexAlex Deucher1-5/+5
2019-06-21drm/amd/powerplay: simplified od_settings for each asicKevin Wang1-69/+70
2019-06-21drm/amd/powerplay: move od_default_setting callback to asic fileKevin Wang1-1/+39
2019-06-21drm/amd/powerplay: move od8_setting helper function to vega20_pptKevin Wang1-2/+29
2019-06-21drm/amd/powerplay: fix clk type name error OD_SCLK OD_MCLKKevin Wang1-8/+8
2019-06-21drm/amd/powerplay: move get_thermal_temperature_range to ppt funcsHawking Zhang1-3/+44
2019-06-21drm/amd/powerplay: move function thermal_get_temperature to veag20_pptKevin Wang1-0/+48
2019-06-21drm/amd/powerplay: move function get_metrics_table to vega20_pptKevin Wang1-5/+32
2019-06-21drm/amd/powerplay: move power_dpm_force_performance_level to amdgpu_smu fileKevin Wang1-42/+0
2019-06-21drm/amd/powerplay: simplify the interface of get_gpu_powerKevin Wang1-1/+4
2019-06-21drm/amd/powerplay: simplify the interface of get_current_activity_percentKevin Wang1-21/+27
2019-06-21drm/amd/powerplay: add function get_workload_type_map for swsmuKevin Wang1-34/+24
2019-06-21drm/amd/powerplay: remove upload_dpm_level function for vega20Kevin Wang1-3/+2
2019-06-21drm/amd/powerplay: move read sensor of UVD[VCE]_POWER to amdgpu_smu fileKevin Wang1-8/+0
2019-06-21drm/amd/powerplay: add function display_configuration_changed for navi10Kevin Wang1-9/+1
2019-06-21drm/amd/powerplay: add function get_clock_by_type_with_latency for navi10Kevin Wang1-6/+6
2019-06-21drm/amd/powerplay: add function force_clk_levels for navi10Kevin Wang1-8/+8
2019-06-21drm/amd/powerplay: add function print_clk_levels for navi10Kevin Wang1-11/+11
2019-06-21drm/amd/powerplay: move getting MAX_FAN_RPM value to asic levelHuang Rui1-0/+6
2019-06-21drm/amd/powerplay: introduce smu power source type to handle AC/DC source for...Huang Rui1-0/+19
2019-06-21drm/amd/powerplay: move Watermarks_t uses into asic levelHuang Rui1-0/+61
2019-06-21drm/amd/powerplay: move SmuMetrics_t uses into asic levelHuang Rui1-0/+50
2019-06-21drm/amd/powerplay: move PPTable_t uses into asic levelHuang Rui1-0/+29
2019-06-21drm/amd/powerplay: add tables_init interface for each asicHuang Rui1-0/+18
2019-06-21drm/amd/powerplay: init table_count for smu tables on asic levelHuang Rui1-0/+3
2019-06-21drm/amd/powerplay: introduce smu table id type to handle the smu table for ea...Huang Rui1-0/+27
2019-06-21drm/amd/powerplay: introduce smu feature type to handle feature mask for each...Huang Rui1-36/+86
2019-06-21drm/amd/powerplay: introduce smu clk type to handle ppclk for each asicHuang Rui1-2/+30
2019-06-21drm/amd/powerplay: optimization feature mask function for asicKevin Wang1-5/+31
2019-06-21drm/amd/powerplay: move the function of is_dpm_running to asic fileKevin Wang1-0/+22
2019-06-21drm/amd/powerplay: move the function of read_sensor to asic fileKevin Wang1-0/+23
2019-06-21drm/amd/powerplay: move the function of uvd&vce dpm to asic fileKevin Wang1-0/+24
2019-06-21drm/amd/powerplay: move the function of get[set]_power_profile to asic fileKevin Wang1-0/+197
2019-06-21drm/amd/powerplay: move the funciton of conv_profile_to_workload to asic fileKevin Wang1-0/+32
2019-06-17drm/amd/powerplay: Delete a redundant memory setting in vega20_set_default_od...Markus Elfring1-1/+0
2019-05-24drm/amd/powerplay: Fix maybe-uninitialized in get_ppfeature_statusBhawanpreet Lakha1-1/+1
2019-05-24drm/amd/powerplay: support ppfeatures sysfs interface on sw smu routineEvan Quan1-0/+153
2019-03-21drm/amd/powerplay: Off by one in vega20_get_smu_msg_index()Dan Carpenter1-1/+2
2019-03-20drm/amd/powerplay: Zero initialize num_of_levels in vega20_set_single_dpm_tableNathan Chancellor1-1/+1
2019-03-19drm/amd/powerplay: move the smc_if_version to asic fileKevin Wang1-0/+1
2019-03-19drm/amd/powerplay: simplify sw-smu message map macroKevin Wang1-85/+85