Searched refs:smc_pptable (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
| D | vega12_processpptables.c | 255 pptable_information->smc_pptable = 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 = kmemdup(&(powerplay_table->smcPPTable), in init_powerplay_table_information() 896 if (pptable_information->smc_pptable == NULL) in init_powerplay_table_information() 900 result = append_vbios_pptable(hwmgr, (pptable_information->smc_pptable)); in init_powerplay_table_information() 958 kfree(pp_table_info->smc_pptable); in vega20_pp_tables_uninitialize() 959 pp_table_info->smc_pptable = NULL; in vega20_pp_tables_uninitialize()
|
| D | vega20_hwmgr.c | 813 memcpy(pp_table, pptable_information->smc_pptable, sizeof(PPTable_t)); in vega20_init_smc_table() 3325 PPTable_t *pptable = (PPTable_t *)pptable_information->smc_pptable; in vega20_print_clock_levels()
|
| D | vega12_hwmgr.c | 756 memcpy(pp_table, pptable_information->smc_pptable, sizeof(PPTable_t)); in vega12_init_smc_table()
|
| /Linux-v5.10/drivers/gpu/drm/amd/pm/inc/ |
| D | smu_v11_0_pptable.h | 163 PPTable_t smc_pptable; //PPTable_t in smu11_driver_if.h member
|
| D | smu_v11_0_7_pptable.h | 193 PPTable_t smc_pptable; //PPTable_t in smu11_driver_if.h member
|
| D | hwmgr.h | 628 void *smc_pptable; member
|
| /Linux-v5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
| D | navi10_ppt.c | 371 PPTable_t *smc_pptable = table_context->driver_pptable; in navi10_append_powerplay_table() local 395 memcpy(smc_pptable->I2cControllers, smc_dpm_table->I2cControllers, in navi10_append_powerplay_table() 403 memcpy(smc_pptable->I2cControllers, smc_dpm_table_v4_7->I2cControllers, in navi10_append_powerplay_table() 414 smc_pptable->DebugOverrides |= DPM_OVERRIDE_DISABLE_DFLL_PLL_SHUTDOWN; in navi10_append_powerplay_table() 426 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in navi10_store_powerplay_table()
|
| D | arcturus_ppt.c | 405 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in arcturus_store_powerplay_table() 414 PPTable_t *smc_pptable = table_context->driver_pptable; in arcturus_append_powerplay_table() local 432 memcpy(&smc_pptable->MaxVoltageStepGfx, in arcturus_append_powerplay_table()
|
| D | sienna_cichlid_ppt.c | 317 PPTable_t *smc_pptable = table_context->driver_pptable; in sienna_cichlid_append_powerplay_table() local 329 memcpy(smc_pptable->I2cControllers, smc_dpm_table->I2cControllers, in sienna_cichlid_append_powerplay_table() 341 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, in sienna_cichlid_store_powerplay_table()
|