From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1D391C27C4F for ; Tue, 18 Jun 2024 08:30:55 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B1B2110E5DA; Tue, 18 Jun 2024 08:30:54 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="H/90EGkT"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.9]) by gabe.freedesktop.org (Postfix) with ESMTPS id BEC5310E5DA for ; Tue, 18 Jun 2024 08:30:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1718699453; x=1750235453; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=9eO+sQi4NC+iEFrVat5D3z79FAKs1A90EHSFVCF9YMk=; b=H/90EGkTf4wsECRoyMhUrtbRu9mUUNxIL1E3vGF/IIM7eKhtKAhvsWQv bYnj5OIcb7F6ymoHca/jm4+kDU6yqRMV2gfH7LDFDvOOE1/N12SnX3fqE zOuV1485ELqkEPDCuK10bswchHDXvRBgRBOhjvP/21yW0SNSrC4p8XVUl RRlFDvdTsgcAA972d74nrXRNm05FwegCHYl1syoWMfVhSq4rCSNgRfEEq hQBHrAR/w8dQv6WSgppCsBBXiVK6sHt5cyJXdFvvkfzllo2OgQQ0c7yZw onIKmjuDJSxCUx4gBzwOEbtiLhaJ4rDCBv3iQuWj7RC0Ekd12KRoBSFSt A==; X-CSE-ConnectionGUID: +DTV6yUDStqIvoRiTPpp+w== X-CSE-MsgGUID: 9D269trZS/GbdfhaWq5yVg== X-IronPort-AV: E=McAfee;i="6700,10204,11106"; a="38082158" X-IronPort-AV: E=Sophos;i="6.08,247,1712646000"; d="scan'208";a="38082158" Received: from fmviesa002.fm.intel.com ([10.60.135.142]) by orvoesa101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Jun 2024 01:30:53 -0700 X-CSE-ConnectionGUID: yByqeR/FSnactP74W7gWvQ== X-CSE-MsgGUID: FW0MAUNiTdOGBxepIe8taA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.08,247,1712646000"; d="scan'208";a="64699482" Received: from bhanu-nuclab.iind.intel.com ([10.145.169.172]) by fmviesa002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Jun 2024 01:30:50 -0700 From: Bhanuprakash Modem To: igt-dev@lists.freedesktop.org, jeevan.b@intel.com Cc: Bhanuprakash Modem Subject: [i-g-t V6 0/8] Force joiner support in bigjoiner checks Date: Tue, 18 Jun 2024 13:52:40 +0530 Message-ID: <20240618082248.4070611-1-bhanuprakash.modem@intel.com> X-Mailer: git-send-email 2.43.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: igt-dev@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development mailing list for IGT GPU Tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" As we recently introduced the option (through debugfs) to force the bigjoiner, needs to extend the support in bigjoiner checks to handle the force joiner. Bhanuprakash Modem (8): lib/igt_kms: Split the bigjoiner check into multiple lib/igt_kms: Update force joiner debugfs check lib/igt_kms: New helper to check force joiner status lib/igt_kms: Force joiner support in bigjoiner checks tests/intel/kms_pm_lpsp: Force joiner support in bigjoiner checks tests/kms_flip: Force joiner support in bigjoiner checks tests/kms_setmode: Force joiner support in bigjoiner checks HAX: Test force joiner on BAT lib/igt_kms.c | 112 +++++++++++++++++++++++++++++------ lib/igt_kms.h | 3 +- tests/intel/kms_big_joiner.c | 2 +- tests/intel/kms_pm_lpsp.c | 3 + tests/kms_flip.c | 30 ++++++++-- tests/kms_pipe_crc_basic.c | 6 ++ tests/kms_setmode.c | 22 +++++-- 7 files changed, 151 insertions(+), 27 deletions(-) -- 2.43.2