From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 16 Mar 2023 21:12:31 -0700 Message-ID: <87ilf0vwwg.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Vinay Belgaumkar In-Reply-To: <20230314180640.2275192-1-vinay.belgaumkar@intel.com> References: <20230314180640.2275192-1-vinay.belgaumkar@intel.com> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Subject: Re: [igt-dev] [PATCH i-g-t] i915_pm_rps: Enable waitboost tests for SLPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: igt-dev@lists.freedesktop.org, intel-gfx@lists.freedesktop.org Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: On Tue, 14 Mar 2023 11:06:40 -0700, Vinay Belgaumkar wrote: > > Waitboost is supported with SLPC. Re-enable the tests so > we have coverage. Reviewed-by: Ashutosh Dixit 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 A0928C6FD1D for ; Fri, 17 Mar 2023 04:12:36 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5B11410E0A2; Fri, 17 Mar 2023 04:12:35 +0000 (UTC) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by gabe.freedesktop.org (Postfix) with ESMTPS id 57F8910E02C; Fri, 17 Mar 2023 04:12:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1679026352; x=1710562352; h=date:message-id:from:to:cc:subject:in-reply-to: references:mime-version; bh=ls0LbCKFrHK0YVfOHQ2AbK59H2UxWD/WgYv0Hw7Nl50=; b=QoQdGVyNWViipIW1NAcwjqtl2PSkkRFOP8C8vjlVQTAqlCNQxPnY9Paj dkftyXgKZV+6a2AN/Io9mcb4WixP5d94/PmjjvXyzp0cabVw4HWjjd0u2 SeACet4xZla8T1WZY38DZegIH4Qv690murGFTh+U5sd0pxNOiwxon83zU Kjf7/Jd/qL2tniKuy5Ph7NGsIAWRgE0EJ7LoTiCotx0p/EgcbjSQLymxC mMfXAsh7EzO3VyuPaKwXII+aD0IvY1tsZyrlZQwoLmUbdbE1jQNqSxsW7 wsEO/eVMAnfbb8eThVTDjG64zridlnRPD1G7zpJvaytW4xCwEsLzGTI2x A==; X-IronPort-AV: E=McAfee;i="6600,9927,10651"; a="322027724" X-IronPort-AV: E=Sophos;i="5.98,267,1673942400"; d="scan'208";a="322027724" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Mar 2023 21:12:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10651"; a="630150334" X-IronPort-AV: E=Sophos;i="5.98,267,1673942400"; d="scan'208";a="630150334" Received: from adixit-mobl.amr.corp.intel.com (HELO adixit-arch.intel.com) ([10.209.119.150]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Mar 2023 21:12:31 -0700 Date: Thu, 16 Mar 2023 21:12:31 -0700 Message-ID: <87ilf0vwwg.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Vinay Belgaumkar In-Reply-To: <20230314180640.2275192-1-vinay.belgaumkar@intel.com> References: <20230314180640.2275192-1-vinay.belgaumkar@intel.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/28.2 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Subject: Re: [Intel-gfx] [igt-dev] [PATCH i-g-t] i915_pm_rps: Enable waitboost tests for SLPC X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: igt-dev@lists.freedesktop.org, intel-gfx@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Tue, 14 Mar 2023 11:06:40 -0700, Vinay Belgaumkar wrote: > > Waitboost is supported with SLPC. Re-enable the tests so > we have coverage. Reviewed-by: Ashutosh Dixit