Home
last modified time | relevance | path

Searched refs:bapm_temp_gradient (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Diceland_smumgr.h42 uint32_t bapm_temp_gradient; member
H A Dtonga_smumgr.h44 uint32_t bapm_temp_gradient; member
H A Dci_smumgr.h43 u32 bapm_temp_gradient; member
H A Diceland_smumgr.c1889 dpm_table->BAPM_TEMP_GRADIENT = PP_HOST_TO_SMC_UL(defaults->bapm_temp_gradient); in iceland_populate_bapm_parameters_in_dpm_table()
H A Dtonga_smumgr.c1853 PP_HOST_TO_SMC_UL(defaults->bapm_temp_gradient); in tonga_populate_bapm_parameters_in_dpm_table()
H A Dci_smumgr.c746 dpm_table->BAPM_TEMP_GRADIENT = PP_HOST_TO_SMC_UL(defaults->bapm_temp_gradient); in ci_populate_bapm_parameters_in_dpm_table()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dci_dpm.h184 u32 bapm_temp_gradient; member
H A Dci_dpm.c436 dpm_table->BAPM_TEMP_GRADIENT = cpu_to_be32(pt_defaults->bapm_temp_gradient); in ci_populate_bapm_parameters_in_dpm_table()