smu_get_dpm_level_count  820 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h int smu_get_dpm_level_count(struct smu_context *smu, enum smu_clk_type clk_type,
smu_get_dpm_level_count  706 drivers/gpu/drm/amd/powerplay/navi10_ppt.c 		ret = smu_get_dpm_level_count(smu, clk_type, &count);
smu_get_dpm_level_count  821 drivers/gpu/drm/amd/powerplay/navi10_ppt.c 		ret = smu_get_dpm_level_count(smu, clk_type, &level_count);
smu_get_dpm_level_count 1229 drivers/gpu/drm/amd/powerplay/navi10_ppt.c 			ret = smu_get_dpm_level_count(smu, SMU_SCLK, &level_count);
smu_get_dpm_level_count 1236 drivers/gpu/drm/amd/powerplay/navi10_ppt.c 			ret = smu_get_dpm_level_count(smu, SMU_MCLK, &level_count);
smu_get_dpm_level_count 1243 drivers/gpu/drm/amd/powerplay/navi10_ppt.c 			ret = smu_get_dpm_level_count(smu, SMU_SOCCLK, &level_count);
smu_get_dpm_level_count 1477 drivers/gpu/drm/amd/powerplay/navi10_ppt.c 	ret = smu_get_dpm_level_count(smu, SMU_UCLK, &uclk_level);