From 2b4cd797b42bb211d88a1633b53f71723f12b555 Mon Sep 17 00:00:00 2001 From: Thomas Fleury Date: Wed, 12 Sep 2018 10:52:31 -0700 Subject: [PATCH] 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 Reviewed-on: https://git-master.nvidia.com/r/1821563 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/os/linux/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/nvgpu/os/linux/pci.c b/drivers/gpu/nvgpu/os/linux/pci.c index 2e456abc6..913940c4a 100644 --- a/drivers/gpu/nvgpu/os/linux/pci.c +++ b/drivers/gpu/nvgpu/os/linux/pci.c @@ -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, },