repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/panthor: Don't add write fences to the shared BOs
[drm/drm-misc.git]
/
arch
/
riscv
/
include
/
asm
/
vendorid_list.h
blob
2f2bb0c84f9a71f4350e6794c913c9b9bee442e4
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/*
3
* Copyright (C) 2021 SiFive
4
*/
5
#ifndef ASM_VENDOR_LIST_H
6
#define ASM_VENDOR_LIST_H
7
8
#define ANDES_VENDOR_ID 0x31e
9
#define SIFIVE_VENDOR_ID 0x489
10
#define THEAD_VENDOR_ID 0x5b7
11
12
#endif