Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/swsmu/
H A 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/
H A Dsmu_cmn.c803 int skipped_feature_id; in smu_cmn_disable_all_features_with_exception() local
806 skipped_feature_id = smu_cmn_to_asic_specific_index(smu, in smu_cmn_disable_all_features_with_exception()
809 if (skipped_feature_id < 0) in smu_cmn_disable_all_features_with_exception()
812 features_to_disable &= ~(1ULL << skipped_feature_id); in smu_cmn_disable_all_features_with_exception()

Completed in 3 milliseconds