Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/pm/swsmu/
Dsmu_cmn.c795 int skipped_feature_id; in smu_cmn_disable_all_features_with_exception() local
798 skipped_feature_id = smu_cmn_to_asic_specific_index(smu, in smu_cmn_disable_all_features_with_exception()
801 if (skipped_feature_id < 0) in smu_cmn_disable_all_features_with_exception()
804 features_to_disable &= ~(1ULL << skipped_feature_id); in smu_cmn_disable_all_features_with_exception()