Home
last modified time | relevance | path

Searched refs:ppsmc_pptable (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dvega12_processpptables.c102 static int append_vbios_pptable(struct pp_hwmgr *hwmgr, PPTable_t *ppsmc_pptable) in append_vbios_pptable() argument
111 ppsmc_pptable->Liquid1_I2C_address = smc_dpm_table.liquid1_i2c_address; in append_vbios_pptable()
112 ppsmc_pptable->Liquid2_I2C_address = smc_dpm_table.liquid2_i2c_address; in append_vbios_pptable()
113 ppsmc_pptable->Vr_I2C_address = smc_dpm_table.vr_i2c_address; in append_vbios_pptable()
114 ppsmc_pptable->Plx_I2C_address = smc_dpm_table.plx_i2c_address; in append_vbios_pptable()
116 ppsmc_pptable->Liquid_I2C_LineSCL = smc_dpm_table.liquid_i2c_linescl; in append_vbios_pptable()
117 ppsmc_pptable->Liquid_I2C_LineSDA = smc_dpm_table.liquid_i2c_linesda; in append_vbios_pptable()
118 ppsmc_pptable->Vr_I2C_LineSCL = smc_dpm_table.vr_i2c_linescl; in append_vbios_pptable()
119 ppsmc_pptable->Vr_I2C_LineSDA = smc_dpm_table.vr_i2c_linesda; in append_vbios_pptable()
121 ppsmc_pptable->Plx_I2C_LineSCL = smc_dpm_table.plx_i2c_linescl; in append_vbios_pptable()
[all …]
Dvega20_processpptables.c716 static int append_vbios_pptable(struct pp_hwmgr *hwmgr, PPTable_t *ppsmc_pptable) in append_vbios_pptable() argument
727 ppsmc_pptable->MaxVoltageStepGfx = smc_dpm_table->maxvoltagestepgfx; in append_vbios_pptable()
728 ppsmc_pptable->MaxVoltageStepSoc = smc_dpm_table->maxvoltagestepsoc; in append_vbios_pptable()
730 ppsmc_pptable->VddGfxVrMapping = smc_dpm_table->vddgfxvrmapping; in append_vbios_pptable()
731 ppsmc_pptable->VddSocVrMapping = smc_dpm_table->vddsocvrmapping; in append_vbios_pptable()
732 ppsmc_pptable->VddMem0VrMapping = smc_dpm_table->vddmem0vrmapping; in append_vbios_pptable()
733 ppsmc_pptable->VddMem1VrMapping = smc_dpm_table->vddmem1vrmapping; in append_vbios_pptable()
735 ppsmc_pptable->GfxUlvPhaseSheddingMask = smc_dpm_table->gfxulvphasesheddingmask; in append_vbios_pptable()
736 ppsmc_pptable->SocUlvPhaseSheddingMask = smc_dpm_table->soculvphasesheddingmask; in append_vbios_pptable()
737 ppsmc_pptable->ExternalSensorPresent = smc_dpm_table->externalsensorpresent; in append_vbios_pptable()
[all …]