/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/ |
amdgpu_navi10_ppt.c | 431 PPTable_t *smc_pptable = table_context->driver_pptable; local in function:navi10_append_powerplay_table 443 memcpy(smc_pptable->I2cControllers, smc_dpm_table->I2cControllers, 447 smc_pptable->MaxVoltageStepGfx = smc_dpm_table->MaxVoltageStepGfx; 448 smc_pptable->MaxVoltageStepSoc = smc_dpm_table->MaxVoltageStepSoc; 449 smc_pptable->VddGfxVrMapping = smc_dpm_table->VddGfxVrMapping; 450 smc_pptable->VddSocVrMapping = smc_dpm_table->VddSocVrMapping; 451 smc_pptable->VddMem0VrMapping = smc_dpm_table->VddMem0VrMapping; 452 smc_pptable->VddMem1VrMapping = smc_dpm_table->VddMem1VrMapping; 453 smc_pptable->GfxUlvPhaseSheddingMask = smc_dpm_table->GfxUlvPhaseSheddingMask; 454 smc_pptable->SocUlvPhaseSheddingMask = smc_dpm_table->SocUlvPhaseSheddingMask [all...] |
amdgpu_vega20_ppt.c | 487 PPTable_t *smc_pptable = table_context->driver_pptable; local in function:vega20_append_powerplay_table 499 smc_pptable->MaxVoltageStepGfx = smc_dpm_table->maxvoltagestepgfx; 500 smc_pptable->MaxVoltageStepSoc = smc_dpm_table->maxvoltagestepsoc; 502 smc_pptable->VddGfxVrMapping = smc_dpm_table->vddgfxvrmapping; 503 smc_pptable->VddSocVrMapping = smc_dpm_table->vddsocvrmapping; 504 smc_pptable->VddMem0VrMapping = smc_dpm_table->vddmem0vrmapping; 505 smc_pptable->VddMem1VrMapping = smc_dpm_table->vddmem1vrmapping; 507 smc_pptable->GfxUlvPhaseSheddingMask = smc_dpm_table->gfxulvphasesheddingmask; 508 smc_pptable->SocUlvPhaseSheddingMask = smc_dpm_table->soculvphasesheddingmask; 509 smc_pptable->ExternalSensorPresent = smc_dpm_table->externalsensorpresent 1504 PPTable_t *smc_pptable = table_context->driver_pptable; local in function:vega20_set_default_od8_setttings [all...] |
amdgpu_arcturus_ppt.c | 514 memcpy(table_context->driver_pptable, &powerplay_table->smc_pptable, 531 PPTable_t *smc_pptable = table_context->driver_pptable; local in function:arcturus_append_powerplay_table 549 memcpy(&smc_pptable->MaxVoltageStepGfx,
|
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
amdgpu_vega12_processpptables.c | 260 pptable_information->smc_pptable = (PPTable_t *)kmalloc(sizeof(PPTable_t), GFP_KERNEL); 261 if (pptable_information->smc_pptable == NULL) 264 memcpy(pptable_information->smc_pptable, &(powerplay_table->smcPPTable), sizeof(PPTable_t)); 266 result = append_vbios_pptable(hwmgr, (pptable_information->smc_pptable)); 317 kfree(pp_table_info->smc_pptable); 318 pp_table_info->smc_pptable = NULL;
|
amdgpu_vega20_processpptables.c | 812 PPTable_t *ppsmc_pptable = (PPTable_t *)(pptable_information->smc_pptable); 898 pptable_information->smc_pptable = (PPTable_t *)kmalloc(sizeof(PPTable_t), GFP_KERNEL); 899 if (pptable_information->smc_pptable == NULL) 902 memcpy(pptable_information->smc_pptable, 907 result = append_vbios_pptable(hwmgr, (pptable_information->smc_pptable)); 965 kfree(pp_table_info->smc_pptable); 966 pp_table_info->smc_pptable = NULL;
|
amdgpu_vega20_hwmgr.c | 824 memcpy(pp_table, pptable_information->smc_pptable, sizeof(PPTable_t)); 3270 PPTable_t *pptable = (PPTable_t *)pptable_information->smc_pptable;
|
amdgpu_vega12_hwmgr.c | 762 memcpy(pp_table, pptable_information->smc_pptable, sizeof(PPTable_t));
|
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/ |
smu_v11_0_pptable.h | 144 uint16_t table_size; //Driver portion table size. The offset to smc_pptable including header size 165 PPTable_t smc_pptable; //PPTable_t in smu11_driver_if.h member in struct:smu_11_0_powerplay_table
|
hwmgr.h | 623 void *smc_pptable; member in struct:phm_ppt_v3_information
|