summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/vega20_ppt.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/powerplay: remove the support of vega20 from swsmuKevin Wang2020-05-281-3288/+0
* drm/amd/powerplay: properly set the dpm_enabled stateEvan Quan2020-04-221-3/+1
* drm/amd/powerplay: move the ASIC specific nbio operation out of smu_v11_0.cEvan Quan2020-03-311-1/+13
* drm/amdgpu/swsmu: clean up unused header in swsmuKevin Wang2020-03-131-1/+0
* drm/amdgpu/powerplay: Remove deprecated smc_read_argMatt Coffin2020-02-281-1/+0
* drm/amdgpu/powerplay: Refactor SMU message handling for safetyMatt Coffin2020-02-281-27/+41
* drm/amdgpu/smu_v11_0: Correct behavior of restoring default tables (v2)Matt Coffin2020-02-041-20/+8
* drm/amd/powerplay: unified VRAM address for driver table interaction with SMU V2Evan Quan2020-01-071-0/+1
* drm/amd/powerplay: cache the watermark settings on system memoryEvan Quan2020-01-071-0/+4
* drm/amdgpu/smu: make the set_performance_level logic easier to followAlex Deucher2020-01-071-0/+1
* drm/amdgpu/smu: add metrics table lock for vega20 (v2)Alex Deucher2019-12-181-0/+3
* drm/amdgpu/smu: fix spellingAlex Deucher2019-12-181-2/+2
* drm/amdgpu/powerplay: unify smu send message functionLikun Gao2019-12-031-1/+0
* drm/amdgpu: split swSMU baco_reset into enter and exitAlex Deucher2019-11-191-1/+2
* drm/amdgpu/smu_v11: Unify and fix power limitsMatt Coffin2019-11-111-1/+0
* drm/amd/swSMU: fix smu workload bit map errorKevin Wang2019-11-061-1/+1
* drm/amd/powerplay: clear the swSMU code layerEvan Quan2019-10-251-3/+52
* drm/amd/powerplay: split out those internal used swSMU APIs V2Evan Quan2019-10-251-0/+1
* drm/amd/powerplay: add lock protection for swSMU APIs V2Evan Quan2019-10-251-16/+4
* drm/amd/powerplay: bug fix for pcie parameters overrideKenneth Feng2019-10-151-0/+23
* drm/amd/powerplay: enable df cstate control on swSMU routineEvan Quan2019-10-151-1/+24
* drm/amd/powerplay: add sensor lock support for smuKevin Wang2019-10-031-0/+2
* drm/amd/powerplay: issue DC-BTC for arcturus on SMU initEvan Quan2019-09-161-1/+1
* drm/amd/powerplay: replace smu->table_count with SMU_TABLE_COUNT in smu (v2)Kevin Wang2019-09-131-3/+0
* drm/amd/powerplay: guard manual mode prerequisite for clock level forceEvan Quan2019-09-131-6/+0
* drm/powerplay: Fix Vega20 power reading againKent Russell2019-08-231-3/+4
* drm/powerplay: Fix Vega20 Average Power value v4Kent Russell2019-08-221-1/+9
* drm/amd/powerplay: correct SW smu11 thermal range settingsEvan Quan2019-08-211-8/+12
* drm/amd/powerplay: change smu_read_sensor sequence in smuKenneth Feng2019-08-121-1/+4
* drm/amd/powerplay: re-define smu interface version for smu v11tiancyin2019-08-121-1/+0
* drm/amd/powerplay: implment sysfs feature status function in smuKevin Wang2019-07-301-153/+0
* drm/amd/powerplay: add callback function of get_thermal_temperature_rangeKevin Wang2019-07-301-23/+11
* drm/amdgpu/smu: move fan rpm query into the asic specific codeAlex Deucher2019-07-221-1/+19
* drm/amd/powerplay: remove redundancy debug log in smuKevin Wang2019-07-221-6/+0
* drm/amd/powerplay: input check for unsupported message/clock indexEvan Quan2019-07-181-7/+24
* drm/amd/powerplay: correct SW SMU valid mapping checkEvan Quan2019-07-181-30/+37
* drm/amd/powerplay: correct smu_update_table usageEvan Quan2019-07-171-10/+10
* drm/amd/powerplay: avoid access before allocationEvan Quan2019-07-171-4/+7
* drm/amd/powerplay: fix memory allocation failure check V2Evan Quan2019-07-171-2/+2
* drm/amd/powerplay: Use proper enums in vega20_print_clk_levelsNathan Chancellor2019-07-161-3/+3
* drm/amd/powerplay: vega20: fix uninitialized variable useArnd Bergmann2019-07-081-1/+4
* drm/amd/powerplay: Zero initialize current_rpm in vega20_get_fan_speed_percentNathan Chancellor2019-07-081-2/+1
* drm/amdgpu/powerplay: FEATURE_MASK is 64 bit so use ULLAlex Deucher2019-06-251-1/+1
* drm/amdgpu/powerplay/vega20: use correct table indexAlex Deucher2019-06-211-5/+5
* drm/amd/powerplay: simplified od_settings for each asicKevin Wang2019-06-211-69/+70
* drm/amd/powerplay: move od_default_setting callback to asic fileKevin Wang2019-06-211-1/+39
* drm/amd/powerplay: move od8_setting helper function to vega20_pptKevin Wang2019-06-211-2/+29
* drm/amd/powerplay: fix clk type name error OD_SCLK OD_MCLKKevin Wang2019-06-211-8/+8
* drm/amd/powerplay: move get_thermal_temperature_range to ppt funcsHawking Zhang2019-06-211-3/+44
* drm/amd/powerplay: move function thermal_get_temperature to veag20_pptKevin Wang2019-06-211-0/+48