Searched refs:features_to_enable (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
D | vega12_hwmgr.c | 2190 uint64_t features_to_enable; in vega12_set_ppfeature_status() local 2203 features_to_enable = in vega12_set_ppfeature_status() 2207 pr_debug("features_to_enable 0x%llx\n", features_to_enable); in vega12_set_ppfeature_status() 2215 if (features_to_enable) { in vega12_set_ppfeature_status() 2216 ret = vega12_enable_smc_features(hwmgr, true, features_to_enable); in vega12_set_ppfeature_status()
|
D | vega20_hwmgr.c | 3269 uint64_t features_enabled, features_to_enable, features_to_disable; in vega20_set_ppfeature_status() local 3282 features_to_enable = in vega20_set_ppfeature_status() 3286 pr_debug("features_to_enable 0x%llx\n", features_to_enable); in vega20_set_ppfeature_status() 3294 if (features_to_enable) { in vega20_set_ppfeature_status() 3295 ret = vega20_enable_smc_features(hwmgr, true, features_to_enable); in vega20_set_ppfeature_status()
|
D | vega10_hwmgr.c | 4593 uint64_t features_to_enable; in vega10_set_ppfeature_status() local 4606 features_to_enable = in vega10_set_ppfeature_status() 4610 pr_debug("features_to_enable 0x%llx\n", features_to_enable); in vega10_set_ppfeature_status() 4618 if (features_to_enable) { in vega10_set_ppfeature_status() 4619 ret = vega10_enable_smc_features(hwmgr, true, features_to_enable); in vega10_set_ppfeature_status()
|