Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/pm/powerplay/smumgr/
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];
Dtonga_smumgr.c1859 for (k = 0; k < SMU72_DTE_SINKS; k++) { in tonga_populate_bapm_parameters_in_dpm_table()
/linux-6.1.9/drivers/gpu/drm/amd/pm/powerplay/inc/
Dsmu72_discrete.h323 …16_t BAPMTI_R[SMU72_DTE_ITERATIONS][SMU72_DTE_SOURCES][SMU72_DTE_SINKS];
324 …6_t BAPMTI_RC[SMU72_DTE_ITERATIONS][SMU72_DTE_SOURCES][SMU72_DTE_SINKS];
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];
Dsmu72.h178 #define SMU72_DTE_SINKS 1 macro