hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/include/linux/dma-fence-array.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * fence-array: aggregates fence to be waited together
34 *
....@@ -6,15 +7,6 @@
67 * Authors:
78 * Gustavo Padovan <gustavo@padovan.org>
89 * Christian König <christian.koenig@amd.com>
9
- *
10
- * This program is free software; you can redistribute it and/or modify it
11
- * under the terms of the GNU General Public License version 2 as published by
12
- * the Free Software Foundation.
13
- *
14
- * This program is distributed in the hope that it will be useful, but WITHOUT
15
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
16
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
17
- * more details.
1810 */
1911
2012 #ifndef __LINUX_DMA_FENCE_ARRAY_H
....@@ -40,6 +32,7 @@
4032 * @num_fences: number of fences in the array
4133 * @num_pending: fences in the array still pending
4234 * @fences: array of the fences
35
+ * @work: internal irq_work function
4336 */
4437 struct dma_fence_array {
4538 struct dma_fence base;