summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/powerplay/renoir_ppt.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-21drm/amd/powerplay: drop unused codeEvan Quan1-85/+0
2020-07-21drm/amd/powerplay: unify swSMU index to asic specific index mappingEvan Quan1-79/+95
2020-07-21drm/amdgpu: add read amdgpu_gfxoff status in debugfsJinzhou.Su1-0/+1
2020-07-15drm/amd/powerplay: drop unused APIs and parametersEvan Quan1-2/+0
2020-07-15drm/amd/powerplay: drop smu_v12_0.c unnecessary wrapper V2Evan Quan1-45/+177
2020-07-15drm/amd/powerplay: drop unnecessary wrappersEvan Quan1-12/+10
2020-07-14drm/amdgpu/powerplay: Modify SMC message name for setting power profile modechen gong1-1/+1
2020-07-14drm/amdgpu/powerplay: Target power profile mode should be the second paramete...chen gong1-3/+3
2020-07-10drm/amd/powerplay: revise calling chain on retrieving frequency rangeEvan Quan1-6/+6
2020-07-10drm/amd/powerplay: revise calling chain on setting soft limitEvan Quan1-4/+4
2020-07-10drm/amd/powerplay: drop unused code and wrapper around clock retrievingEvan Quan1-2/+2
2020-07-10drm/amd/powerplay: unshare the code for retrieving current clock frequencyEvan Quan1-0/+10
2020-07-10drm/amd/powerplay: drop unnecessary wrappers around clock retrievingEvan Quan1-1/+0
2020-07-01drm/amd/powerplay: drop unnecessary wrapper .populate_smc_tablesEvan Quan1-1/+1
2020-07-01drm/amd/powerplay: correct the APIs' namingEvan Quan1-2/+2
2020-07-01drm/amd/powerplay: forbid to use pr_err/warn/info/debugEvan Quan1-0/+9
2020-07-01drm/amd/powerplay: use MGPU friendly err/warn/info/dbg messagesEvan Quan1-7/+7
2020-07-01drm/amd/powerplay: use existed smu_dpm_set* interfaces to implement powergate...Huang Rui1-2/+0
2020-04-22drm/amdgpu/powerplay:avoid to show invalid DPM table infoYuxian Dai1-0/+2
2020-04-22drm/amd/powerplay: fix resume failed as smu table initialize early exitPrike Liang1-1/+6
2020-04-22drm/amdgpu: cache smu fw version infoJohn Clements1-1/+1
2020-04-22drm/amd/powerplay: properly set the dpm_enabled stateEvan Quan1-1/+1
2020-04-09drm/amd/powerplay: fix a typoNirmoy Das1-1/+1
2020-04-03drm/amd/powerplay: implement the is_dpm_running()Prike Liang1-0/+12
2020-04-03drm/amdgpu/powerplay: using the FCLK DPM table to set the MCLKYuxian Dai1-0/+6
2020-03-13drm/amdgpu/swsmu: clean up unused header in swsmuKevin Wang1-1/+0
2020-03-05drm/amd/powerplay: map mclk to fclk for COMBINATIONAL_BYPASS casePrike Liang1-3/+3
2020-03-05drm/amdgpu: add lock option for smu_set_soft_freq_range()Chengming Gui1-4/+4
2020-02-28drm/amdgpu/powerplay: Remove deprecated smc_read_argMatt Coffin1-1/+0
2020-02-28drm/amdgpu/powerplay: Refactor SMU message handling for safetyMatt Coffin1-11/+14
2020-02-28drm/amdgpu/powerplay: nv1x, renior copy dcn clock settings of watermark to sm...Hersen Wu1-2/+3
2020-02-11drm/amd/powerplay: suppress nonsupport profile mode overrun messagePrike Liang1-2/+6
2020-01-07drm/amd/powerplay: unified VRAM address for driver table interaction with SMU V2Evan Quan1-0/+1
2020-01-07drm/amd/powerplay: cache the watermark settings on system memoryEvan Quan1-0/+4
2020-01-07drm/amdgpu/smu: make the set_performance_level logic easier to followAlex Deucher1-3/+27
2019-12-18drm/amdgpu/smu: add metrics table lock for renoir (v2)Alex Deucher1-2/+4
2019-12-18drm/amd/powerplay: Add SMU WMTABLE Validity Check for RenoirZhan Liu1-2/+10
2019-12-11drm/amd/powerplay: correct the value retrieved through GPU_LOAD sensor interfaceXiaomeng Hou1-1/+1
2019-12-11drm/amd/powerplay: implement the get_enabled_mask callback for smu12Xiaomeng Hou1-0/+1
2019-12-11drm/amd/powerplay: implement interface to retrieve clock freq for renoirXiaomeng Hou1-0/+49
2019-12-11drm/amd/powerplay: implement interface to retrieve gpu temperature for renoirXiaomeng Hou1-0/+22
2019-12-03drm/amdgpu/powerplay: unify smu send message functionLikun Gao1-1/+0
2019-11-19drm/amd/powerplay: enable gpu_busy_percent sys interface for renoir (v2)changzhu1-0/+76
2019-11-19drm/amd/powerplay: add JPEG power control for RenoirLeo Liu1-0/+26
2019-11-19drm/amd/powerplay: add Powergate JPEG for RenoirLeo Liu1-0/+1
2019-11-06drm/amd/powerplay: fix struct init in renoir_print_clk_levelsRaul E Rangel1-1/+3
2019-10-25drm/amdgpu/powerplay: modify the parameters of SMU_MSG_PowerUpVcn to 0chen gong1-1/+1
2019-10-25drm/amd/powerplay: clear the swSMU code layerEvan Quan1-0/+15
2019-10-25drm/amd/powerplay: split out those internal used swSMU APIs V2Evan Quan1-0/+1
2019-10-25drm/amd/powerplay: add lock protection for swSMU APIs V2Evan Quan1-8/+6