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 2C049C27C79 for ; Fri, 14 Jun 2024 09:50:33 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 73F0410ECBE; Fri, 14 Jun 2024 09:50:32 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="YkRyPjAd"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.18]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8F4E110ECC4 for ; Fri, 14 Jun 2024 09:50:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1718358627; x=1749894627; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=IcvVaO03aKiB/Rublt+9Mie1f3FmYUg0a24xn6rumgY=; b=YkRyPjAd+WsmF08ZaGyJK6RIgk5PAU8EPXv0BE1iqtK+/elHX7o1T25D 422yXFgdnwdMDxNzQPkQEFWiFN3aaT28H4x8FRDnyjNXtOHHkzkKBfCmS U00pjIigP7jNGJNc6nkpuOQJXSOiWhimsA5vNGQzEY/CUh6ZuOvg3ue2F tKJC9uuM64WPvq+lpjrpY3py+AlNyM/J1lZbYHCN1hYeaNoC0F/7Px5FU GbeiTbfC1NgIHNFqCYpHk2SrO2gxi3oUgihssFK4K8EQviJGiygU8HGAn K0ZUpV/JrqH/VMwOmKSeiEkQzot2I8jQ6IJZrDLyx/2sudX0iB9o7fXUf w==; X-CSE-ConnectionGUID: fWZ+i4cAR02Bh0BFnOzjLw== X-CSE-MsgGUID: Az1X8cLpTRSzcq5u3e3kcw== X-IronPort-AV: E=McAfee;i="6700,10204,11102"; a="14970716" X-IronPort-AV: E=Sophos;i="6.08,237,1712646000"; d="scan'208";a="14970716" Received: from orviesa008.jf.intel.com ([10.64.159.148]) by fmvoesa112.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jun 2024 02:50:13 -0700 X-CSE-ConnectionGUID: rnP4i0RoTOKQaPSKWy8OFw== X-CSE-MsgGUID: q25niayRQtWp8gYemsdvJQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.08,237,1712646000"; d="scan'208";a="41129618" Received: from bnilawar-desk1.iind.intel.com ([10.145.169.59]) by orviesa008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jun 2024 02:50:12 -0700 From: Badal Nilawar To: igt-dev@lists.freedesktop.org Cc: vinay.belgaumkar@intel.com Subject: [PATCH i-g-t 0/2] Fix freq_low_max test Date: Fri, 14 Jun 2024 15:37:10 +0530 Message-Id: <20240614100712.38276-1-badal.nilawar@intel.com> X-Mailer: git-send-email 2.34.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: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" Fix freq_low_max test Badal Nilawar (2): Revert "tests/intel/xe_gt_freq: Fix freq_low_max test" "tests/intel/xe_gt_freq: Fix freq_low_max test tests/intel/xe_gt_freq.c | 3 --- 1 file changed, 3 deletions(-) -- 2.34.1