summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/powerplay/smu_v12_0.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-10drm/amd/powerplay: drop unnecessary wrappers around clock retrievingEvan Quan1-2/+2
2020-07-01drm/amd/powerplay: maximum code sharing on sensor readingEvan Quan1-4/+0
2020-07-01drm/amd/powerplay: revise the calling chain on sensor readingEvan Quan1-1/+1
2020-07-01drm/amd/powerplay: drop unnecessary wrapper .populate_smc_tablesEvan Quan1-1/+1
2020-07-01drm/amd/powerplay: forbid to use pr_err/warn/info/debugEvan Quan1-0/+10
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-22/+0
2020-04-22drm/amdgpu: cache smu fw version infoJohn Clements1-2/+2
2020-04-01drm/amd/amdgpu: Include headers for PWR and SMUIO registersTom St Denis1-5/+7
2020-03-13drm/amdgpu/swsmu: clean up unused header in swsmuKevin Wang1-1/+0
2020-03-05drm/amd/powerplay: fix pre-check condition for setting clock rangePrike Liang1-3/+0
2020-02-28drm/amdgpu/smu: Add message sending lockMatt Coffin1-4/+6
2020-02-28drm/amdgpu/powerplay: Remove deprecated smc_read_argMatt Coffin1-1/+1
2020-02-28drm/amdgpu/powerplay: Refactor SMU message handling for safetyMatt Coffin1-38/+41
2020-01-07drm/amd/powerplay: unified VRAM address for driver table interaction with SMU V2Evan Quan1-8/+18
2020-01-07drm/amdgpu/smu: use unified variable smu->is_apu to check apu asic platformKevin Wang1-3/+3
2019-12-11drm/amd/powerplay: implement the get_enabled_mask callback for smu12Xiaomeng Hou1-0/+29
2019-12-11drm/amd/powerplay: implement interface to retrieve clock freq for renoirXiaomeng Hou1-0/+20
2019-12-09drm/amd/powerplay: pre-check the SMU state before issuing messageEvan Quan1-8/+8
2019-12-03drm/amdgpu/powerplay: unify smu send message functionLikun Gao1-26/+2
2019-11-19drm/amd/powerplay: enable gpu_busy_percent sys interface for renoir (v2)changzhu1-0/+33
2019-11-19drm/amd/powerplay: add Powergate JPEG for RenoirLeo Liu1-0/+11
2019-10-25drm/amd/powerplay: clear the swSMU code layerEvan Quan1-52/+18
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-3/+0
2019-10-17drm/amdgpu: No need to check gfxoff status after enable gfxoff featurechen gong1-9/+0
2019-10-03drm/amd/powerplay: update the interface for getting dpm full scale clock freq...Prike Liang1-4/+24
2019-10-03drm/amd/powerplay: implement the interface for setting soft freq rangePrike Liang1-0/+56
2019-10-03drm/amd/powerplay: Add mode2 mode for GPU RESET in SMUchen gong1-0/+4
2019-09-13drm/amd/powerplay: replace smu->table_count with SMU_TABLE_COUNT in smu (v2)Kevin Wang1-2/+2
2019-08-29drm/amd/powerplay: add the interface for getting ultimate frequency v3Prike Liang1-0/+62
2019-08-22drm/amd/powerplay: add DPMCLOCKS table implementationAaron Liu1-0/+20
2019-08-22drm/amd/powerplay: init smu tables for rnAaron Liu1-0/+32
2019-08-22drm/amd/powerplay: fix checking gfxoff status for rnAaron Liu1-15/+35
2019-08-22drm/amdgpu: add and enable gfxoff featureAaron Liu1-0/+44
2019-08-22drm/amdgpu: add set_gfx_cgpg implement (v2)Aaron Liu1-0/+10
2019-08-22drm/amd/powerplay: udpate smu_v12_0_check_fw_version (v2)Aaron Liu1-10/+25
2019-08-22drm/amdgpu/powerplay: add Renoir VCN power managementLeo Liu1-0/+12
2019-08-22drm/amdgpu/powerplay: add power up/down SDMA interfaces for renoirAaron Liu1-4/+31
2019-08-22drm/amdgpu/powerplay: add smu_v12_0.c & smu_v12_0.h for renoirAaron Liu1-0/+170