mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
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:
committed by
Abdul Salam
parent
7138e01666
commit
2b4cd797b4
@@ -420,7 +420,7 @@ static struct gk20a_platform nvgpu_pci_device[] = {
|
||||
|
||||
.honors_aperture = true,
|
||||
.dma_mask = DMA_BIT_MASK(40),
|
||||
.vbios_min_version = 0x90040109,
|
||||
.vbios_min_version = 0x90041800,
|
||||
.hardcode_sw_threshold = false,
|
||||
.has_syncpoints = true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user