Home
last modified time | relevance | path

Searched refs:usConfigurableTDP (Results 1 – 12 of 12) sorted by relevance

/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dpptable_v1_0.h346 USHORT usConfigurableTDP; member
364 USHORT usConfigurableTDP; member
H A Dprocess_pptables_v1_0.c613 tdp_table->usConfigurableTDP = in get_cac_tdp_table()
614 tonga_table->usConfigurableTDP; in get_cac_tdp_table()
640 tdp_table->usConfigurableTDP = fijitable->usConfigurableTDP; in get_cac_tdp_table()
H A Dprocesspptables.c325 tdp_table->usConfigurableTDP = le16_to_cpu(table->usConfigurableTDP); in get_cac_tdp_table()
H A Dsmu7_powertune.c1217 target_tdp = ((100 + adjust_percent) * (int)(cac_table->usConfigurableTDP * 256)) / 100; in smu7_power_control_set_level()
/dragonfly/sys/dev/drm/amd/powerplay/inc/
H A Dhwmgr.h376 uint16_t usConfigurableTDP; member
412 uint16_t usConfigurableTDP; member
/dragonfly/sys/dev/drm/radeon/
H A Dpptable.h649 USHORT usConfigurableTDP; member
H A Dr600_dpm.c1283 le16_to_cpu(pt->usConfigurableTDP); in r600_parse_extended_power_table()
/dragonfly/sys/dev/drm/amd/include/
H A Dpptable.h690 USHORT usConfigurableTDP; member
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_dpm.c746 le16_to_cpu(pt->usConfigurableTDP); in amdgpu_parse_extended_power_table()
/dragonfly/sys/dev/drm/amd/powerplay/smumgr/
H A Diceland_smumgr.c1866 dpm_table->TargetTdp = PP_HOST_TO_SMC_US((uint16_t)(cac_dtp_table->usConfigurableTDP * 256)); in iceland_populate_bapm_parameters_in_dpm_table()
H A Dci_smumgr.c725 dpm_table->TargetTdp = PP_HOST_TO_SMC_US((uint16_t)(cac_dtp_table->usConfigurableTDP * 256)); in ci_populate_bapm_parameters_in_dpm_table()
H A Dtonga_smumgr.c1831 (uint16_t)(cac_dtp_table->usConfigurableTDP * 256)); in tonga_populate_bapm_parameters_in_dpm_table()