From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.7]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9DB6F10E0E3 for ; Fri, 8 Dec 2023 00:30:03 +0000 (UTC) From: Matt Roper To: igt-dev@lists.freedesktop.org Subject: [PATCH i-g-t v2 0/2] Add GT IP version query support Date: Thu, 7 Dec 2023 16:29:42 -0800 Message-ID: <20231208002944.1290951-1-matthew.d.roper@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Update the Xe uapi header to match the proposed XeKMD uapi (i.e., replacing one of the reserved qwords of the GT query with IP version fields) and add support to the Xe query test. v2: - Rename 'revid' to 'rev' to match kernel series update. Matt Roper (2): drm-uapi/xe: Add IP version to GT query tests/xe_query: Query and sanity-check GT ip versions include/drm-uapi/xe_drm.h | 10 +++++++++- tests/intel/xe_query.c | 28 ++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) -- 2.43.0