Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Damdgpu_processpptables.c1441 const ATOM_PPLIB_POWERPLAYTABLE5 *ptable5 = in init_dpm2_parameters() local
1445 (&ptable5->basicTable4); in init_dpm2_parameters()
1453 hwmgr->platform_descriptor.TDPLimit = le32_to_cpu(ptable5->ulTDPLimit); in init_dpm2_parameters()
1454 hwmgr->platform_descriptor.nearTDPLimit = le32_to_cpu(ptable5->ulNearTDPLimit); in init_dpm2_parameters()
1456 hwmgr->platform_descriptor.TDPODLimit = le16_to_cpu(ptable5->usTDPODLimit); in init_dpm2_parameters()
1465 hwmgr->platform_descriptor.nearTDPLimitAdjusted = le32_to_cpu(ptable5->ulNearTDPLimit); in init_dpm2_parameters()
1471 hwmgr->platform_descriptor.SQRampingThreshold = le32_to_cpu(ptable5->ulSQRampingThreshold); in init_dpm2_parameters()
1473 hwmgr->platform_descriptor.CACLeakage = le32_to_cpu(ptable5->ulCACLeakage); in init_dpm2_parameters()
1477 if (0 != ptable5->usCACLeakageTableOffset) { in init_dpm2_parameters()
1479 (ATOM_PPLIB_CAC_Leakage_Table *)(((unsigned long)ptable5) + in init_dpm2_parameters()
[all …]