From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.115]) by gabe.freedesktop.org (Postfix) with ESMTPS id 6692B10E3FE for ; Tue, 26 Sep 2023 15:43:19 +0000 (UTC) Message-ID: <81ed0dd1-49ef-ce96-4129-8f7d4d927666@intel.com> Date: Tue, 26 Sep 2023 21:12:54 +0530 Content-Language: en-US To: Swati Sharma , References: <20230925142621.479730-1-swati2.sharma@intel.com> From: "Modem, Bhanuprakash" In-Reply-To: <20230925142621.479730-1-swati2.sharma@intel.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: Re: [igt-dev] [PATCH i-g-t] tests/intel/kms_psr2_su: fix igt_require_f() condition List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: On Mon-25-09-2023 07:56 pm, Swati Sharma wrote: > The condition holds for display 13+ platforms. Fix that. This patch is fixing the print message not the condition. Please update the commit subject & message. - Bhanu > > Signed-off-by: Swati Sharma > --- > tests/intel/kms_psr2_su.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/intel/kms_psr2_su.c b/tests/intel/kms_psr2_su.c > index 321144d6b..834fec1ec 100644 > --- a/tests/intel/kms_psr2_su.c > +++ b/tests/intel/kms_psr2_su.c > @@ -331,7 +331,7 @@ igt_main > "Sink does not support PSR2\n"); > > igt_require_f(intel_display_ver(intel_get_drm_devid(data.drm_fd)) < 13, > - "Registers used by this test do not work on display 13\n"); > + "Registers used by this test do not work on display 13+\n"); > > display_init(&data); >