summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/powerplay/smumgr
AgeCommit message (Expand)AuthorFilesLines
2018-06-15drm/amd/pp: Implement update_smc_table for CI.Rex Zhu1-0/+84
2018-06-15drm/amd/pp: Remove SAMU support in powerplayRex Zhu6-370/+0
2018-05-24drm/amdgpu/pp: remove duplicate assignmentAlex Deucher1-1/+0
2018-05-24drm/amd/pp: Fix static checker warningRex Zhu1-4/+2
2018-05-18drm/amd/pp: Fix build warning in vegamRex Zhu1-1/+3
2018-05-17drm/amdgpu: Add smu firmware support for vega20Feifei Xu1-0/+1
2018-05-15drm/amd/powerplay: add smumgr support for VEGAM (v2)Eric Huang3-1/+2458
2018-05-15drm/amdgpu: add VEGAM SMU firmware supportLeo Liu1-0/+1
2018-05-15drm/amd/pp: Clear smu response register before send smu messageRex Zhu2-3/+2
2018-05-15drm/amd/pp: Refine get_gpu_power for VIRex Zhu1-3/+7
2018-05-15drm/amd/pp: Remove useless smu7 running state checkRex Zhu1-8/+0
2018-05-15drm/amd/pp: Remove dead function in smu7_smumgr.cRex Zhu2-11/+0
2018-05-15drm/amd/pp: Move same macro definitions to hwmgr.hRex Zhu7-19/+0
2018-05-15drm/amd/pp: use soc15 common macros instead of vega10 specificEvan Quan3-94/+49
2018-04-11drm/amdgpu: remove duplicate cg/pg wrapper functionsRex Zhu1-4/+4
2018-04-11drm/amd/pp: Not call cgs interface to get display infoRex Zhu5-21/+13
2018-04-11drm/amd/pp: Use atombios api directly in powerplay (v2)Rex Zhu1-1/+1
2018-04-11drm/amd/pp: Use release_firmware directly in powerplayRex Zhu2-2/+0
2018-04-11drm/amd/pp: Save vf state in pp contextRex Zhu4-13/+10
2018-04-11drm/amd/pp: Remove useless fw load error handler on PolarisRex Zhu1-10/+2
2018-04-03drm/amd/pp: Clean header file in vega12_smumgr.cRex Zhu1-4/+2
2018-03-21drm/amd/powerplay: add the smu manager for vega12 (v4)Evan Quan3-1/+625
2018-03-21drm/amdgpu: vega12 to smu firmwareHawking Zhang1-0/+1
2018-03-20drm/amd/pp: Fix gfx ring test failed on Fiji without hw avfs supportRex Zhu2-2/+7
2018-03-19drm/amd/pp: Remove unneeded void * casts for Vega10Rex Zhu1-8/+4
2018-03-19drm/amd/pp: Delete get_xclk function in powerplay (v2)Rex Zhu5-7/+7
2018-03-19drm/amd/pp: Clean up header file for Vega10Rex Zhu2-15/+1
2018-03-19drm/amd/pp: Move functions to smu backend table for vega10Rex Zhu3-39/+24
2018-03-19drm/amd/pp: Mark bunches of functins in vega10_smumgr.c staticRex Zhu2-8/+5
2018-03-19drm/amd/pp: Remove dead functions in vega10_smumgr.cRex Zhu2-40/+0
2018-03-16drm/amd/pp: Remove the cgs wrapper for notify smu version on APURex Zhu2-7/+5
2018-03-15drm/amd/pp: Rename file name cz_* to smu8_*Rex Zhu3-2/+2
2018-03-15drm/amd/pp: Replace function/struct name cz_* with smu8_*Rex Zhu2-322/+322
2018-03-15drm/amd/pp: Remove unneeded void * casts in cz_hwmgr.c/cz_smumgr.cRex Zhu1-17/+17
2018-03-15drm/amd/pp: Replace rv_* with smu10_*Rex Zhu3-64/+64
2018-03-15drm/amd/pp: Fix function parameter not correctRex Zhu1-2/+2
2018-03-15drm/amd/pp: Add rv_copy_table_from/to_smc to smu backend function tableRex Zhu2-34/+38
2018-03-15drm/amd/pp: Add new smu backend function smc_table_managerRex Zhu1-0/+8
2018-03-15drm/amd/pp: Mark internal functions as static in rv_smumgr.cRex Zhu1-3/+3
2018-03-15drm/amd/pp: Add rv_read_arg_from_smc to smu backend function tableRex Zhu2-8/+5
2018-03-15drm/amd/pp: Remove meanless return value check in RVRex Zhu1-65/+33
2018-03-15drm/amd/pp: Delete is_smc_ram_running function on RVRex Zhu2-28/+0
2018-03-15drm/amd/pp: Clean up header file includeRex Zhu3-7/+3
2018-03-15drm/amd/pp: Fix memory leak in error path in smumgrRex Zhu6-23/+43
2018-03-15drm/amd/pp: Simplified the avfs btc state on smu7Rex Zhu4-116/+48
2018-03-15drm/amd/powerplay: Fix KASAN user after free on driver unload.Andrey Grodzovsky2-48/+23
2018-03-14drm/amdgpu/powerplay/vega10: fix memory leak in error pathAlex Deucher1-2/+4
2018-03-14drm/amd/pp: remove redundant pointer internal_bufColin Ian King1-2/+0
2018-03-07drm/amd/pp: fix "Delete the wrapper layer of smu_allocate/free_memory"Christian König2-2/+2
2018-03-07drm/amd/pp: Drop wrapper functions for upper/lower_32_bitsRex Zhu4-28/+28