mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-30 08:02:30 +00:00
accel/habanalabs/uapi: new Gaudi2 server type
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>
This commit is contained in:
parent
38f3c732fc
commit
a25c2f7a46
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue