Searched refs:features_to_enable (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
D | vega12_hwmgr.c | 2078 uint64_t features_to_enable; in vega12_set_ppfeature_status() local 2091 features_to_enable = in vega12_set_ppfeature_status() 2095 pr_debug("features_to_enable 0x%llx\n", features_to_enable); in vega12_set_ppfeature_status() 2103 if (features_to_enable) { in vega12_set_ppfeature_status() 2104 ret = vega12_enable_smc_features(hwmgr, true, features_to_enable); in vega12_set_ppfeature_status()
|
D | vega20_hwmgr.c | 3229 uint64_t features_enabled, features_to_enable, features_to_disable; in vega20_set_ppfeature_status() local 3242 features_to_enable = in vega20_set_ppfeature_status() 3246 pr_debug("features_to_enable 0x%llx\n", features_to_enable); in vega20_set_ppfeature_status() 3254 if (features_to_enable) { in vega20_set_ppfeature_status() 3255 ret = vega20_enable_smc_features(hwmgr, true, features_to_enable); in vega20_set_ppfeature_status()
|
D | vega10_hwmgr.c | 4504 uint64_t features_to_enable; in vega10_set_ppfeature_status() local 4517 features_to_enable = in vega10_set_ppfeature_status() 4521 pr_debug("features_to_enable 0x%llx\n", features_to_enable); in vega10_set_ppfeature_status() 4529 if (features_to_enable) { in vega10_set_ppfeature_status() 4530 ret = vega10_enable_smc_features(hwmgr, true, features_to_enable); in vega10_set_ppfeature_status()
|