From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.88]) by gabe.freedesktop.org (Postfix) with ESMTPS id C662F10E083 for ; Mon, 18 Sep 2023 08:54:25 +0000 (UTC) Message-ID: <645b5246-2b22-e09f-06c8-ea90129d8249@intel.com> Date: Mon, 18 Sep 2023 10:54:14 +0200 Content-Language: en-US To: References: <20230915051617.9361-1-sai.gowtham.ch@intel.com> <20230915051617.9361-2-sai.gowtham.ch@intel.com> From: Karolina Stolarek In-Reply-To: <20230915051617.9361-2-sai.gowtham.ch@intel.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: Re: [igt-dev] [PATCH i-g-t 1/4] lib/intel_cmds_info: Add copy commands to blt_cmd_type List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: igt-dev@lists.freedesktop.org Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: On 15.09.2023 07:16, sai.gowtham.ch@intel.com wrote: > From: Sai Gowtham Ch > > Add copy commands to blt_cmd_type which is used latter, > to check it they are supported by fd. Hm, I'm slightly confused. I thought you'll merge this one with the "Add check to see if blt commands are supported by the platforms." patch. This would count as one logical change, now it's mixed up a bit. All the best, Karolina > > 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,