system_features_control 491 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h int (*system_features_control)(struct smu_context *smu, bool en); system_features_control 595 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h ((smu)->funcs->system_features_control ? (smu)->funcs->system_features_control((smu), (en)) : 0) system_features_control 1788 drivers/gpu/drm/amd/powerplay/smu_v11_0.c .system_features_control = smu_v11_0_system_features_control,