Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/inc/
H A Damdgpu_smu.h754 int smu_sys_get_pp_table(struct smu_context *smu, void **table);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c290 int smu_sys_get_pp_table(struct smu_context *smu, void **table) in smu_sys_get_pp_table() function
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c589 size = smu_sys_get_pp_table(&adev->smu, (void **)&table); in amdgpu_get_pp_table()