dc.h (511c7023cf23421d1d0455b22c139fe1be1b9e87) | dc.h (363541e8eeed16fdf696252008ddee823730f82c) |
---|---|
1/* 2 * Copyright (C) 2012 Avionic Design GmbH 3 * Copyright (C) 2012 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 */ --- 57 unchanged lines hidden (view full) --- 66 const u32 *overlay_formats; 67 unsigned int num_overlay_formats; 68}; 69 70struct tegra_dc { 71 struct host1x_client client; 72 struct host1x_syncpt *syncpt; 73 struct device *dev; | 1/* 2 * Copyright (C) 2012 Avionic Design GmbH 3 * Copyright (C) 2012 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 */ --- 57 unchanged lines hidden (view full) --- 66 const u32 *overlay_formats; 67 unsigned int num_overlay_formats; 68}; 69 70struct tegra_dc { 71 struct host1x_client client; 72 struct host1x_syncpt *syncpt; 73 struct device *dev; |
74 spinlock_t lock; | |
75 76 struct drm_crtc base; 77 unsigned int powergate; 78 int pipe; 79 80 struct clk *clk; 81 struct reset_control *rst; 82 void __iomem *regs; --- 688 unchanged lines hidden --- | 74 75 struct drm_crtc base; 76 unsigned int powergate; 77 int pipe; 78 79 struct clk *clk; 80 struct reset_control *rst; 81 void __iomem *regs; --- 688 unchanged lines hidden --- |