Home
last modified time | relevance | path

Searched refs:VceLevelCount (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/drivers/gpu/drm/radeon/
H A Dsmu7_fusion.h227 uint8_t VceLevelCount; member
H A Dsmu7_discrete.h315 uint8_t VceLevelCount; member
H A Dkv_dpm.c766 offsetof(SMU7_Fusion_DpmTable, VceLevelCount), in kv_populate_vce_table()
H A Dci_dpm.c2659 table->VceLevelCount = in ci_populate_smc_vce_level()
2662 for (count = 0; count < table->VceLevelCount; count++) { in ci_populate_smc_vce_level()
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dsmu7_fusion.h218 uint8_t VceLevelCount; member
H A Dsmu7_discrete.h315 uint8_t VceLevelCount; member
H A Dsmu73_discrete.h228 uint8_t VceLevelCount; member
H A Dsmu72_discrete.h254 uint8_t VceLevelCount; member
H A Dsmu74_discrete.h263 uint8_t VceLevelCount; member
H A Dsmu75_discrete.h266 uint8_t VceLevelCount; member
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dvegam_smumgr.c1207 table->VceLevelCount = (uint8_t)(mm_table->count); in vegam_populate_smc_vce_level()
1210 for (count = 0; count < table->VceLevelCount; count++) { in vegam_populate_smc_vce_level()
H A Dfiji_smumgr.c1429 table->VceLevelCount = (uint8_t)(mm_table->count); in fiji_populate_smc_vce_level()
1432 for (count = 0; count < table->VceLevelCount; count++) { in fiji_populate_smc_vce_level()
H A Dpolaris10_smumgr.c1378 table->VceLevelCount = (uint8_t)(mm_table->count); in polaris10_populate_smc_vce_level()
1381 for (count = 0; count < table->VceLevelCount; count++) { in polaris10_populate_smc_vce_level()
H A Dci_smumgr.c1568 table->VceLevelCount = (uint8_t)(vce_table->count); in ci_populate_smc_vce_level()
1571 for (count = 0; count < table->VceLevelCount; count++) { in ci_populate_smc_vce_level()
H A Dtonga_smumgr.c1380 table->VceLevelCount = (uint8_t) (mm_table->count); in tonga_populate_smc_vce_level()
1383 for (count = 0; count < table->VceLevelCount; count++) { in tonga_populate_smc_vce_level()
/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dkv_dpm.c997 offsetof(SMU7_Fusion_DpmTable, VceLevelCount), in kv_populate_vce_table()