Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/
H A Dsmu_internal.h90 #define smu_set_pp_feature_mask(smu, new_mask) smu_ppt_funcs(set_pp_feature_mask, 0, smu, new_ma… macro
H A Damdgpu_smu.c93 return smu_set_pp_feature_mask(smu, new_mask); in smu_sys_set_pp_feature_mask()