From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.11]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4DF7E10E772 for ; Fri, 22 Dec 2023 10:56:13 +0000 (UTC) From: sai.gowtham.ch@intel.com To: igt-dev@lists.freedesktop.org, sai.gowtham.ch@intel.com Subject: [PATCH i-g-t 0/2] Add Persistent support. Date: Fri, 22 Dec 2023 16:23:51 +0530 Message-Id: <20231222105353.23355-1-sai.gowtham.ch@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: From: Sai Gowtham Ch This series has two changes as followes: 1. Add persistent batch buffer instruction to the lib. 2. Add Persistent subtest to xe_exec_store. Signed-off-by: Sai Gowtham Ch Sai Gowtham Ch (2): include/intel_gpu_commands: Add persistent batch buffer instruction. intel/xe_exec_store: Add Persistent subtest include/intel_gpu_commands.h | 1 + tests/intel/xe_exec_store.c | 86 ++++++++++++++++++++++++++++++++++++ 2 files changed, 87 insertions(+) -- 2.39.1