From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.8]) by gabe.freedesktop.org (Postfix) with ESMTPS id B76D110E034 for ; Mon, 13 Nov 2023 06:03:52 +0000 (UTC) Message-ID: <8de97077-76f6-f387-e9a5-40701f7f5b08@intel.com> Date: Mon, 13 Nov 2023 11:33:34 +0530 MIME-Version: 1.0 Content-Language: en-US To: Bhanuprakash Modem , igt-dev@lists.freedesktop.org, karthik.b.s@intel.com, swati2.sharma@intel.com References: <20230825082541.905799-4-bhanuprakash.modem@intel.com> From: "Joshi, Kunal1" In-Reply-To: <20230825082541.905799-4-bhanuprakash.modem@intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [igt-dev] [i-g-t, V6, 3/5] tests/i915/kms_big_joiner: Fix Bigjoiner checks 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/25/2023 1:55 PM, Bhanuprakash Modem wrote: > Bigjoiner will come in the picture when the resolution > 5K or > clock > max dot-clock. Add a support to check the selected mode > clock is greater than the max dot-clock. > > V2: - Handle both 5k & max dot clock cases > - Other minor cleanups > V3: - Fix the logic to avoid the retry > V4: - consistent naming for bigjoiner > > Signed-off-by: Bhanuprakash Modem Reviewed-by: Kunal Joshi