[PATCH] accel/habanalabs/uapi: new Gaudi2 server type

Stanislaw Gruszka stanislaw.gruszka at linux.intel.com
Mon Apr 3 06:13:29 UTC 2023


On Thu, Mar 30, 2023 at 12:32:34PM +0300, Oded Gabbay wrote:
> 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 at kernel.org>
Reviewed-by: Stanislaw Gruszka <stanislaw.gruszka at linux.intel.com>

> ---
>  include/uapi/drm/habanalabs_accel.h | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/include/uapi/drm/habanalabs_accel.h b/include/uapi/drm/habanalabs_accel.h
> index c139aab17c8a..d9ef1b151d04 100644
> --- 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
>  };
>  
>  /*
> -- 
> 2.40.0
> 


More information about the dri-devel mailing list