drm.h (03b22057e8ed2d1df416c9ae8e6e247e0b87ecc8) drm.h (347ad49d35a1c65d509e7ef5b0760e97ede41ec2)
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 */

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

37 struct tegra_fb *fb;
38};
39#endif
40
41struct tegra_drm {
42 struct drm_device *drm;
43
44 struct iommu_domain *domain;
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 */

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

37 struct tegra_fb *fb;
38};
39#endif
40
41struct tegra_drm {
42 struct drm_device *drm;
43
44 struct iommu_domain *domain;
45 struct mutex mm_lock;
45 struct drm_mm mm;
46
47 struct mutex clients_lock;
48 struct list_head clients;
49
50#ifdef CONFIG_DRM_FBDEV_EMULATION
51 struct tegra_fbdev *fbdev;
52#endif

--- 238 unchanged lines hidden ---
46 struct drm_mm mm;
47
48 struct mutex clients_lock;
49 struct list_head clients;
50
51#ifdef CONFIG_DRM_FBDEV_EMULATION
52 struct tegra_fbdev *fbdev;
53#endif

--- 238 unchanged lines hidden ---