Home
last modified time | relevance | path

Searched refs:SMU72_DTE_SOURCES (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dtonga_smumgr.h45 uint16_t bapmti_r[SMU72_DTE_ITERATIONS * SMU72_DTE_SOURCES * SMU72_DTE_SINKS];
46 uint16_t bapmti_rc[SMU72_DTE_ITERATIONS * SMU72_DTE_SOURCES * SMU72_DTE_SINKS];
H A Dtonga_smumgr.c1858 for (j = 0; j < SMU72_DTE_SOURCES; j++) { in tonga_populate_bapm_parameters_in_dpm_table()
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dsmu72_discrete.h323 …uint16_t BAPMTI_R[SMU72_DTE_ITERATIONS][SMU72_DTE_SOURCES][SMU72_DTE_SI…
324 …uint16_t BAPMTI_RC[SMU72_DTE_ITERATIONS][SMU72_DTE_SOURCES][SMU72_DTE_S…
546 uint32_t source_powers[SMU72_DTE_SOURCES];
547 uint32_t source_powers_last[SMU72_DTE_SOURCES];
552 …int32_t therm_influence_coeff_table[SMU72_DTE_ITERATIONS * SMU72_DTE_SOURCES * SMU72_DTE_SINKS * 2…
553 int32_t therm_node_table[SMU72_DTE_ITERATIONS * SMU72_DTE_SOURCES * SMU72_DTE_SINKS];
H A Dsmu72.h177 #define SMU72_DTE_SOURCES 3 macro