drm.c (3309ac836229d8bc3db7618e04a51334bef13b0a) drm.c (459cc2c6800b545a482e428a631d99bca8da7790)
1/*
2 * Copyright (C) 2012 Avionic Design GmbH
3 * Copyright (C) 2012-2013 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 */

--- 1047 unchanged lines hidden (view full) ---

1056 { .compatible = "nvidia,tegra124-dc", },
1057 { .compatible = "nvidia,tegra124-sor", },
1058 { .compatible = "nvidia,tegra124-hdmi", },
1059 { .compatible = "nvidia,tegra124-dsi", },
1060 { .compatible = "nvidia,tegra132-dsi", },
1061 { .compatible = "nvidia,tegra210-dc", },
1062 { .compatible = "nvidia,tegra210-dsi", },
1063 { .compatible = "nvidia,tegra210-sor", },
1/*
2 * Copyright (C) 2012 Avionic Design GmbH
3 * Copyright (C) 2012-2013 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 */

--- 1047 unchanged lines hidden (view full) ---

1056 { .compatible = "nvidia,tegra124-dc", },
1057 { .compatible = "nvidia,tegra124-sor", },
1058 { .compatible = "nvidia,tegra124-hdmi", },
1059 { .compatible = "nvidia,tegra124-dsi", },
1060 { .compatible = "nvidia,tegra132-dsi", },
1061 { .compatible = "nvidia,tegra210-dc", },
1062 { .compatible = "nvidia,tegra210-dsi", },
1063 { .compatible = "nvidia,tegra210-sor", },
1064 { .compatible = "nvidia,tegra210-sor1", },
1064 { /* sentinel */ }
1065};
1066
1067static struct host1x_driver host1x_drm_driver = {
1068 .driver = {
1069 .name = "drm",
1070 .pm = &host1x_drm_pm_ops,
1071 },

--- 77 unchanged lines hidden ---
1065 { /* sentinel */ }
1066};
1067
1068static struct host1x_driver host1x_drm_driver = {
1069 .driver = {
1070 .name = "drm",
1071 .pm = &host1x_drm_pm_ops,
1072 },

--- 77 unchanged lines hidden ---