| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright 2015 Freescale Semiconductor, Inc. |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Freescale DCU drm device driver |
|---|
| 5 | | - * |
|---|
| 6 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 7 | | - * it under the terms of the GNU General Public License as published by |
|---|
| 8 | | - * the Free Software Foundation; either version 2 of the License, or |
|---|
| 9 | | - * (at your option) any later version. |
|---|
| 10 | 6 | */ |
|---|
| 11 | 7 | |
|---|
| 12 | 8 | #ifndef __FSL_DCU_DRM_DRV_H__ |
|---|
| .. | .. |
|---|
| 191 | 187 | /*protects hardware register*/ |
|---|
| 192 | 188 | spinlock_t irq_lock; |
|---|
| 193 | 189 | struct drm_device *drm; |
|---|
| 194 | | - struct drm_fbdev_cma *fbdev; |
|---|
| 195 | 190 | struct drm_crtc crtc; |
|---|
| 196 | 191 | struct drm_encoder encoder; |
|---|
| 197 | 192 | struct fsl_dcu_drm_connector connector; |
|---|