gpu: nvgpu: require vbios .18 for 0x1eba PCI device

Mandate the VBIOS to be at least 90.04.18.00.xx which is the
base ROM version for ES VBIOS for 0x1eba PCI device.

Bug 200447617

Change-Id: I2387215c7de09186cc7a2daaed3c9444129752a3
Signed-off-by: Thomas Fleury <tfleury@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1821563
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Thomas Fleury
2018-09-12 10:52:31 -07:00
committed by Abdul Salam
parent 7138e01666
commit 2b4cd797b4

View File

@@ -420,7 +420,7 @@ static struct gk20a_platform nvgpu_pci_device[] = {
.honors_aperture = true, .honors_aperture = true,
.dma_mask = DMA_BIT_MASK(40), .dma_mask = DMA_BIT_MASK(40),
.vbios_min_version = 0x90040109, .vbios_min_version = 0x90041800,
.hardcode_sw_threshold = false, .hardcode_sw_threshold = false,
.has_syncpoints = true, .has_syncpoints = true,
}, },