Searched refs:smu9_get_argument (Results 1 – 4 of 4) sorted by relevance
30 uint32_t smu9_get_argument(struct pp_hwmgr *hwmgr);
98 *features_enabled = smu9_get_argument(hwmgr); in vega10_get_smc_features()141 smc_driver_if_version = smu9_get_argument(hwmgr); in vega10_verify_smc_interface()348 .get_argument = smu9_get_argument,
156 smc_features_low = smu9_get_argument(hwmgr); in vega12_get_enabled_smc_features()162 smc_features_high = smu9_get_argument(hwmgr); in vega12_get_enabled_smc_features()364 .get_argument = smu9_get_argument,
145 uint32_t smu9_get_argument(struct pp_hwmgr *hwmgr) in smu9_get_argument() function