Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
HDpptable_v1_0.h346 USHORT usConfigurableTDP; member
364 USHORT usConfigurableTDP; member
HDprocess_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()
HDprocesspptables.c325 tdp_table->usConfigurableTDP = le16_to_cpu(table->usConfigurableTDP); in get_cac_tdp_table()
HDsmu7_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/
HDhwmgr.h376 uint16_t usConfigurableTDP; member
412 uint16_t usConfigurableTDP; member
/dragonfly/sys/dev/drm/radeon/
HDpptable.h649 USHORT usConfigurableTDP; member
HDr600_dpm.c1283 le16_to_cpu(pt->usConfigurableTDP); in r600_parse_extended_power_table()
/dragonfly/sys/dev/drm/amd/include/
HDpptable.h690 USHORT usConfigurableTDP; member
/dragonfly/sys/dev/drm/amd/amdgpu/
HDamdgpu_dpm.c746 le16_to_cpu(pt->usConfigurableTDP); in amdgpu_parse_extended_power_table()
/dragonfly/sys/dev/drm/amd/powerplay/smumgr/
HDiceland_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()
HDtonga_smumgr.c1831 (uint16_t)(cac_dtp_table->usConfigurableTDP * 256)); in tonga_populate_bapm_parameters_in_dpm_table()
HDci_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()