| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) 2012-2016 Mentor Graphics Inc. |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * i.MX Queued image conversion support, with tiling and rotation. |
|---|
| 5 | | - * |
|---|
| 6 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 7 | | - * under the terms of the GNU General Public License as published by the |
|---|
| 8 | | - * Free Software Foundation; either version 2 of the License, or (at your |
|---|
| 9 | | - * option) any later version. |
|---|
| 10 | | - * |
|---|
| 11 | | - * This program is distributed in the hope that it will be useful, but |
|---|
| 12 | | - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY |
|---|
| 13 | | - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|---|
| 14 | | - * for more details. |
|---|
| 15 | 6 | */ |
|---|
| 16 | 7 | #ifndef __IMX_IPU_IMAGE_CONVERT_H__ |
|---|
| 17 | 8 | #define __IMX_IPU_IMAGE_CONVERT_H__ |
|---|