Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
H A Damdgpu_renoir_ppt.c447 struct clk_feature_map { in renoir_unforce_dpm_levels() struct
450 } clk_feature_map[] = { in renoir_unforce_dpm_levels() local
456 for (i = 0; i < ARRAY_SIZE(clk_feature_map); i++) { in renoir_unforce_dpm_levels()
457 if (!smu_feature_is_enabled(smu, clk_feature_map[i].feature)) in renoir_unforce_dpm_levels()
460 clk_type = clk_feature_map[i].clk_type; in renoir_unforce_dpm_levels()