From bec21f8c6d5793af0685d4f877da8a1d10716848 Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Fri, 7 Oct 2016 14:44:53 -0700 Subject: gpu: nvgpu: Require version 30 for device 0x1c35 Raise the minimum VBIOS version for 0x1c35 to 86.06.30.00. Bug 1811880 Change-Id: I35f7511c3346394af45b8347e8c40f8d367bf3e0 Signed-off-by: Terje Bergstrom Reviewed-on: http://git-master/r/1233401 (cherry picked from commit 9a92ef0f0ccf33c08d48d3a769158b30a0a1496c) Reviewed-on: http://git-master/r/1239429 GVS: Gerrit_Virtual_Submit --- drivers/gpu/nvgpu/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/pci.c') diff --git a/drivers/gpu/nvgpu/pci.c b/drivers/gpu/nvgpu/pci.c index 838ad706..3679e0c8 100644 --- a/drivers/gpu/nvgpu/pci.c +++ b/drivers/gpu/nvgpu/pci.c @@ -65,7 +65,7 @@ static struct gk20a_platform nvgpu_pci_device[] = { .has_ce = true, .vidmem_is_vidmem = true, - .vbios_min_version = 0x86062d00, + .vbios_min_version = 0x86063000, }, { /* DEVICE=0x1c36 */ /* ptimer src frequency in hz */ -- cgit v1.2.2