diff --git a/drivers/gpu/nvgpu/pci.c b/drivers/gpu/nvgpu/pci.c index 80fe53421..5716d0343 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,