summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/powerplay
AgeCommit message (Expand)AuthorFilesLines
2018-08-07Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie3-18/+52
2018-08-01drm/amd/pp: Convert voltage unit in mV*4 to mV on CZ/STRex Zhu1-2/+3
2018-08-01drm/amd/pp: Delete unused temp variablesRex Zhu1-16/+6
2018-08-01drm/amd/pp/Polaris12: Fix a chunk of registers missed to programRex Zhu1-0/+43
2018-07-30BackMerge v4.18-rc7 into drm-nextDave Airlie1-0/+2
2018-07-24drm/amd/powerplay: allow slow switch only if NBPState enabled v2Evan Quan2-2/+4
2018-07-24drm/amd/powerplay: correct the argument for PPSMC_MSG_SetUclkFastSwitchEvan Quan2-2/+2
2018-07-24drm/amd/powerplay: slow UCLK switch when multiple displays not in syncEvan Quan1-1/+2
2018-07-20drm/amd/pp: Set Max clock level to display by defaultRex Zhu1-2/+7
2018-07-20drm/amd/pp: Update clk with od setting when set power stateRex Zhu1-0/+15
2018-07-20drm/amd/pp: Read vbios vddc limit before use themRex Zhu1-3/+8
2018-07-19drm/amd/powerplay: fixed uninitialized valueEvan Quan1-1/+1
2018-07-19drm/amdgpu/powerplay: use irq source defines for smu7 sourcesAlex Deucher1-3/+4
2018-07-16Revert "drm/amd/powerplay: fix performance drop on Vega10"Eric Huang1-5/+0
2018-07-16drm/amdgpu/pp: switch smu callback type for get_argument()Alex Deucher7-8/+8
2018-07-16drm/amdgpu/pp: split out common smumgr smu9 codeAlex Deucher8-354/+242
2018-07-16drm/amdgpu/pp: remove dead vega12 codeAlex Deucher1-29/+0
2018-07-13drm/amdgpu/pp/smu7: cache smu firmware tocAlex Deucher2-39/+54
2018-07-13drm/amdgpu/pp/smu7: remove local mc_addr variableAlex Deucher1-6/+2
2018-07-13drm/amdgpu/pp/smu7: drop unused values in smu data structureAlex Deucher2-4/+1
2018-07-13drm/amdgpu/pp/smu7: use a local variable for toc indexingAlex Deucher1-11/+12
2018-07-13drm/amd: Use newly added interrupt source defs for SOC15.Andrey Grodzovsky1-3/+5
2018-07-13drm/amd: Use newly added interrupt source defs for VI v3.Andrey Grodzovsky1-3/+5
2018-07-13drm/amd/powerplay: convert the sclk/mclk into Mhz for comparationEvan Quan1-2/+2
2018-07-13drm/amd/powerplay: no need to mask workable gfxoff feature for vega12Evan Quan1-1/+1
2018-07-13drm/amd/powerplay: add vega12 SMU gfxoff support v3Evan Quan2-0/+41
2018-07-13drm/amdgpu/pp/smu7: use a local variable for toc indexingAlex Deucher1-11/+12
2018-07-10drm/amd/pp: fix semicolon.cocci warningskbuild test robot1-1/+1
2018-07-10drm/amd/pp: Send khz clock values to DC for smu7/8Harry Wentland2-7/+7
2018-07-10drm/amd/pp: Convert 10KHz to KHz as variable nameRex Zhu2-3/+2
2018-07-06drm/amd/pp: Remove the same struct define in powerplayRex Zhu5-25/+25
2018-07-06drm/amd/pp: Export notify_smu_enable_pwe to displayRex Zhu1-0/+20
2018-07-06drm/amd/pp: Remove duplicate code in vega12_hwmgr.cRex Zhu1-42/+1
2018-07-06drm/amd/pp: Refine the interface exported to displayRex Zhu7-11/+13
2018-07-06drm/amd/pp: Switch the tolerable latency for displayrex zhu1-1/+1
2018-07-06drm/amd/pp: Memory Latency is always 25us on Vega10Rex Zhu1-21/+2
2018-07-06drm/amd/pp: Convert clock unit to KHz as definedRex Zhu3-31/+27
2018-07-06drm/amdgpu/pp: fix copy paste typo in smu7_get_pp_table_entry_callback_func_v1Alex Deucher1-1/+1
2018-07-06drm/amdgpu/pp: fix copy paste typo in smu7_init_dpm_defaultsAlex Deucher1-1/+1
2018-07-06drm/amdgpu/pp: fix endian swapping in atomctrl_get_voltage_rangeAlex Deucher1-4/+4
2018-07-06drm/amdgpu/pp: add missing byte swapping in process_pptables_v1_0.cAlex Deucher1-4/+4
2018-07-06drm/amd/powerplay: cosmetic fixEvan Quan2-16/+12
2018-07-06drm/amd/powerplay: correct vega12 thermal support as trueEvan Quan1-0/+1
2018-07-06drm/amd/powerplay: set vega12 pre display configurationsEvan Quan1-0/+41
2018-07-06drm/amd/powerplay: apply clocks adjust rules on power state changeEvan Quan2-0/+164
2018-07-06drm/amd/powerplay: correct vega12 max num of dpm levelEvan Quan1-8/+9
2018-07-06drm/amd/powerplay: drop unnecessary uclk hard min settingEvan Quan1-10/+0
2018-07-06drm/amd/powerplay: correct smc display config for multi monitorEvan Quan1-1/+2
2018-07-06drm/amd/powerplay: initialize uvd/vce powergate status v4Evan Quan1-0/+23
2018-07-06drm/amd/powerplay: revise clock level setupEvan Quan1-107/+211