Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/pm/inc/
H A Damdgpu_dpm.h494 int amdgpu_dpm_get_pp_table(struct amdgpu_device *adev, char **table);
/linux-6.15/drivers/gpu/drm/amd/pm/
H A Damdgpu_dpm.c1154 int amdgpu_dpm_get_pp_table(struct amdgpu_device *adev, char **table) in amdgpu_dpm_get_pp_table() function
H A Damdgpu_pm.c563 size = amdgpu_dpm_get_pp_table(adev, &table); in amdgpu_get_pp_table()