summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2019-05-035-27/+124
|\
| * drm/amdgpu: power down the Vega20 VCE engine on requestEvan Quan2019-04-291-1/+12
| * drm/amd/powerplay: raven 4k@60hz dp monitor always flickinghersen wu2019-04-291-11/+6Star
| * drm/amd/powerplay: enable UMDPSTATE support on raven2 (v2)Chengming Gui2019-04-231-6/+0Star
| * drm/amd/powerplay: add set/get_power_profile_mode for Raven (v2)Chengming Gui2019-04-233-7/+99
| * drm/powerplay : send SMC message to set XGMI pstateshaoyunl2019-04-191-2/+7
* | Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2019-04-242-1/+12
|\|
| * drm/powerplay: Add smu set xgmi pstate interfaceshaoyunl2019-04-122-1/+12
* | BackMerge v5.1-rc5 into drm-nextDave Airlie2019-04-153-4/+22
|\ \ | |/ |/|
| * drm/amd/powerplay: fix possible hang with 3+ 4K monitorsEvan Quan2019-03-281-1/+9
| * drm/amd/powerplay: correct data type to avoid overflowEvan Quan2019-03-281-1/+1
| * drm/amd/powerplay: add ECC feature bitEvan Quan2019-03-283-2/+12
* | drm/amd/powerplay: simplify the code of [get|set]_activity_monitor_coeffKevin Wang2019-04-102-74/+7Star
* | drm/amd/powerplay: optimization function of smu_update_tableKevin Wang2019-04-102-3/+9
* | drm/amd/powerplay: check for invalid profile mode before switchingEvan Quan2019-04-041-3/+2Star
* | drm/amdgpu: Allow switching to CUSTOM profile on Vega20Kent Russell2019-04-032-1/+17
* | drm/amdgpu: Allow switching to CUSTOM profile on Vega10 v2Kent Russell2019-04-031-1/+22
* | drm/amdgpu: Allow switching to CUSTOM profile on smu7 v2Kent Russell2019-04-031-11/+21
* | Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2019-04-0329-73/+7282
|\ \ | |/ |/|
| * drm/amdgpu/smu11: fix warning on 32bit archesAlex Deucher2019-04-021-1/+1
| * drm/amd/powerplay: update current profile mode only when it's really appliedEvan Quan2019-03-282-10/+12
| * drm/amd/powerplay: Fix double unlock bug in smu_sys_set_pp_table()Dan Carpenter2019-03-211-0/+2
| * drm/amd/powerplay: Off by one in vega20_get_smu_msg_index()Dan Carpenter2019-03-211-1/+2
| * drm/amd/powerplay: delete some dead codeDan Carpenter2019-03-211-3/+0Star
| * drm/amdgpu: enable gfxoff again on raven series (v2)Huang Rui2019-03-212-9/+8Star
| * drm/amd/powerplay: fix spelling mistake "unknow" -> "unknown"Colin Ian King2019-03-211-1/+1
| * drm/amd/powerplay: Zero initialize num_of_levels in vega20_set_single_dpm_tableNathan Chancellor2019-03-211-1/+1
| * drm/amd/powerplay: move the smc_if_version to asic fileKevin Wang2019-03-193-2/+5
| * drm/amd/powerplay: simplify sw-smu message map macroKevin Wang2019-03-191-85/+85
| * drm/amd/powerplay: apply Vega20 BACO workaroundEvan Quan2019-03-196-2/+46
| * drm/amd/powerplay: fix pcie sysfs interface when set wrong valueLikun Gao2019-03-191-2/+4
| * drm/amd/powerplay: fix memdup.cocci warningskbuild test robot2019-03-191-15/+9Star
| * drm/amd/powerplay: fix semicolon code style issueYang Wei2019-03-192-5/+5
| * drm/amd/powerplay: fix raven issue for sw smuHuang Rui2019-03-191-1/+1
| * drm/amd/powerplay: add od condition for power limitLikun Gao2019-03-193-0/+17
| * drm/amd/powerplay: add limit of pp_feature for smu (v3)Likun Gao2019-03-193-1/+5
| * drm/amd/powerplay: use REG32_PCIE wrapper instead for sw smuHuang Rui2019-03-191-4/+3Star
| * drm/amd/powerplay: fix the issue of checking on message mappingHuang Rui2019-03-191-2/+7
| * drm/amd/powerplay: move setting allowed mask and feature enabling togetherHuang Rui2019-03-191-4/+4
| * drm/amd/powerplay: fix byte alignment issue of smu11 pptableHuang Rui2019-03-191-3/+3
| * drm/amd/powerplay: fix smc messsage index reportHuang Rui2019-03-191-5/+5
| * drm/amd/powerplay: support sysfs to set/get pcieLikun Gao2019-03-191-0/+38
| * drm/amd/powerplay: add override pcie parametersLikun Gao2019-03-191-0/+46
| * drm/amd/powerplay: support sysfs to set socclk, fclk, dcefclkLikun Gao2019-03-193-32/+192
| * drm/amd/powerplay: support sysfs to get socclk, fclk, dcefclkLikun Gao2019-03-191-0/+56
| * drm/amd/powerplay: add condition for smc table hw initLikun Gao2019-03-193-33/+13Star
| * drm/amd/powerplay: add suspend and resume function for smuLikun Gao2019-03-193-97/+93Star
| * drm/amd/powerplay: add is_dpm_running for SMU11Chengming Gui2019-03-192-0/+25
| * drm/amd/powerplay: add smu_late_init for SMU11.Chengming Gui2019-03-191-1/+14
| * drm/amd/powerplay: set dpm table of vclk/dclk/eclk for smu11 (v2)Likun Gao2019-03-191-12/+6Star