Searched refs:features_to_enable (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
| H A D | vega12_hwmgr.c | 2168 uint64_t features_to_enable; in vega12_set_ppfeature_status() local 2181 features_to_enable = in vega12_set_ppfeature_status() 2185 pr_debug("features_to_enable 0x%llx\n", features_to_enable); in vega12_set_ppfeature_status() 2193 if (features_to_enable) { in vega12_set_ppfeature_status() 2194 ret = vega12_enable_smc_features(hwmgr, true, features_to_enable); in vega12_set_ppfeature_status()
|
| H A D | vega20_hwmgr.c | 3266 uint64_t features_enabled, features_to_enable, features_to_disable; in vega20_set_ppfeature_status() local 3279 features_to_enable = in vega20_set_ppfeature_status() 3283 pr_debug("features_to_enable 0x%llx\n", features_to_enable); in vega20_set_ppfeature_status() 3291 if (features_to_enable) { in vega20_set_ppfeature_status() 3292 ret = vega20_enable_smc_features(hwmgr, true, features_to_enable); in vega20_set_ppfeature_status()
|
| H A D | vega10_hwmgr.c | 4569 uint64_t features_to_enable; in vega10_set_ppfeature_status() local 4582 features_to_enable = in vega10_set_ppfeature_status() 4586 pr_debug("features_to_enable 0x%llx\n", features_to_enable); in vega10_set_ppfeature_status() 4594 if (features_to_enable) { in vega10_set_ppfeature_status() 4595 ret = vega10_enable_smc_features(hwmgr, true, features_to_enable); in vega10_set_ppfeature_status()
|