Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dprocess_pptables_v1_0.c661 const ATOM_Polaris_PowerTune_Table *polaristable = in get_cac_tdp_table() local
663 tdp_table->usTDP = le16_to_cpu(polaristable->usTDP); in get_cac_tdp_table()
664 tdp_table->usConfigurableTDP = le16_to_cpu(polaristable->usConfigurableTDP); in get_cac_tdp_table()
665 tdp_table->usTDC = le16_to_cpu(polaristable->usTDC); in get_cac_tdp_table()
666 tdp_table->usBatteryPowerLimit = le16_to_cpu(polaristable->usBatteryPowerLimit); in get_cac_tdp_table()
667 tdp_table->usSmallPowerLimit = le16_to_cpu(polaristable->usSmallPowerLimit); in get_cac_tdp_table()
668 tdp_table->usLowCACLeakage = le16_to_cpu(polaristable->usLowCACLeakage); in get_cac_tdp_table()
669 tdp_table->usHighCACLeakage = le16_to_cpu(polaristable->usHighCACLeakage); in get_cac_tdp_table()
671 le16_to_cpu(polaristable->usMaximumPowerDeliveryLimit); in get_cac_tdp_table()
673 le16_to_cpu(polaristable->usTjMax); in get_cac_tdp_table()
[all …]