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 98E20C47DAF for ; Mon, 22 Jan 2024 07:39:51 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 65ED010E63C; Mon, 22 Jan 2024 07:39:46 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.8]) by gabe.freedesktop.org (Postfix) with ESMTPS id B4DA110E63C for ; Mon, 22 Jan 2024 07:39:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1705909185; x=1737445185; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=0AsccJI98u1f+yE/sr1NfZUw7xAIgIKGEO8wtIcngyY=; b=e5EuQ3638WshJwFXLmxfYA4FTw/lJ8INate1z+XQPeGL3idReLe1622K udbzvEus0vDk2hfCQqcSCcWYHLiC25sKfT93H8zajnllUJHMGZMb06fJa LBAgEvhqX4RAWBoUAq+G4g+C+Bk9qCpOVWcJ7GnbRALloAFAkXe/DYWGF HRKn65GRmDviI3O3mXiPWorJ5qt+MQnxg0FVY4y6wJZFwkNCs7/G0jW4o XxlKZMG3FlcyFY5a6Bp9pEs5LyKIukFsYSxeQtqvniykDnHdNksU39WgP oWYqbqXiSINx6O29gQ1x+fbPiIxtPSxn/xJ9Fl9CB4jJVUsxnuPl/1e/q A==; X-IronPort-AV: E=McAfee;i="6600,9927,10960"; a="14640888" X-IronPort-AV: E=Sophos;i="6.05,211,1701158400"; d="scan'208";a="14640888" Received: from fmviesa003.fm.intel.com ([10.60.135.143]) by fmvoesa102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Jan 2024 23:39:44 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.05,211,1701158400"; d="scan'208";a="1084744" Received: from kunal-x299-aorus-gaming-3-pro.iind.intel.com ([10.190.239.13]) by fmviesa003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Jan 2024 23:39:43 -0800 From: Kunal Joshi To: igt-dev@lists.freedesktop.org Subject: [PATCH i-g-t 0/2] extend psr2_sf test for pr_sf Date: Mon, 22 Jan 2024 13:19:12 +0530 Message-Id: <20240122074914.1161997-1-kunal1.joshi@intel.com> X-Mailer: git-send-email 2.25.1 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: , Cc: Kunal Joshi Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" kmd series [1] adds supports for panel replay selective fetch, modify lib and kms_psr2_sf to extend kms_psr2_sf tests to validate panel replay selective fetch as well. [1] https://patchwork.freedesktop.org/patch/575163/?series=128193&rev=3 Kunal Joshi (2): lib/igt_psr.c: add support for panel replay sf tests/intel/kms_psr2_sf: extend tests for panel replay sf lib/igt_psr.c | 46 +++++++++----- lib/igt_psr.h | 6 +- tests/intel/kms_psr2_sf.c | 127 ++++++++++++++++++++++---------------- tests/kms_async_flips.c | 4 +- tests/kms_cursor_legacy.c | 2 +- 5 files changed, 111 insertions(+), 74 deletions(-) -- 2.25.1