From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9331C10E7B6 for ; Thu, 7 Dec 2023 06:59:53 +0000 (UTC) From: Bhanuprakash Modem To: igt-dev@lists.freedesktop.org, ville.syrjala@linux.intel.com, mitulkumar.ajitkumar.golani@intel.com Date: Thu, 7 Dec 2023 12:18:50 +0530 Message-Id: <20231207064900.3328723-1-bhanuprakash.modem@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [i-g-t V6 00/10] tests/kms_vrr: Add new subtest to switch RR without modeset List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Add new subtests to - Toggle the VRR enabled - Switch between low refresh rate to high refresh rate and vice versa seamlessly without modeset. V2: Minor cleanups V3: Fix few condition checks V4: Fix Negative subtest V5: Different tests for VRR & DRRS V6: Include VRR-fastset as part of this series. Bhanuprakash Modem (10): tests/kms_vrr: Use lib helper to print connector modes tests/kms_vrr: Clear VRR before exit tests/kms_vrr: Move all config constaints to new function tests/kms_vrr: Fix bigjoiner constraint tests/kms_vrr: Fix the logic to calculate expected rate tests/kms_vrr: Add a helper to get the low refresh mode tests/kms_vrr: Add new subtest to switch RR without modeset tests/kms_vrr: Add new subtest for DRRS without modeset tests/kms_vrr: New subtest for toggle VRR during fastsets HAX: DO_NOT_MERGE: test only vrr tests tests/intel-ci/fast-feedback.testlist | 180 +-------------- tests/intel-ci/xe-fast-feedback.testlist | 267 +---------------------- tests/kms_vrr.c | 243 +++++++++++++++++---- 3 files changed, 213 insertions(+), 477 deletions(-) -- 2.40.0