forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/drivers/gpu/drm/gma500/blitter.h
....@@ -1,15 +1,7 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Copyright (c) 2014, Patrik Jakobsson
34 * All Rights Reserved.
4
- *
5
- * This program is free software; you can redistribute it and/or modify it
6
- * under the terms and conditions of the GNU General Public License,
7
- * version 2, as published by the Free Software Foundation.
8
- *
9
- * This program is distributed in the hope it will be useful, but WITHOUT
10
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12
- * more details.
135 *
146 * Authors: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
157 */
....@@ -17,6 +9,8 @@
179 #ifndef __BLITTER_H
1810 #define __BLITTER_H
1911
12
+struct drm_psb_private;
13
+
2014 extern int gma_blt_wait_idle(struct drm_psb_private *dev_priv);
2115
2216 #endif