drm.c (c4755fb9064f64083fe559e92a46df817fc5e07b) | drm.c (473079549f27eab5ad449f2c4f079014f0fe74a5) |
---|---|
1/* 2 * Copyright (C) 2012 Avionic Design GmbH 3 * Copyright (C) 2012-2016 NVIDIA CORPORATION. All rights reserved. 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License version 2 as 7 * published by the Free Software Foundation. 8 */ --- 1281 unchanged lines hidden (view full) --- 1290 { .compatible = "nvidia,tegra124-vic", }, 1291 { .compatible = "nvidia,tegra132-dsi", }, 1292 { .compatible = "nvidia,tegra210-dc", }, 1293 { .compatible = "nvidia,tegra210-dsi", }, 1294 { .compatible = "nvidia,tegra210-sor", }, 1295 { .compatible = "nvidia,tegra210-sor1", }, 1296 { .compatible = "nvidia,tegra210-vic", }, 1297 { .compatible = "nvidia,tegra186-display", }, | 1/* 2 * Copyright (C) 2012 Avionic Design GmbH 3 * Copyright (C) 2012-2016 NVIDIA CORPORATION. All rights reserved. 4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License version 2 as 7 * published by the Free Software Foundation. 8 */ --- 1281 unchanged lines hidden (view full) --- 1290 { .compatible = "nvidia,tegra124-vic", }, 1291 { .compatible = "nvidia,tegra132-dsi", }, 1292 { .compatible = "nvidia,tegra210-dc", }, 1293 { .compatible = "nvidia,tegra210-dsi", }, 1294 { .compatible = "nvidia,tegra210-sor", }, 1295 { .compatible = "nvidia,tegra210-sor1", }, 1296 { .compatible = "nvidia,tegra210-vic", }, 1297 { .compatible = "nvidia,tegra186-display", }, |
1298 { .compatible = "nvidia,tegra186-dc", }, |
|
1298 { .compatible = "nvidia,tegra186-vic", }, 1299 { /* sentinel */ } 1300}; 1301 1302static struct host1x_driver host1x_drm_driver = { 1303 .driver = { 1304 .name = "drm", 1305 .pm = &host1x_drm_pm_ops, --- 48 unchanged lines hidden --- | 1299 { .compatible = "nvidia,tegra186-vic", }, 1300 { /* sentinel */ } 1301}; 1302 1303static struct host1x_driver host1x_drm_driver = { 1304 .driver = { 1305 .name = "drm", 1306 .pm = &host1x_drm_pm_ops, --- 48 unchanged lines hidden --- |