summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/powerplay/smu_v12_0.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu/swsmu: clean up unused header in swsmuKevin Wang2020-03-131-1/+0
* drm/amd/powerplay: fix pre-check condition for setting clock rangePrike Liang2020-03-051-3/+0
* drm/amdgpu/smu: Add message sending lockMatt Coffin2020-02-281-4/+6
* drm/amdgpu/powerplay: Remove deprecated smc_read_argMatt Coffin2020-02-281-1/+1
* drm/amdgpu/powerplay: Refactor SMU message handling for safetyMatt Coffin2020-02-281-38/+41
* drm/amd/powerplay: unified VRAM address for driver table interaction with SMU V2Evan Quan2020-01-071-8/+18
* drm/amdgpu/smu: use unified variable smu->is_apu to check apu asic platformKevin Wang2020-01-071-3/+3
* drm/amd/powerplay: implement the get_enabled_mask callback for smu12Xiaomeng Hou2019-12-111-0/+29
* drm/amd/powerplay: implement interface to retrieve clock freq for renoirXiaomeng Hou2019-12-111-0/+20
* drm/amd/powerplay: pre-check the SMU state before issuing messageEvan Quan2019-12-091-8/+8
* drm/amdgpu/powerplay: unify smu send message functionLikun Gao2019-12-031-26/+2
* drm/amd/powerplay: enable gpu_busy_percent sys interface for renoir (v2)changzhu2019-11-191-0/+33
* drm/amd/powerplay: add Powergate JPEG for RenoirLeo Liu2019-11-191-0/+11
* drm/amd/powerplay: clear the swSMU code layerEvan Quan2019-10-251-52/+18
* drm/amd/powerplay: split out those internal used swSMU APIs V2Evan Quan2019-10-251-0/+1
* drm/amd/powerplay: add lock protection for swSMU APIs V2Evan Quan2019-10-251-3/+0
* drm/amdgpu: No need to check gfxoff status after enable gfxoff featurechen gong2019-10-171-9/+0
* drm/amd/powerplay: update the interface for getting dpm full scale clock freq...Prike Liang2019-10-031-4/+24
* drm/amd/powerplay: implement the interface for setting soft freq rangePrike Liang2019-10-031-0/+56
* drm/amd/powerplay: Add mode2 mode for GPU RESET in SMUchen gong2019-10-031-0/+4
* drm/amd/powerplay: replace smu->table_count with SMU_TABLE_COUNT in smu (v2)Kevin Wang2019-09-141-2/+2
* drm/amd/powerplay: add the interface for getting ultimate frequency v3Prike Liang2019-08-291-0/+62
* drm/amd/powerplay: add DPMCLOCKS table implementationAaron Liu2019-08-231-0/+20
* drm/amd/powerplay: init smu tables for rnAaron Liu2019-08-231-0/+32
* drm/amd/powerplay: fix checking gfxoff status for rnAaron Liu2019-08-231-15/+35
* drm/amdgpu: add and enable gfxoff featureAaron Liu2019-08-231-0/+44
* drm/amdgpu: add set_gfx_cgpg implement (v2)Aaron Liu2019-08-231-0/+10
* drm/amd/powerplay: udpate smu_v12_0_check_fw_version (v2)Aaron Liu2019-08-231-10/+25
* drm/amdgpu/powerplay: add Renoir VCN power managementLeo Liu2019-08-231-0/+12
* drm/amdgpu/powerplay: add power up/down SDMA interfaces for renoirAaron Liu2019-08-231-4/+31
* drm/amdgpu/powerplay: add smu_v12_0.c & smu_v12_0.h for renoirAaron Liu2019-08-231-0/+170