drm/panthor: Don't add write fences to the shared BOs
[drm/drm-misc.git] / arch / riscv / include / asm / vendor_extensions / andes.h
blob7bb2fc43438f7a45dc3369fbf188fbf12c227642
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_RISCV_VENDOR_EXTENSIONS_ANDES_H
3 #define _ASM_RISCV_VENDOR_EXTENSIONS_ANDES_H
5 #include <asm/vendor_extensions.h>
7 #include <linux/types.h>
9 #define RISCV_ISA_VENDOR_EXT_XANDESPMU 0
12 * Extension keys should be strictly less than max.
13 * It is safe to increment this when necessary.
15 #define RISCV_ISA_VENDOR_EXT_MAX_ANDES 32
17 extern struct riscv_isa_vendor_ext_data_list riscv_isa_vendor_ext_list_andes;
19 #endif