dc.h (363541e8eeed16fdf696252008ddee823730f82c) dc.h (ab7d3f5826c55ad23101327eab435660caa83436)
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 */

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

50 unsigned int num_windows;
51};
52
53struct tegra_dc_soc_info {
54 bool supports_background_color;
55 bool supports_interlacing;
56 bool supports_cursor;
57 bool supports_block_linear;
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 */

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

50 unsigned int num_windows;
51};
52
53struct tegra_dc_soc_info {
54 bool supports_background_color;
55 bool supports_interlacing;
56 bool supports_cursor;
57 bool supports_block_linear;
58 bool supports_blending;
58 unsigned int pitch_align;
59 bool has_powergate;
60 bool broken_reset;
61 bool has_nvdisplay;
62 const struct tegra_windowgroup_soc *wgrps;
63 unsigned int num_wgrps;
64 const u32 *primary_formats;
65 unsigned int num_primary_formats;

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

131 unsigned int x;
132 unsigned int y;
133 unsigned int w;
134 unsigned int h;
135 } dst;
136 unsigned int bits_per_pixel;
137 unsigned int stride[2];
138 unsigned long base[3];
59 unsigned int pitch_align;
60 bool has_powergate;
61 bool broken_reset;
62 bool has_nvdisplay;
63 const struct tegra_windowgroup_soc *wgrps;
64 unsigned int num_wgrps;
65 const u32 *primary_formats;
66 unsigned int num_primary_formats;

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

132 unsigned int x;
133 unsigned int y;
134 unsigned int w;
135 unsigned int h;
136 } dst;
137 unsigned int bits_per_pixel;
138 unsigned int stride[2];
139 unsigned long base[3];
140 unsigned int zpos;
139 bool bottom_up;
140
141 struct tegra_bo_tiling tiling;
142 u32 format;
143 u32 swap;
144};
145
146/* from dc.c */

--- 623 unchanged lines hidden ---
141 bool bottom_up;
142
143 struct tegra_bo_tiling tiling;
144 u32 format;
145 u32 swap;
146};
147
148/* from dc.c */

--- 623 unchanged lines hidden ---