aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-19drm/amd/pp: Fix uninitialized variableRajan Vaja1-1/+1
2018-06-15Merge tag 'drm-next-2018-06-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds10-76/+72
2018-06-14drm/amd/powerplay: Set higher SCLK&MCLK frequency than dpm7 in OD (v2)Kenneth Feng1-2/+5
2018-06-13drm/amd/powerplay: remove uncessary extra gfxoff control callEvan Quan1-9/+0
2018-06-13drm/amd/pp: Fix OD feature enable failed on Vega10 workstation cardsRex Zhu1-2/+7
2018-06-13drm/amd/pp: initialize result to before or'ing in dataColin Ian King1-1/+1
2018-06-13drm/amd/powerplay: fix wrong clock adjust sequenceEvan Quan1-7/+6
2018-06-13drm/amd/powerplay: fix missed hwmgr check warning before call gfx_off_control handlerHuang Rui1-1/+2
2018-06-13drm/amdgpu: fix CG enabling hang with gfxoff enabledHuang Rui2-3/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-05-31drm/amd/pp: Allow underclocking when od table is empty in vbiosRex Zhu5-19/+10
2018-05-30drm/amd/pp: Connect display_clock_voltage_request to a function pointerMikita Lipski1-33/+31
2018-05-30drm/amd/powerplay: bug fixs for getsmuclockinfoEvan Quan1-1/+3
2018-05-29drm/amd/pp: Add cases for getting phys and disp clks for SMU10Mikita Lipski1-0/+6
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