Home
last modified time | relevance | path

Searched refs:SamuLevel (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/gpu/drm/radeon/
H A Dsmu7_fusion.h238 SMU7_Fusion_ExtClkLevel SamuLevel [SMU7_MAX_LEVELS_SAMU]; member
H A Dsmu7_discrete.h330 SMU7_Discrete_ExtClkLevel SamuLevel [SMU7_MAX_LEVELS_SAMU]; member
H A Dci_dpm.c2728 table->SamuLevel[count].Frequency = in ci_populate_smc_samu_level()
2730 table->SamuLevel[count].MinVoltage = in ci_populate_smc_samu_level()
2732 table->SamuLevel[count].MinPhases = 1; in ci_populate_smc_samu_level()
2736 table->SamuLevel[count].Frequency, false, &dividers); in ci_populate_smc_samu_level()
2740 table->SamuLevel[count].Divider = (u8)dividers.post_divider; in ci_populate_smc_samu_level()
2742 table->SamuLevel[count].Frequency = cpu_to_be32(table->SamuLevel[count].Frequency); in ci_populate_smc_samu_level()
2743 table->SamuLevel[count].MinVoltage = cpu_to_be16(table->SamuLevel[count].MinVoltage); in ci_populate_smc_samu_level()
H A Dkv_dpm.c849 offsetof(SMU7_Fusion_DpmTable, SamuLevel), in kv_populate_samu_table()
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dsmu7_fusion.h229 SMU7_Fusion_ExtClkLevel SamuLevel[SMU7_MAX_LEVELS_SAMU]; member
H A Dsmu7_discrete.h331 SMU7_Discrete_ExtClkLevel SamuLevel [SMU7_MAX_LEVELS_SAMU]; member
H A Dsmu73_discrete.h247 SMU73_Discrete_ExtClkLevel SamuLevel[SMU73_MAX_LEVELS_SAMU]; member
H A Dsmu72_discrete.h273 SMU72_Discrete_ExtClkLevel SamuLevel[SMU72_MAX_LEVELS_SAMU]; member
H A Dsmu74_discrete.h290 SMU74_Discrete_ExtClkLevel SamuLevel[SMU74_MAX_LEVELS_SAMU]; member
H A Dsmu75_discrete.h295 SMU75_Discrete_ExtClkLevel SamuLevel [SMU75_MAX_LEVELS_SAMU]; member
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dpolaris10_smumgr.c1432 table->SamuLevel[count].Frequency = mm_table->entries[count].samclock; in polaris10_populate_smc_samu_level()
1433 table->SamuLevel[count].MinVoltage |= in polaris10_populate_smc_samu_level()
1445 table->SamuLevel[count].MinVoltage |= in polaris10_populate_smc_samu_level()
1447 table->SamuLevel[count].MinVoltage |= 1 << PHASES_SHIFT; in polaris10_populate_smc_samu_level()
1451 table->SamuLevel[count].Frequency, &dividers); in polaris10_populate_smc_samu_level()
1456 table->SamuLevel[count].Divider = (uint8_t)dividers.pll_post_divider; in polaris10_populate_smc_samu_level()
1458 CONVERT_FROM_HOST_TO_SMC_UL(table->SamuLevel[count].Frequency); in polaris10_populate_smc_samu_level()
1459 CONVERT_FROM_HOST_TO_SMC_UL(table->SamuLevel[count].MinVoltage); in polaris10_populate_smc_samu_level()
/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dkv_dpm.c1080 offsetof(SMU7_Fusion_DpmTable, SamuLevel), in kv_populate_samu_table()