From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.115]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1FA1910E011 for ; Mon, 7 Aug 2023 03:56:20 +0000 (UTC) From: janga.rahul.kumar@intel.com To: igt-dev@lists.freedesktop.org, ramadevi.gandi@intel.com, janga.rahul.kumar@intel.com Date: Mon, 7 Aug 2023 09:28:02 +0530 Message-Id: <20230807035805.1054349-1-janga.rahul.kumar@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t 0/3] Add Xe lib support for hang & GT reset List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: sai.gowtham.ch@intel.com, kunal1.joshi@intel.com Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: From: Janga Rahul Kumar Add library support for hang and resetting all the GT's. v2: Create xe library for GT which contains hang and reset helpers.(kamil) Create separate patch for igt gt lib changes.(kamil) Extend hang library to support all rings. Correct Indentation issues. (kamil/Anna) Cc: Sai Gowtham Ch Cc: Kunal Joshi Cc: Kamil Konieczny Cc: Anna Karas Signed-off-by: Janga Rahul Kumar Tested-by: Kunal Joshi Janga Rahul Kumar (3): lib/xe: Add support to reset all GT's lib/xe: Add hang library support lib/igt_gt: Extend hang library support to XE lib/igt_gt.c | 26 ++++++++-- lib/meson.build | 1 + lib/xe/xe_gt.c | 126 ++++++++++++++++++++++++++++++++++++++++++++++++ lib/xe/xe_gt.h | 32 ++++++++++++ 4 files changed, 181 insertions(+), 4 deletions(-) create mode 100644 lib/xe/xe_gt.c create mode 100644 lib/xe/xe_gt.h -- 2.25.1