Skip to content

Commit

Permalink
accel/habanalabs/uapi: new Gaudi2 server type
Browse files Browse the repository at this point in the history
Add definition of a new Gaudi2 server type. This represents
the connectivity between the cards in that server type.

Signed-off-by: Oded Gabbay <[email protected]>
Reviewed-by: Stanislaw Gruszka <[email protected]>
  • Loading branch information
ogabbay committed Apr 8, 2023
1 parent 38f3c73 commit a25c2f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/uapi/drm/habanalabs_accel.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

/*
Expand Down

0 comments on commit a25c2f7

Please sign in to comment.