aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-24drm/amdgpu/pp: remove duplicate assignmentAlex Deucher1-1/+0
2018-05-24drm/amd/pp: Add smu support for VCN powergating on RVRex Zhu1-1/+18
2018-05-24drm/amd/pp: fix a couple locking issuesRex Zhu1-12/+19
2018-05-24drm/amd/pp: Fix static checker warningRex Zhu3-19/+14
2018-05-18drm/amd/pp: Fix build warning in vegamRex Zhu2-2/+4
2018-05-18drm/amd/pp: missing curly braces in smu7_enable_sclk_mclk_dpm()Dan Carpenter1-1/+2
2018-05-18drm/amd/pp: Workaround flickering issue on RVRex Zhu1-0/+3
2018-05-17drm/amdgpu/powerplay: Add initial vega20 support v2Feifei Xu1-0/+1
2018-05-17drm/amdgpu: Add smu firmware support for vega20Feifei Xu1-0/+1
2018-05-17drm/amd/powerplay: add a framework for perfroming pre displayEvan Quan4-0/+14
2018-05-17drm/amd/powerplay: new framework to honour DAL clock limitsEvan Quan4-0/+20
2018-05-15drm/amd/powerplay: Add notify PWE function to SMU10Mikita Lipski2-0/+9
2018-05-15drm/amd/pp: Fix performance drop on FijiRex Zhu1-3/+1
2018-05-15drm/amd/pp: Implement force_clock_level for RVRex Zhu1-0/+45
2018-05-15drm/amd/powerplay: add PME smu message for ravenJunwei Zhang1-1/+2
2018-05-15drm/amd/powerplay: fix spelling mistake: "contruct" -> "construct"Colin Ian King2-2/+2
2018-05-15drm/amd/pp: Refine the output of pp_power_profile_mode on VIRex Zhu2-30/+23
2018-05-15drm/amd/pp: Skip fan attributes if fan not presentRex Zhu1-0/+3
2018-05-15drm/powerplay: Add powertune table for VEGAMEric Huang1-0/+189
2018-05-15drm/amd/powerplay: add specific changes for VEGAM in smu7_hwmgr.cEric Huang1-10/+61
2018-05-15drm/amd/powerplay: add smumgr support for VEGAM (v2)Eric Huang4-1/+2464
2018-05-15drm/amd/powerplay: update process pptablesEric Huang1-0/+37
2018-05-15drm/amd/powerplay: update ppatomctrl.c (v2)Eric Huang2-0/+41
2018-05-15drm/amd/powerplay: add smu75 header filesEric Huang2-0/+1646
2018-05-15drm/amdgpu: add VEGAM SMU firmware supportLeo Liu1-0/+1
2018-05-15drm/amd/pp: Add OVERDRIVE support on Vega10 (v2)Rex Zhu3-361/+390
2018-05-15drm/amdgpu/powerplay: actually return the power with the new queryAlex Deucher1-0/+1
2018-05-15drm/amd/pp: Print out voltage/clock range in sysfsRex Zhu1-6/+20
2018-05-15drm/amd/pp: Change voltage/clk range for OD feature on VIRex Zhu4-20/+73
2018-05-15drm/amd/pp: Refine the OD state checking code in smu7Rex Zhu1-6/+2
2018-05-15drm/amd/pp: Use dynamic gfx_clk rather than hardcoded valuesRex Zhu2-20/+29
2018-05-15drm/amd/pp: Change pstate_clk frequency unit to 10KHz on RvRex Zhu1-2/+2
2018-05-15drm/amd/powerplay: use the flag to decide whether send gfxoff smc messageHuang Rui1-1/+5
2018-05-15drm/amd/powerplay: add control gfxoff enabling in late initHuang Rui1-0/+9
2018-05-15drm/amdgpu: clear gfxoff feature mask if the asic is not ravenHuang Rui1-1/+5
2018-05-15drm/amdgpu: use pp_feature member to store the maskHuang Rui1-1/+1
2018-05-15drm/amd/powerplay: enable/disable gfxoff through smuHuang Rui1-0/+9
2018-05-15drm/amd/powerplay: add gfx off control functionHuang Rui2-1/+36
2018-05-15drm/amdgpu: move PP_FEATURE_MASK to amd_shared headerHuang Rui1-19/+0
2018-05-15drm/amd/powerplay: send CGPG smc message if PG is enabled for ravenHuang Rui2-1/+8
2018-05-15drm/amd/powerplay: add registry key to disable ACGKenneth Feng2-0/+6
2018-05-15drm/amd/powerplay: header file interface to SMU updateKenneth Feng1-1/+3
2018-05-15drm/amd/pp: Fix NULL point check error in smu_set_watermarks_for_clocks_rangesRex Zhu1-1/+1
2018-05-15drm/amd/pp: Fix bug voltage can't be OD separately on VIRex Zhu1-6/+10
2018-05-15drm/amd/pp: Remove dead interfaceRex Zhu1-30/+0
2018-05-15drm/amdgpu: Reserved vram for smu to save debug info.Rex Zhu1-0/+35
2018-05-15drm/amd/pp: Adding a function to store cc6 data in SMU10Mikita Lipski1-0/+10
2018-05-15drm/amd/pp: Adding set_watermarks_for_clocks_ranges for SMU10Mikita Lipski2-0/+14
2018-05-15drm/amd/pp: Move common code to smu_helper.cRex Zhu4-70/+109
2018-05-15drm/amd/pp: Clear smu response register before send smu messageRex Zhu2-3/+2