Searched refs:getASICProfilingInfo (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Damdgpu_ppatomctrl.c654 ATOM_ASIC_PROFILING_INFO_V3_4 *getASICProfilingInfo; local
681 getASICProfilingInfo = (ATOM_ASIC_PROFILING_INFO_V3_4 *)
686 if (!getASICProfilingInfo)
689 if (getASICProfilingInfo->asHeader.ucTableFormatRevision < 3 ||
690 (getASICProfilingInfo->asHeader.ucTableFormatRevision == 3 &&
691 getASICProfilingInfo->asHeader.ucTableContentRevision < 4))
698 fRLL_LoadLine = Divide(getASICProfilingInfo->ulLoadLineSlop, 1000);
702 fPowerDPMx = Convert_ULONG_ToFraction(le16_to_cpu(getASICProfilingInfo->usPowerDpm1));
703 fDerateTDP = GetScaledFraction(le32_to_cpu(getASICProfilingInfo->ulTdpDerateDPM1), 1000);
706 fPowerDPMx = Convert_ULONG_ToFraction(le16_to_cpu(getASICProfilingInfo
[all...]

Completed in 87 milliseconds