drm.c (967535223f9a8d95c187a8728480b569164cd4f4) | drm.c (6e44b9ad22f82d4d10b707bcad6b7c701ed11641) |
---|---|
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 */ --- 1303 unchanged lines hidden (view full) --- 1312 { .compatible = "nvidia,tegra124-dsi", }, 1313 { .compatible = "nvidia,tegra124-vic", }, 1314 { .compatible = "nvidia,tegra132-dsi", }, 1315 { .compatible = "nvidia,tegra210-dc", }, 1316 { .compatible = "nvidia,tegra210-dsi", }, 1317 { .compatible = "nvidia,tegra210-sor", }, 1318 { .compatible = "nvidia,tegra210-sor1", }, 1319 { .compatible = "nvidia,tegra210-vic", }, | 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 */ --- 1303 unchanged lines hidden (view full) --- 1312 { .compatible = "nvidia,tegra124-dsi", }, 1313 { .compatible = "nvidia,tegra124-vic", }, 1314 { .compatible = "nvidia,tegra132-dsi", }, 1315 { .compatible = "nvidia,tegra210-dc", }, 1316 { .compatible = "nvidia,tegra210-dsi", }, 1317 { .compatible = "nvidia,tegra210-sor", }, 1318 { .compatible = "nvidia,tegra210-sor1", }, 1319 { .compatible = "nvidia,tegra210-vic", }, |
1320 { .compatible = "nvidia,tegra186-vic", }, |
|
1320 { /* sentinel */ } 1321}; 1322 1323static struct host1x_driver host1x_drm_driver = { 1324 .driver = { 1325 .name = "drm", 1326 .pm = &host1x_drm_pm_ops, 1327 }, --- 46 unchanged lines hidden --- | 1321 { /* sentinel */ } 1322}; 1323 1324static struct host1x_driver host1x_drm_driver = { 1325 .driver = { 1326 .name = "drm", 1327 .pm = &host1x_drm_pm_ops, 1328 }, --- 46 unchanged lines hidden --- |