mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-04-22 07:19:11 +00:00
550.90.07
This commit is contained in:
@@ -768,6 +768,16 @@ static void __nvoc_init_funcTable_KernelBif_1(KernelBif *pThis, RmHalspecOwner *
|
||||
pThis->__kbifGetValidDeviceEnginesToReset__ = &kbifGetValidDeviceEnginesToReset_GA100;
|
||||
}
|
||||
|
||||
// Hal function -- kbifGetMigrationBandwidth
|
||||
if (( ((chipHal_HalVarIdx >> 5) == 1UL) && ((1UL << (chipHal_HalVarIdx & 0x1f)) & 0x00000400UL) )) /* ChipHal: GA100 */
|
||||
{
|
||||
pThis->__kbifGetMigrationBandwidth__ = &kbifGetMigrationBandwidth_GA100;
|
||||
}
|
||||
else
|
||||
{
|
||||
pThis->__kbifGetMigrationBandwidth__ = &kbifGetMigrationBandwidth_GM107;
|
||||
}
|
||||
|
||||
// Hal function -- kbifGetEccCounts
|
||||
if (( ((chipHal_HalVarIdx >> 5) == 1UL) && ((1UL << (chipHal_HalVarIdx & 0x1f)) & 0x10000000UL) )) /* ChipHal: GH100 */
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user