drm.c (6715f728c8b080ab85db0f93f5d9fa6c7d9e906b) drm.c (f4c5cf88fbd50e4779042268947b2e2f90c20484)
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 */

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

907 { .compatible = "nvidia,tegra114-gr3d", },
908 { .compatible = "nvidia,tegra124-dc", },
909 { .compatible = "nvidia,tegra124-sor", },
910 { .compatible = "nvidia,tegra124-hdmi", },
911 { /* sentinel */ }
912};
913
914static struct host1x_driver host1x_drm_driver = {
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 */

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

907 { .compatible = "nvidia,tegra114-gr3d", },
908 { .compatible = "nvidia,tegra124-dc", },
909 { .compatible = "nvidia,tegra124-sor", },
910 { .compatible = "nvidia,tegra124-hdmi", },
911 { /* sentinel */ }
912};
913
914static struct host1x_driver host1x_drm_driver = {
915 .name = "drm",
915 .driver = {
916 .name = "drm",
917 },
916 .probe = host1x_drm_probe,
917 .remove = host1x_drm_remove,
918 .subdevs = host1x_drm_subdevs,
919};
920
921static int __init host1x_drm_init(void)
922{
923 int err;

--- 69 unchanged lines hidden ---
918 .probe = host1x_drm_probe,
919 .remove = host1x_drm_remove,
920 .subdevs = host1x_drm_subdevs,
921};
922
923static int __init host1x_drm_init(void)
924{
925 int err;

--- 69 unchanged lines hidden ---