drm.h (b03bb79d4f3677adef410274fe73e6f16a1b3f41) drm.h (9be7d864cf0763dd24e07bac7f0a94180bd5e257)
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 */

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

181
182struct tegra_output {
183 struct device_node *of_node;
184 struct device *dev;
185
186 const struct tegra_output_ops *ops;
187 enum tegra_output_type type;
188
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 */

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

181
182struct tegra_output {
183 struct device_node *of_node;
184 struct device *dev;
185
186 const struct tegra_output_ops *ops;
187 enum tegra_output_type type;
188
189 struct drm_panel *panel;
189 struct i2c_adapter *ddc;
190 const struct edid *edid;
191 unsigned int hpd_irq;
192 int hpd_gpio;
193
194 struct drm_encoder encoder;
195 struct drm_connector connector;
196};

--- 77 unchanged lines hidden ---
190 struct i2c_adapter *ddc;
191 const struct edid *edid;
192 unsigned int hpd_irq;
193 int hpd_gpio;
194
195 struct drm_encoder encoder;
196 struct drm_connector connector;
197};

--- 77 unchanged lines hidden ---