Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/pm/inc/
Damdgpu_smu.h753 int smu_sys_get_pp_table(struct smu_context *smu, void **table);
/Linux-v5.10/drivers/gpu/drm/amd/pm/swsmu/
Damdgpu_smu.c290 int smu_sys_get_pp_table(struct smu_context *smu, void **table) in smu_sys_get_pp_table() function
/Linux-v5.10/drivers/gpu/drm/amd/pm/
Damdgpu_pm.c589 size = smu_sys_get_pp_table(&adev->smu, (void **)&table); in amdgpu_get_pp_table()