From dcc9a8083bbe59734b9ca49415ba4c2ffd39eec5 Mon Sep 17 00:00:00 2001 From: Thomas Fleury Date: Fri, 2 Nov 2018 14:02:48 -0700 Subject: [PATCH] gpu: nvgpu: gv100: set min VBIOS version nvgpu driver currently accepts any VBIOS version for GV100. Set min VBIOS version to 88.00.59.00 Bug 2383514 Change-Id: Ia6ddc7c4ed2d9c26c8caec3beb3d9ff4cc5633a0 Signed-off-by: Thomas Fleury Reviewed-on: https://git-master.nvidia.com/r/1942194 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/os/linux/pci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/nvgpu/os/linux/pci.c b/drivers/gpu/nvgpu/os/linux/pci.c index 3c2ecff01..63985aa3a 100644 --- a/drivers/gpu/nvgpu/os/linux/pci.c +++ b/drivers/gpu/nvgpu/os/linux/pci.c @@ -179,7 +179,7 @@ static struct gk20a_platform nvgpu_pci_device[] = { .run_preos = true, .has_syncpoints = true, }, - { /* SKU250 */ + { /* PG503 SKU250 */ /* ptimer src frequency in hz */ .ptimer_src_freq = 31250000, @@ -211,7 +211,7 @@ static struct gk20a_platform nvgpu_pci_device[] = { .unify_address_spaces = true, .honors_aperture = true, .dma_mask = DMA_BIT_MASK(40), - .vbios_min_version = 0x1, + .vbios_min_version = 0x88005900, .hardcode_sw_threshold = false, .run_preos = true, .has_syncpoints = true,