From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by gabe.freedesktop.org (Postfix) with ESMTPS id 283D110E5DB for ; Thu, 8 Jun 2023 15:48:01 +0000 (UTC) From: Ashutosh Dixit To: igt-dev@lists.freedesktop.org Date: Thu, 8 Jun 2023 08:47:52 -0700 Message-Id: <20230608154756.2866519-1-ashutosh.dixit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH v2 i-g-t 0/4] gem_ctx_freq: multi-gt support and disable efficient freq List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: v2: Move ignore_slpc_efficient_freq to lib/igt_pm.c (Vinay) Ashutosh Dixit (3): lib/igt_sysfs: Don't assert in igt_sysfs_dir_id_to_name tests/gem_ctx_freq: Disable SLPC efficient freq for the test HAX: Add gem_ctx_freq to BAT testlist Vinay Belgaumkar (1): tests/gem_ctx_freq: Add support for multi-gts lib/igt_pm.c | 17 +++++ lib/igt_pm.h | 1 + lib/igt_sysfs.c | 4 +- tests/i915/gem_ctx_freq.c | 105 +++++++++++++++++--------- tests/intel-ci/fast-feedback.testlist | 1 + 5 files changed, 91 insertions(+), 37 deletions(-) -- 2.38.0