plane.h (1087fac18b8e3ec8fadf1595bbc46dce7ff08a81) plane.h (ab7d3f5826c55ad23101327eab435660caa83436)
1/*
2 * Copyright (C) 2017 NVIDIA CORPORATION. All rights reserved.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 */
8

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

14struct tegra_bo;
15struct tegra_dc;
16
17struct tegra_plane {
18 struct drm_plane base;
19 struct tegra_dc *dc;
20 unsigned int offset;
21 unsigned int index;
1/*
2 * Copyright (C) 2017 NVIDIA CORPORATION. All rights reserved.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 */
8

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

14struct tegra_bo;
15struct tegra_dc;
16
17struct tegra_plane {
18 struct drm_plane base;
19 struct tegra_dc *dc;
20 unsigned int offset;
21 unsigned int index;
22 unsigned int depth;
23};
24
25struct tegra_cursor {
26 struct tegra_plane base;
27
28 struct tegra_bo *bo;
29 unsigned int width;
30 unsigned int height;

--- 33 unchanged lines hidden ---
22};
23
24struct tegra_cursor {
25 struct tegra_plane base;
26
27 struct tegra_bo *bo;
28 unsigned int width;
29 unsigned int height;

--- 33 unchanged lines hidden ---