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.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/pci.c b/drivers/gpu/nvgpu/common/linux/pci.c
index 342fa5af..928d8354 100644
--- a/drivers/gpu/nvgpu/common/linux/pci.c
+++ b/drivers/gpu/nvgpu/common/linux/pci.c
@@ -244,7 +244,6 @@ static struct gk20a_platform nvgpu_pci_device[] = {
244 .vbios_min_version = 0x88001e00, 244 .vbios_min_version = 0x88001e00,
245 .hardcode_sw_threshold = false, 245 .hardcode_sw_threshold = false,
246 .run_preos = true, 246 .run_preos = true,
247 .tsg_required = true,
248 }, 247 },
249 { /* DEVICE=PG503 SKU 200 ES */ 248 { /* DEVICE=PG503 SKU 200 ES */
250 /* ptimer src frequency in hz */ 249 /* ptimer src frequency in hz */
@@ -279,7 +278,6 @@ static struct gk20a_platform nvgpu_pci_device[] = {
279 .vbios_min_version = 0x88001e00, 278 .vbios_min_version = 0x88001e00,
280 .hardcode_sw_threshold = false, 279 .hardcode_sw_threshold = false,
281 .run_preos = true, 280 .run_preos = true,
282 .tsg_required = true,
283 }, 281 },
284 { 282 {
285 /* ptimer src frequency in hz */ 283 /* ptimer src frequency in hz */
@@ -314,7 +312,6 @@ static struct gk20a_platform nvgpu_pci_device[] = {
314 .vbios_min_version = 0x88000126, 312 .vbios_min_version = 0x88000126,
315 .hardcode_sw_threshold = false, 313 .hardcode_sw_threshold = false,
316 .run_preos = true, 314 .run_preos = true,
317 .tsg_required = true,
318 }, 315 },
319 { /* SKU250 */ 316 { /* SKU250 */
320 /* ptimer src frequency in hz */ 317 /* ptimer src frequency in hz */
@@ -349,7 +346,6 @@ static struct gk20a_platform nvgpu_pci_device[] = {
349 .vbios_min_version = 0x1, 346 .vbios_min_version = 0x1,
350 .hardcode_sw_threshold = false, 347 .hardcode_sw_threshold = false,
351 .run_preos = true, 348 .run_preos = true,
352 .tsg_required = true,
353 }, 349 },
354}; 350};
355 351