projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38f3c73
)
accel/habanalabs/uapi: new Gaudi2 server type
author
Oded Gabbay
<ogabbay@kernel.org>
Thu, 30 Mar 2023 09:30:56 +0000
(12:30 +0300)
committer
Oded Gabbay
<ogabbay@kernel.org>
Sat, 8 Apr 2023 07:39:34 +0000
(10:39 +0300)
Add definition of a new Gaudi2 server type. This represents
the connectivity between the cards in that server type.
Signed-off-by: Oded Gabbay <ogabbay@kernel.org>
Reviewed-by: Stanislaw Gruszka <stanislaw.gruszka@linux.intel.com>
include/uapi/drm/habanalabs_accel.h
patch
|
blob
|
history
diff --git
a/include/uapi/drm/habanalabs_accel.h
b/include/uapi/drm/habanalabs_accel.h
index c139aab17c8adf1cac0b69f53241f5baf1479fd2..d9ef1b151d0481103402af403ac555cd39b56808 100644
(file)
--- a/
include/uapi/drm/habanalabs_accel.h
+++ b/
include/uapi/drm/habanalabs_accel.h
@@
-708,7
+708,8
@@
enum hl_server_type {
HL_SERVER_GAUDI_HLS1H = 2,
HL_SERVER_GAUDI_TYPE1 = 3,
HL_SERVER_GAUDI_TYPE2 = 4,
- HL_SERVER_GAUDI2_HLS2 = 5
+ HL_SERVER_GAUDI2_HLS2 = 5,
+ HL_SERVER_GAUDI2_TYPE1 = 7
};
/*