OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ppsmc_pptable
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_vega12_processpptables.c
107
static int append_vbios_pptable(struct pp_hwmgr *hwmgr, PPTable_t *
ppsmc_pptable
)
116
ppsmc_pptable
->Liquid1_I2C_address = smc_dpm_table.liquid1_i2c_address;
117
ppsmc_pptable
->Liquid2_I2C_address = smc_dpm_table.liquid2_i2c_address;
118
ppsmc_pptable
->Vr_I2C_address = smc_dpm_table.vr_i2c_address;
119
ppsmc_pptable
->Plx_I2C_address = smc_dpm_table.plx_i2c_address;
121
ppsmc_pptable
->Liquid_I2C_LineSCL = smc_dpm_table.liquid_i2c_linescl;
122
ppsmc_pptable
->Liquid_I2C_LineSDA = smc_dpm_table.liquid_i2c_linesda;
123
ppsmc_pptable
->Vr_I2C_LineSCL = smc_dpm_table.vr_i2c_linescl;
124
ppsmc_pptable
->Vr_I2C_LineSDA = smc_dpm_table.vr_i2c_linesda;
126
ppsmc_pptable
->Plx_I2C_LineSCL = smc_dpm_table.plx_i2c_linescl
[
all
...]
amdgpu_vega20_processpptables.c
721
static int append_vbios_pptable(struct pp_hwmgr *hwmgr, PPTable_t *
ppsmc_pptable
)
732
ppsmc_pptable
->MaxVoltageStepGfx = smc_dpm_table->maxvoltagestepgfx;
733
ppsmc_pptable
->MaxVoltageStepSoc = smc_dpm_table->maxvoltagestepsoc;
735
ppsmc_pptable
->VddGfxVrMapping = smc_dpm_table->vddgfxvrmapping;
736
ppsmc_pptable
->VddSocVrMapping = smc_dpm_table->vddsocvrmapping;
737
ppsmc_pptable
->VddMem0VrMapping = smc_dpm_table->vddmem0vrmapping;
738
ppsmc_pptable
->VddMem1VrMapping = smc_dpm_table->vddmem1vrmapping;
740
ppsmc_pptable
->GfxUlvPhaseSheddingMask = smc_dpm_table->gfxulvphasesheddingmask;
741
ppsmc_pptable
->SocUlvPhaseSheddingMask = smc_dpm_table->soculvphasesheddingmask;
742
ppsmc_pptable
->ExternalSensorPresent = smc_dpm_table->externalsensorpresent
812
PPTable_t *
ppsmc_pptable
= (PPTable_t *)(pptable_information->smc_pptable);
local in function:override_powerplay_table_fantargettemperature
[
all
...]
Completed in 12 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025