Home
last modified time | relevance | path

Searched refs:smc_pptable (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dvega12_processpptables.c291 pptable_information->smc_pptable = (PPTable_t *)kmalloc(sizeof(PPTable_t), M_DRM, GFP_KERNEL); in init_powerplay_table_information()
292 if (pptable_information->smc_pptable == NULL) in init_powerplay_table_information()
295 memcpy(pptable_information->smc_pptable, &(powerplay_table->smcPPTable), sizeof(PPTable_t)); in init_powerplay_table_information()
297 result = append_vbios_pptable(hwmgr, (pptable_information->smc_pptable)); in init_powerplay_table_information()
349 kfree(pp_table_info->smc_pptable); in vega12_pp_tables_uninitialize()
350 pp_table_info->smc_pptable = NULL; in vega12_pp_tables_uninitialize()
H A Dvega12_hwmgr.c746 memcpy(pp_table, pptable_information->smc_pptable, sizeof(PPTable_t)); in vega12_init_smc_table()
/dragonfly/sys/dev/drm/amd/powerplay/inc/
H A Dhwmgr.h590 void *smc_pptable; member