forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/dma/ioat/hw.h
....@@ -1,18 +1,6 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * Copyright(c) 2004 - 2009 Intel Corporation. All rights reserved.
3
- *
4
- * This program is free software; you can redistribute it and/or modify it
5
- * under the terms of the GNU General Public License as published by the Free
6
- * Software Foundation; either version 2 of the License, or (at your option)
7
- * any later version.
8
- *
9
- * This program is distributed in the hope that 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.
13
- *
14
- * The full GNU General Public License is included in this distribution in the
15
- * file called COPYING.
164 */
175 #ifndef _IOAT_HW_H_
186 #define _IOAT_HW_H_
....@@ -66,11 +54,14 @@
6654
6755 #define PCI_DEVICE_ID_INTEL_IOAT_SKX 0x2021
6856
57
+#define PCI_DEVICE_ID_INTEL_IOAT_ICX 0x0b00
58
+
6959 #define IOAT_VER_1_2 0x12 /* Version 1.2 */
7060 #define IOAT_VER_2_0 0x20 /* Version 2.0 */
7161 #define IOAT_VER_3_0 0x30 /* Version 3.0 */
7262 #define IOAT_VER_3_2 0x32 /* Version 3.2 */
7363 #define IOAT_VER_3_3 0x33 /* Version 3.3 */
64
+#define IOAT_VER_3_4 0x34 /* Version 3.4 */
7465
7566
7667 int system_has_dca_enabled(struct pci_dev *pdev);