From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0254110E445 for ; Fri, 18 Aug 2023 05:19:52 +0000 (UTC) From: sai.gowtham.ch@intel.com To: igt-dev@lists.freedesktop.org, sai.gowtham.ch@intel.com Date: Fri, 18 Aug 2023 10:49:14 +0530 Message-Id: <20230818051916.28272-1-sai.gowtham.ch@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t 0/2] Add copy basic test to exercise blt commands 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 Add copy basic test to exercise copy commands like mem-copy and mem-set. Signed-off-by: Sai Gowtham Ch Sai Gowtham Ch (2): lib/intel_reg: Add copy commands in the lib tests/xe/xe_copy_basic: Add copy basic test to exercise blt commands lib/intel_mocs.h | 2 + lib/intel_reg.h | 4 + tests/meson.build | 1 + tests/xe/xe_copy_basic.c | 262 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 269 insertions(+) create mode 100644 tests/xe/xe_copy_basic.c -- 2.39.1