From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.126]) by gabe.freedesktop.org (Postfix) with ESMTPS id 80D3E10E32A for ; Mon, 4 Sep 2023 11:06:00 +0000 (UTC) From: sai.gowtham.ch@intel.com To: igt-dev@lists.freedesktop.org, karolina.stolarek@intel.com, sai.gowtham.ch@intel.com Date: Mon, 4 Sep 2023 16:34:57 +0530 Message-Id: <20230904110458.24177-4-sai.gowtham.ch@intel.com> In-Reply-To: <20230904110458.24177-1-sai.gowtham.ch@intel.com> References: <20230904110458.24177-1-sai.gowtham.ch@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t 3/4] lib/intel_cmds_info: Add copy commands to blt_cmd_type 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 commands to blt_cmd_type which is used latter, to check it they are supported by fd. Signed-off-by: Sai Gowtham Ch --- lib/intel_cmds_info.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/intel_cmds_info.h b/lib/intel_cmds_info.h index 91d0f15ec..ec8312d56 100644 --- a/lib/intel_cmds_info.h +++ b/lib/intel_cmds_info.h @@ -20,6 +20,8 @@ enum blt_tiling_type { enum blt_cmd_type { SRC_COPY, + MEM_SET, + MEM_COPY, XY_SRC_COPY, XY_FAST_COPY, XY_BLOCK_COPY, -- 2.39.1