From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.88]) by gabe.freedesktop.org (Postfix) with ESMTPS id EBCFC10E886 for ; Wed, 11 Oct 2023 14:19:01 +0000 (UTC) From: Francois Dugast To: igt-dev@lists.freedesktop.org Date: Wed, 11 Oct 2023 14:18:26 +0000 Message-Id: <20231011141841.7-6-francois.dugast@intel.com> In-Reply-To: <20231011141841.7-1-francois.dugast@intel.com> References: <20231011141841.7-1-francois.dugast@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [RFC v1 05/20] drm-uapi/xe: Extend uAPI to query HuC micro-controler firmware version List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Align with commit ("Extend uAPI to query HuC micro-controler firmware version") Signed-off-by: Francois Dugast --- include/drm-uapi/xe_drm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/drm-uapi/xe_drm.h b/include/drm-uapi/xe_drm.h index 6cf2375eb..3eef48f10 100644 --- a/include/drm-uapi/xe_drm.h +++ b/include/drm-uapi/xe_drm.h @@ -475,6 +475,7 @@ struct drm_xe_query_topology_mask { struct drm_xe_query_uc_fw_version { /** @uc: The micro-controller type to query firmware version */ #define XE_QUERY_UC_TYPE_GUC 0 +#define XE_QUERY_UC_TYPE_HUC 1 __u16 uc_type; /** @pad: MBZ */ -- 2.34.1