summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/pci.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/pci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/pci.c b/drivers/gpu/nvgpu/common/linux/pci.c
index 6e3e02e5..92764c21 100644
--- a/drivers/gpu/nvgpu/common/linux/pci.c
+++ b/drivers/gpu/nvgpu/common/linux/pci.c
@@ -239,6 +239,7 @@ static struct gk20a_platform nvgpu_pci_device[] = {
239 .honors_aperture = true, 239 .honors_aperture = true,
240 .vbios_min_version = 0x88001e00, 240 .vbios_min_version = 0x88001e00,
241 .hardcode_sw_threshold = false, 241 .hardcode_sw_threshold = false,
242 .run_preos = true,
242 }, 243 },
243 { /* DEVICE=PG503 SKU 200 ES */ 244 { /* DEVICE=PG503 SKU 200 ES */
244 /* ptimer src frequency in hz */ 245 /* ptimer src frequency in hz */
@@ -272,6 +273,7 @@ static struct gk20a_platform nvgpu_pci_device[] = {
272 .honors_aperture = true, 273 .honors_aperture = true,
273 .vbios_min_version = 0x88001e00, 274 .vbios_min_version = 0x88001e00,
274 .hardcode_sw_threshold = false, 275 .hardcode_sw_threshold = false,
276 .run_preos = true,
275 } 277 }
276}; 278};
277 279