From b7ad7016d4dbc2c6522ab58da262ce4c14d51d34 Mon Sep 17 00:00:00 2001 From: David Nieto Date: Fri, 2 Dec 2016 20:44:49 -0800 Subject: gpu: nvgpu: Apply default pri timeout on all SKUs Previous patch added ability so set default PRI timeout and set it for one of the dGPU boards. Set the timeout to all known dGPU boards. Bug 200246808 Change-Id: I645ca8b4a51d61c924a9f52b1fc6e884795adf19 Signed-off-by: David Nieto Reviewed-on: http://git-master/r/1264304 Reviewed-on: http://git-master/r/1280436 Reviewed-by: Terje Bergstrom Tested-by: Terje Bergstrom --- drivers/gpu/nvgpu/pci.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/nvgpu/pci.c b/drivers/gpu/nvgpu/pci.c index 80fe5342..5716d034 100644 --- a/drivers/gpu/nvgpu/pci.c +++ b/drivers/gpu/nvgpu/pci.c @@ -96,6 +96,7 @@ static struct gk20a_platform nvgpu_pci_device[] = { .enable_elcg = false, .enable_slcg = true, .enable_blcg = true, + .default_pri_timeout = 0x3ff, .disable_aspm = true, @@ -126,6 +127,7 @@ static struct gk20a_platform nvgpu_pci_device[] = { .enable_elcg = false, .enable_slcg = true, .enable_blcg = true, + .default_pri_timeout = 0x3ff, .disable_aspm = true, -- cgit v1.2.2