Searched refs:features_to_enable (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
| D | vega12_hwmgr.c | 2167 uint64_t features_to_enable; in vega12_set_ppfeature_status() local 2180 features_to_enable = in vega12_set_ppfeature_status() 2184 pr_debug("features_to_enable 0x%llx\n", features_to_enable); in vega12_set_ppfeature_status() 2192 if (features_to_enable) { in vega12_set_ppfeature_status() 2193 ret = vega12_enable_smc_features(hwmgr, true, features_to_enable); in vega12_set_ppfeature_status()
|
| D | vega20_hwmgr.c | 3265 uint64_t features_enabled, features_to_enable, features_to_disable; in vega20_set_ppfeature_status() local 3278 features_to_enable = in vega20_set_ppfeature_status() 3282 pr_debug("features_to_enable 0x%llx\n", features_to_enable); in vega20_set_ppfeature_status() 3290 if (features_to_enable) { in vega20_set_ppfeature_status() 3291 ret = vega20_enable_smc_features(hwmgr, true, features_to_enable); in vega20_set_ppfeature_status()
|
| D | vega10_hwmgr.c | 4574 uint64_t features_to_enable; in vega10_set_ppfeature_status() local 4587 features_to_enable = in vega10_set_ppfeature_status() 4591 pr_debug("features_to_enable 0x%llx\n", features_to_enable); in vega10_set_ppfeature_status() 4599 if (features_to_enable) { in vega10_set_ppfeature_status() 4600 ret = vega10_enable_smc_features(hwmgr, true, features_to_enable); in vega10_set_ppfeature_status()
|