aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay
AgeCommit message (Expand)AuthorFilesLines
2019-04-19drm/powerplay : send SMC message to set XGMI pstateshaoyunl1-2/+7
2019-04-15BackMerge v5.1-rc5 into drm-nextDave Airlie3-4/+22
2019-04-12drm/powerplay: Add smu set xgmi pstate interfaceshaoyunl2-1/+12
2019-04-10drm/amd/powerplay: simplify the code of [get|set]_activity_monitor_coeffKevin Wang2-74/+7
2019-04-10drm/amd/powerplay: optimization function of smu_update_tableKevin Wang2-3/+9
2019-04-04drm/amd/powerplay: check for invalid profile mode before switchingEvan Quan1-3/+2
2019-04-03drm/amdgpu: Allow switching to CUSTOM profile on Vega20Kent Russell2-1/+17
2019-04-03drm/amdgpu: Allow switching to CUSTOM profile on Vega10 v2Kent Russell1-1/+22
2019-04-03drm/amdgpu: Allow switching to CUSTOM profile on smu7 v2Kent Russell1-11/+21
2019-04-03Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie29-73/+7282
2019-04-02drm/amdgpu/smu11: fix warning on 32bit archesAlex Deucher1-1/+1
2019-03-27drm/amd/powerplay: update current profile mode only when it's really appliedEvan Quan2-10/+12
2019-03-27drm/amd/powerplay: fix possible hang with 3+ 4K monitorsEvan Quan1-1/+9
2019-03-27drm/amd/powerplay: correct data type to avoid overflowEvan Quan1-1/+1
2019-03-27drm/amd/powerplay: add ECC feature bitEvan Quan3-2/+12
2019-03-21drm/amd/powerplay: Fix double unlock bug in smu_sys_set_pp_table()Dan Carpenter1-0/+2
2019-03-21drm/amd/powerplay: Off by one in vega20_get_smu_msg_index()Dan Carpenter1-1/+2
2019-03-21drm/amd/powerplay: delete some dead codeDan Carpenter1-3/+0
2019-03-20drm/amdgpu: enable gfxoff again on raven series (v2)Huang Rui2-9/+8
2019-03-20drm/amd/powerplay: fix spelling mistake "unknow" -> "unknown"Colin Ian King1-1/+1
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 Wang3-2/+5
2019-03-19drm/amd/powerplay: simplify sw-smu message map macroKevin Wang1-85/+85
2019-03-19drm/amd/powerplay: apply Vega20 BACO workaroundEvan Quan6-2/+46
2019-03-19drm/amd/powerplay: fix pcie sysfs interface when set wrong valueLikun Gao1-2/+4
2019-03-19drm/amd/powerplay: fix memdup.cocci warningskbuild test robot1-15/+9
2019-03-19drm/amd/powerplay: fix semicolon code style issueYang Wei2-5/+5
2019-03-19drm/amd/powerplay: fix raven issue for sw smuHuang Rui1-1/+1
2019-03-19drm/amd/powerplay: add od condition for power limitLikun Gao3-0/+17
2019-03-19drm/amd/powerplay: add limit of pp_feature for smu (v3)Likun Gao3-1/+5
2019-03-19drm/amd/powerplay: use REG32_PCIE wrapper instead for sw smuHuang Rui1-4/+3
2019-03-19drm/amd/powerplay: fix the issue of checking on message mappingHuang Rui1-2/+7
2019-03-19drm/amd/powerplay: move setting allowed mask and feature enabling togetherHuang Rui1-4/+4
2019-03-19drm/amd/powerplay: fix byte alignment issue of smu11 pptableHuang Rui1-3/+3
2019-03-19drm/amd/powerplay: fix smc messsage index reportHuang Rui1-5/+5
2019-03-19drm/amd/powerplay: support sysfs to set/get pcieLikun Gao1-0/+38
2019-03-19drm/amd/powerplay: add override pcie parametersLikun Gao1-0/+46
2019-03-19drm/amd/powerplay: support sysfs to set socclk, fclk, dcefclkLikun Gao3-32/+192
2019-03-19drm/amd/powerplay: support sysfs to get socclk, fclk, dcefclkLikun Gao1-0/+56
2019-03-19drm/amd/powerplay: add condition for smc table hw initLikun Gao3-33/+13
2019-03-19drm/amd/powerplay: add suspend and resume function for smuLikun Gao3-97/+93
2019-03-19drm/amd/powerplay: add is_dpm_running for SMU11Chengming Gui2-0/+25
2019-03-19drm/amd/powerplay: add smu_late_init for SMU11.Chengming Gui1-1/+14
2019-03-19drm/amd/powerplay: set dpm table of vclk/dclk/eclk for smu11 (v2)Likun Gao1-12/+6
2019-03-19drm/amd/powerplay: get eclk/vclk/dclk for smu11Likun Gao2-0/+45
2019-03-19drm/amd/powerplay: set fan target interface for hwmonLikun Gao2-0/+34
2019-03-19drm/amd/powerplay: implement fan1_enable hwmon interface for SMU11 (v2)Chengming Gui1-1/+1
2019-03-19drm/amd/powerplay: implement pwm1_enable hwmon interface for SMU11 (v2)Chengming Gui2-0/+34
2019-03-19drm/amd/powerplay: implement pwm1 hwmon interface for SMU11 (v2)Chengming Gui2-0/+98
2019-03-19drm/amd/powerplay: add STABLE_PSTATE_SCLK and STABLE_PSTATE_MCLK when read sensor for SMU11Chengming Gui1-0/+8