Searched refs:smc_pptable (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/ |
D | navi10_ppt.c | 401 PPTable_t *smc_pptable = table_context->driver_pptable; in navi10_append_powerplay_table() local 413 memcpy(smc_pptable->I2cControllers, smc_dpm_table->I2cControllers, in navi10_append_powerplay_table() 417 smc_pptable->MaxVoltageStepGfx = smc_dpm_table->MaxVoltageStepGfx; in navi10_append_powerplay_table() 418 smc_pptable->MaxVoltageStepSoc = smc_dpm_table->MaxVoltageStepSoc; in navi10_append_powerplay_table() 419 smc_pptable->VddGfxVrMapping = smc_dpm_table->VddGfxVrMapping; in navi10_append_powerplay_table() 420 smc_pptable->VddSocVrMapping = smc_dpm_table->VddSocVrMapping; in navi10_append_powerplay_table() 421 smc_pptable->VddMem0VrMapping = smc_dpm_table->VddMem0VrMapping; in navi10_append_powerplay_table() 422 smc_pptable->VddMem1VrMapping = smc_dpm_table->VddMem1VrMapping; in navi10_append_powerplay_table() 423 smc_pptable->GfxUlvPhaseSheddingMask = smc_dpm_table->GfxUlvPhaseSheddingMask; in navi10_append_powerplay_table() 424 smc_pptable->SocUlvPhaseSheddingMask = smc_dpm_table->SocUlvPhaseSheddingMask; in navi10_append_powerplay_table() [all …]
|
D | vega20_ppt.c | 475 PPTable_t *smc_pptable = table_context->driver_pptable; in vega20_append_powerplay_table() local 487 smc_pptable->MaxVoltageStepGfx = smc_dpm_table->maxvoltagestepgfx; in vega20_append_powerplay_table() 488 smc_pptable->MaxVoltageStepSoc = smc_dpm_table->maxvoltagestepsoc; in vega20_append_powerplay_table() 490 smc_pptable->VddGfxVrMapping = smc_dpm_table->vddgfxvrmapping; in vega20_append_powerplay_table() 491 smc_pptable->VddSocVrMapping = smc_dpm_table->vddsocvrmapping; in vega20_append_powerplay_table() 492 smc_pptable->VddMem0VrMapping = smc_dpm_table->vddmem0vrmapping; in vega20_append_powerplay_table() 493 smc_pptable->VddMem1VrMapping = smc_dpm_table->vddmem1vrmapping; in vega20_append_powerplay_table() 495 smc_pptable->GfxUlvPhaseSheddingMask = smc_dpm_table->gfxulvphasesheddingmask; in vega20_append_powerplay_table() 496 smc_pptable->SocUlvPhaseSheddingMask = smc_dpm_table->soculvphasesheddingmask; in vega20_append_powerplay_table() 497 smc_pptable->ExternalSensorPresent = smc_dpm_table->externalsensorpresent; in vega20_append_powerplay_table() [all …]
|
D | arcturus_ppt.c | 495 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in arcturus_store_powerplay_table() 506 PPTable_t *smc_pptable = table_context->driver_pptable; in arcturus_append_powerplay_table() local 524 memcpy(&smc_pptable->MaxVoltageStepGfx, in arcturus_append_powerplay_table()
|
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/ |
D | vega12_processpptables.c | 255 pptable_information->smc_pptable = (PPTable_t *)kmalloc(sizeof(PPTable_t), GFP_KERNEL); in init_powerplay_table_information() 256 if (pptable_information->smc_pptable == NULL) in init_powerplay_table_information() 259 memcpy(pptable_information->smc_pptable, &(powerplay_table->smcPPTable), sizeof(PPTable_t)); in init_powerplay_table_information() 261 result = append_vbios_pptable(hwmgr, (pptable_information->smc_pptable)); in init_powerplay_table_information() 312 kfree(pp_table_info->smc_pptable); in vega12_pp_tables_uninitialize() 313 pp_table_info->smc_pptable = NULL; in vega12_pp_tables_uninitialize()
|
D | vega20_processpptables.c | 807 PPTable_t *ppsmc_pptable = (PPTable_t *)(pptable_information->smc_pptable); in override_powerplay_table_fantargettemperature() 893 pptable_information->smc_pptable = (PPTable_t *)kmalloc(sizeof(PPTable_t), GFP_KERNEL); in init_powerplay_table_information() 894 if (pptable_information->smc_pptable == NULL) in init_powerplay_table_information() 897 memcpy(pptable_information->smc_pptable, in init_powerplay_table_information() 902 result = append_vbios_pptable(hwmgr, (pptable_information->smc_pptable)); in init_powerplay_table_information() 960 kfree(pp_table_info->smc_pptable); in vega20_pp_tables_uninitialize() 961 pp_table_info->smc_pptable = NULL; in vega20_pp_tables_uninitialize()
|
D | vega20_hwmgr.c | 814 memcpy(pp_table, pptable_information->smc_pptable, sizeof(PPTable_t)); in vega20_init_smc_table() 3260 PPTable_t *pptable = (PPTable_t *)pptable_information->smc_pptable; in vega20_print_clock_levels()
|
D | vega12_hwmgr.c | 757 memcpy(pp_table, pptable_information->smc_pptable, sizeof(PPTable_t)); in vega12_init_smc_table()
|
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/inc/ |
D | smu_v11_0_pptable.h | 144 PPTable_t smc_pptable; //PPTable_t in smu11_driver_if.h member
|
D | hwmgr.h | 617 void *smc_pptable; member
|