summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/powerplay/vega20_ppt.c
AgeCommit message (Expand)Author
2019-10-02drm/amd/powerplay: add sensor lock support for smuKevin Wang
2019-08-23drm/powerplay: Fix Vega20 power reading againKent Russell
2019-08-22drm/powerplay: Fix Vega20 Average Power value v4Kent Russell
2019-08-21drm/amd/powerplay: correct SW smu11 thermal range settingsEvan Quan
2019-08-12drm/amd/powerplay: change smu_read_sensor sequence in smuKenneth Feng
2019-08-12drm/amd/powerplay: re-define smu interface version for smu v11tiancyin
2019-07-30drm/amd/powerplay: implment sysfs feature status function in smuKevin Wang
2019-07-30drm/amd/powerplay: add callback function of get_thermal_temperature_rangeKevin Wang
2019-07-22drm/amdgpu/smu: move fan rpm query into the asic specific codeAlex Deucher
2019-07-22drm/amd/powerplay: remove redundancy debug log in smuKevin Wang
2019-07-18drm/amd/powerplay: input check for unsupported message/clock indexEvan Quan
2019-07-18drm/amd/powerplay: correct SW SMU valid mapping checkEvan Quan
2019-07-17drm/amd/powerplay: correct smu_update_table usageEvan Quan
2019-07-17drm/amd/powerplay: avoid access before allocationEvan Quan
2019-07-17drm/amd/powerplay: fix memory allocation failure check V2Evan Quan
2019-07-16drm/amd/powerplay: Use proper enums in vega20_print_clk_levelsNathan Chancellor
2019-07-08drm/amd/powerplay: vega20: fix uninitialized variable useArnd Bergmann
2019-07-08drm/amd/powerplay: Zero initialize current_rpm in vega20_get_fan_speed_percentNathan Chancellor
2019-06-25drm/amdgpu/powerplay: FEATURE_MASK is 64 bit so use ULLAlex Deucher
2019-06-21drm/amdgpu/powerplay/vega20: use correct table indexAlex Deucher
2019-06-21drm/amd/powerplay: simplified od_settings for each asicKevin Wang
2019-06-21drm/amd/powerplay: move od_default_setting callback to asic fileKevin Wang
2019-06-21drm/amd/powerplay: move od8_setting helper function to vega20_pptKevin Wang
2019-06-21drm/amd/powerplay: fix clk type name error OD_SCLK OD_MCLKKevin Wang
2019-06-21drm/amd/powerplay: move get_thermal_temperature_range to ppt funcsHawking Zhang
2019-06-21drm/amd/powerplay: move function thermal_get_temperature to veag20_pptKevin Wang
2019-06-21drm/amd/powerplay: move function get_metrics_table to vega20_pptKevin Wang
2019-06-21drm/amd/powerplay: move power_dpm_force_performance_level to amdgpu_smu fileKevin Wang
2019-06-21drm/amd/powerplay: simplify the interface of get_gpu_powerKevin Wang
2019-06-21drm/amd/powerplay: simplify the interface of get_current_activity_percentKevin Wang
2019-06-21drm/amd/powerplay: add function get_workload_type_map for swsmuKevin Wang
2019-06-21drm/amd/powerplay: remove upload_dpm_level function for vega20Kevin Wang
2019-06-21drm/amd/powerplay: move read sensor of UVD[VCE]_POWER to amdgpu_smu fileKevin Wang
2019-06-21drm/amd/powerplay: add function display_configuration_changed for navi10Kevin Wang
2019-06-21drm/amd/powerplay: add function get_clock_by_type_with_latency for navi10Kevin Wang
2019-06-21drm/amd/powerplay: add function force_clk_levels for navi10Kevin Wang
2019-06-21drm/amd/powerplay: add function print_clk_levels for navi10Kevin Wang
2019-06-21drm/amd/powerplay: move getting MAX_FAN_RPM value to asic levelHuang Rui
2019-06-21drm/amd/powerplay: introduce smu power source type to handle AC/DC source for...Huang Rui
2019-06-21drm/amd/powerplay: move Watermarks_t uses into asic levelHuang Rui
2019-06-21drm/amd/powerplay: move SmuMetrics_t uses into asic levelHuang Rui
2019-06-21drm/amd/powerplay: move PPTable_t uses into asic levelHuang Rui
2019-06-21drm/amd/powerplay: add tables_init interface for each asicHuang Rui
2019-06-21drm/amd/powerplay: init table_count for smu tables on asic levelHuang Rui
2019-06-21drm/amd/powerplay: introduce smu table id type to handle the smu table for ea...Huang Rui
2019-06-21drm/amd/powerplay: introduce smu feature type to handle feature mask for each...Huang Rui
2019-06-21drm/amd/powerplay: introduce smu clk type to handle ppclk for each asicHuang Rui
2019-06-21drm/amd/powerplay: optimization feature mask function for asicKevin Wang
2019-06-21drm/amd/powerplay: move the function of is_dpm_running to asic fileKevin Wang
2019-06-21drm/amd/powerplay: move the function of read_sensor to asic fileKevin Wang