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 2A53910E423 for ; Wed, 23 Aug 2023 13:35:34 +0000 (UTC) Message-ID: <8f9e6372-637f-de4e-a379-1c1d4b25fc3c@intel.com> Date: Wed, 23 Aug 2023 19:05:29 +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-3-jouni.hogander@intel.com> From: "Joshi, Kunal1" In-Reply-To: <20230822094035.3424673-3-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,2/4] lib/i915/drrs: Add 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: > Add drrs handling into a library to be used by kms_frontbuffer_tracking and > other tests as well. > > v4: Split testcase modification into a separate patch > v3: Add library function descriptions > v2: Moved into libigt instead of static kms_drrs_helper > > Signed-off-by: Jouni Högander Reviewed-by: Kunal Joshi