From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.11]) by gabe.freedesktop.org (Postfix) with ESMTPS id C701D10E3E9 for ; Mon, 11 Dec 2023 12:49:27 +0000 (UTC) From: Jani Nikula To: Kamil Konieczny , igt-dev@lists.freedesktop.org Subject: Re: [PATCH] tests/kms_sysfs_edid_timing: increase thresholds In-Reply-To: <20231211124444.f62euqvbg7posuxn@kamilkon-desk.igk.intel.com> References: <20231208224205.3428717-1-charlton.lin@intel.com> <20231211124444.f62euqvbg7posuxn@kamilkon-desk.igk.intel.com> Date: Mon, 11 Dec 2023 14:49:22 +0200 Message-ID: <87h6koykdp.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Charlton Lin , Khaled Almahallawy Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: On Mon, 11 Dec 2023, Kamil Konieczny wrote: > On 2023-12-08 at 14:42:05 -0800, Charlton Lin wrote: >> diff --git a/tests/kms_sysfs_edid_timing.c b/tests/kms_sysfs_edid_timing.c >> index 775211089f81..582133ea002e 100644 >> --- a/tests/kms_sysfs_edid_timing.c >> +++ b/tests/kms_sysfs_edid_timing.c >> @@ -26,9 +26,9 @@ >> #include >> #include >> >> -#define THRESHOLD_PER_CONNECTOR 150 >> -#define THRESHOLD_PER_CONNECTOR_MEAN 140 >> -#define THRESHOLD_ALL_CONNECTORS_MEAN 100 >> +#define THRESHOLD_PER_CONNECTOR 1500 >> +#define THRESHOLD_PER_CONNECTOR_MEAN 1400 >> +#define THRESHOLD_ALL_CONNECTORS_MEAN 1000 > > This is like increasing it ten times, add this to description. > I am not KMS nor panel expert but is it really that long? Would be worth investigating *why* this specific panel takes so long, instead of allowing *all* panels to do so. We might add a regression that slows down probing and nobody would notice. BR, Jani. -- Jani Nikula, Intel