From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.136]) by gabe.freedesktop.org (Postfix) with ESMTPS id C644810E423 for ; Wed, 23 Aug 2023 13:39:30 +0000 (UTC) Message-ID: <4cc04191-b045-4149-490c-abdfbf322029@intel.com> Date: Wed, 23 Aug 2023 19:09:26 +0530 MIME-Version: 1.0 Content-Language: en-US To: =?UTF-8?Q?Jouni_H=c3=b6gander?= , igt-dev@lists.freedesktop.org References: <20230822094035.3424673-4-jouni.hogander@intel.com> From: "Joshi, Kunal1" In-Reply-To: <20230822094035.3424673-4-jouni.hogander@intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [igt-dev] [i-g-t, v8, 3/4] tests/i915/kms_frontbuffer_tracking: Utilize added fbc and drrs helpers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: On 8/22/2023 3:10 PM, Jouni Högander wrote: > We have now helper functions for fbc and drrs in igt library. Use these > instead of own implementations. > > Signed-off-by: Jouni Högander Reviewed-by: Kunal Joshi