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 43D6F10E512 for ; Wed, 15 Nov 2023 09:20:35 +0000 (UTC) Message-ID: <41bca00b-bf67-d3d4-f4af-bc4255b71c4e@intel.com> Date: Wed, 15 Nov 2023 14:50:11 +0530 Content-Language: en-US To: =?UTF-8?B?VmlsbGUgU3lyasOkbMOk?= References: <20231113081930.1189688-1-bhanuprakash.modem@intel.com> <20231113081930.1189688-5-bhanuprakash.modem@intel.com> From: "Modem, Bhanuprakash" In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Subject: Re: [igt-dev] [i-g-t 4/5] tests/kms_flip: Fix Bigjoiner checks List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: igt-dev@lists.freedesktop.org Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Hi Ville, On Wed-15-11-2023 02:04 pm, Ville Syrjälä wrote: > On Mon, Nov 13, 2023 at 01:49:29PM +0530, 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: - Limit the bigjoiner checks to intel hardware >> >> Signed-off-by: Bhanuprakash Modem >> Reviewed-by: Ankit Nautiyal >> --- >> tests/kms_flip.c | 18 +++++++++++------- >> 1 file changed, 11 insertions(+), 7 deletions(-) >> >> diff --git a/tests/kms_flip.c b/tests/kms_flip.c >> index fc7cee050..d34596599 100755 >> --- a/tests/kms_flip.c >> +++ b/tests/kms_flip.c > >> @@ -2136,6 +2139,7 @@ igt_main_args("e", NULL, help_str, opt_handler, NULL) >> for (i = 0; i < sizeof(tests) / sizeof(tests[0]); i++) >> tests[i].flags &= ~(TEST_CHECK_TS | TEST_VBLANK_EXPIRED_SEQ); >> } >> + max_dotclock = igt_get_max_dotclock(drm_fd); > > That seems to have broken the test for !display platforms (bat-atsm-1). Thanks for pointing it, I have floated fix here[1]. Please help to review. [1]: https://patchwork.freedesktop.org/series/126449/ - Bhanu > >> } >> >> igt_describe("Tests that nonblocking reading fails correctly"); >> -- >> 2.40.0 >