Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dprocess_pptables_v1_0.c205 ATOM_Tonga_PPM_Table *atom_ppm_table) in get_platform_power_management_table() argument
215 = atom_ppm_table->ucPpmDesign; in get_platform_power_management_table()
217 = atom_ppm_table->usCpuCoreNumber; in get_platform_power_management_table()
219 = atom_ppm_table->ulPlatformTDP; in get_platform_power_management_table()
221 = atom_ppm_table->ulSmallACPlatformTDP; in get_platform_power_management_table()
223 = atom_ppm_table->ulPlatformTDC; in get_platform_power_management_table()
227 = atom_ppm_table->ulApuTDP; in get_platform_power_management_table()
229 = atom_ppm_table->ulDGpuTDP; in get_platform_power_management_table()
231 = atom_ppm_table->ulDGpuUlvPower; in get_platform_power_management_table()
233 = atom_ppm_table->ulTjmax; in get_platform_power_management_table()
[all …]
H A Dprocesspptables.c1432 ATOM_PPLIB_PPM_Table *atom_ppm_table) in get_platform_power_management_table() argument
1439 ptr->ppm_design = atom_ppm_table->ucPpmDesign; in get_platform_power_management_table()
1441 ptr->platform_tdp = le32_to_cpu(atom_ppm_table->ulPlatformTDP); in get_platform_power_management_table()
1443 ptr->platform_tdc = le32_to_cpu(atom_ppm_table->ulPlatformTDC); in get_platform_power_management_table()
1445 ptr->apu_tdp = le32_to_cpu(atom_ppm_table->ulApuTDP); in get_platform_power_management_table()
1446 ptr->dgpu_tdp = le32_to_cpu(atom_ppm_table->ulDGpuTDP); in get_platform_power_management_table()
1447 ptr->dgpu_ulv_power = le32_to_cpu(atom_ppm_table->ulDGpuUlvPower); in get_platform_power_management_table()
1448 ptr->tj_max = le32_to_cpu(atom_ppm_table->ulTjmax); in get_platform_power_management_table()
1471 ATOM_PPLIB_PPM_Table *atom_ppm_table; in init_dpm2_parameters() local
1517 atom_ppm_table = (ATOM_PPLIB_PPM_Table *) in init_dpm2_parameters()
[all …]