From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 521AD10E395 for ; Thu, 4 May 2023 06:22:03 +0000 (UTC) Message-ID: <9678fdc6-7305-f58e-d522-7c83ececce27@intel.com> Date: Thu, 4 May 2023 11:51:57 +0530 MIME-Version: 1.0 To: "Modem, Bhanuprakash" , igt-dev@lists.freedesktop.org References: <20230503114014.132968-1-swati2.sharma@intel.com> <20230503114014.132968-3-swati2.sharma@intel.com> Content-Language: en-US From: "Sharma, Swati2" In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [igt-dev] [PATCH i-g-t 2/2] tests/i915/kms_dsc: Enable validation for VDSC output formats List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Thanks Bhanu! Will make this change. On 04-May-23 11:10 AM, Modem, Bhanuprakash wrote: > It is already well takencare, but still while(1) (an infinite loop) > looks bit dangerous to me. > > How about using "while (index < connector->count_modes)"? > > Still this patch LGTM > Reviewed-by: Bhanuprakash Modem