Searched refs:features_to_enable (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/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 | 3267 uint64_t features_enabled, features_to_enable, features_to_disable; in vega20_set_ppfeature_status() local 3280 features_to_enable = in vega20_set_ppfeature_status() 3284 pr_debug("features_to_enable 0x%llx\n", features_to_enable); in vega20_set_ppfeature_status() 3292 if (features_to_enable) { in vega20_set_ppfeature_status() 3293 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A 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()
|
H A 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()
|
H A 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()
|
Completed in 30 milliseconds