Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/
Dpolaris10_smumgr.h45 uint16_t BAPMTI_R[SMU74_DTE_ITERATIONS * SMU74_DTE_SOURCES * SMU74_DTE_SINKS];
46 uint16_t BAPMTI_RC[SMU74_DTE_ITERATIONS * SMU74_DTE_SOURCES * SMU74_DTE_SINKS];
Dpolaris10_smumgr.c462 for (j = 0; j < SMU74_DTE_SOURCES; j++) { in polaris10_populate_bapm_parameters_in_dpm_table()
/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/inc/
Dsmu74_discrete.h342 …uint16_t BAPMTI_R[SMU74_DTE_ITERATIONS][SMU74_DTE_SOURCES][SMU74_DTE_SI…
343 …uint16_t BAPMTI_RC[SMU74_DTE_ITERATIONS][SMU74_DTE_SOURCES][SMU74_DTE_S…
537 uint32_t source_powers[SMU74_DTE_SOURCES];
538 uint32_t source_powers_last[SMU74_DTE_SOURCES];
543 …int32_t therm_influence_coeff_table[SMU74_DTE_ITERATIONS * SMU74_DTE_SOURCES * SMU74_DTE_SINKS * 2…
544 int32_t therm_node_table[SMU74_DTE_ITERATIONS * SMU74_DTE_SOURCES * SMU74_DTE_SINKS];
Dsmu74.h203 #define SMU74_DTE_SOURCES 3 macro