Home
last modified time | relevance | path

Searched refs:smu_sys_get_pp_table (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/powerplay/
Damdgpu_smu.c495 int smu_sys_get_pp_table(struct smu_context *smu, void **table) in smu_sys_get_pp_table() function
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/inc/
Damdgpu_smu.h798 int smu_sys_get_pp_table(struct smu_context *smu, void **table);
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_pm.c539 size = smu_sys_get_pp_table(&adev->smu, (void **)&table); in amdgpu_get_pp_table()