Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/powerplay/
Damdgpu_smu.c510 int smu_sys_set_pp_table(struct smu_context *smu, void *buf, size_t size) in smu_sys_set_pp_table() function
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/inc/
Damdgpu_smu.h799 int smu_sys_set_pp_table(struct smu_context *smu, void *buf, size_t size);
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_pm.c566 ret = smu_sys_set_pp_table(&adev->smu, (void *)buf, count); in amdgpu_set_pp_table()