Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/pm/swsmu/
Dsmu_cmn.c522 int skipped_feature_id; in smu_cmn_disable_all_features_with_exception() local
524 skipped_feature_id = smu_cmn_to_asic_specific_index(smu, in smu_cmn_disable_all_features_with_exception()
527 if (skipped_feature_id < 0) in smu_cmn_disable_all_features_with_exception()
530 features_to_disable &= ~(1ULL << skipped_feature_id); in smu_cmn_disable_all_features_with_exception()