From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7971410E02F for ; Mon, 12 Jun 2023 05:52:54 +0000 (UTC) Message-ID: <5ad7168d-a101-81e6-015f-23af185c47a7@intel.com> Date: Mon, 12 Jun 2023 11:22:36 +0530 Content-Language: en-US To: "Modem, Bhanuprakash" , , "Hogander, Jouni" References: <20230609101205.2803975-1-kunal1.joshi@intel.com> <594f0cf9-e03b-0acf-48a5-8f61c02e6f96@intel.com> From: "Joshi, Kunal1" In-Reply-To: <594f0cf9-e03b-0acf-48a5-8f61c02e6f96@intel.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Subject: Re: [igt-dev] [PATCH i-g-t 0/5] RFC Enable kms_frontbuffer_tracking on XE List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: On 6/12/2023 11:14 AM, Modem, Bhanuprakash wrote: > Hi Kunal, > > Apart from the minor comments, this series looks good to me. > As pre-merge IGT testing is not enabled for XE, please try to have one > round of local execution. Also, make sure it not breaking the i915 > testing. > > - Bhanu > > On Fri-09-06-2023 03:42 pm, Kunal Joshi wrote: >> This series is intended to extend kms_frontbuffer_tracking >> test to be supported on xe driver >> >> Kunal Joshi (5): >>    RFC tests/i915/kms_frontbuffer_tracking: Add xe support >>    RFC tests/i915/kms_frontbuffer_tracking: xe doesn't support tiling as >>      of now >>    tests/i915/kms_frontbuffer_tracking: all gem ioctls are not supported >>      for xe as of now >>    RFC lib/ioctl_wrappers: GEM_SET_DOMAIN ioctl not supported on xe >>    RFC tests/i915/kms_frontbuffer_tracking: xe only supports MMAP_WC, >>      BLT, RENDER >> >>   tests/i915/kms_frontbuffer_tracking.c | 84 +++++++++++++++++++-------- >>   1 file changed, 61 insertions(+), 23 deletions(-) >> Thanks Bhanu, Jouni for the reviews, will float the required changes in next revision, Also will provide local execution result for each combination and check on i915 nothing is breaking. Regards Kunal Joshi