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 6F6A3C433F5 for ; Thu, 12 May 2022 04:38:13 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A7A6310E77E; Thu, 12 May 2022 04:38:12 +0000 (UTC) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTPS id BC7F810E77E for ; Thu, 12 May 2022 04:38:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652330291; x=1683866291; h=date:message-id:from:to:cc:subject:in-reply-to: references:mime-version; bh=0z3zQluNJwmkgpJ33DGqilef1d9VmJFPkCJghMtpHDM=; b=ag5swH7UK1WD7GOs/av+YUVx1BaY1o++6AZfSHmcNGWLrS43GkWAvuyg 1HiiulOCkHNOQ1E+u104mquNwlO+2SqlAVVYzhO5NLGLyKVe4JVZnMg7D yGrDvGuo5kTFgXL2SYDmlQOYnEyz31aOBlg63ir57PTJettmebqS7MQyo 6j2GRma80QvQrPWYxIqmdyZXDT9uTtoUY6xtbXG1ZX/8ILaZdMy9rET7o XNnnje3/cLUGC6CmyzPYBa96wPIECqCXo4QJgWgKXF0vC4+le/Pa1xdch Pvfga5o3hFkSRyDXykzrLakKlQJOnti6936oRGFhUAROGKR9a5m2aU6M1 A==; X-IronPort-AV: E=McAfee;i="6400,9594,10344"; a="269560448" X-IronPort-AV: E=Sophos;i="5.91,218,1647327600"; d="scan'208";a="269560448" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 May 2022 21:38:11 -0700 X-IronPort-AV: E=Sophos;i="5.91,218,1647327600"; d="scan'208";a="739517054" Received: from adixit-mobl1.amr.corp.intel.com (HELO adixit-arch.intel.com) ([10.252.130.105]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 May 2022 21:38:11 -0700 Date: Wed, 11 May 2022 21:38:10 -0700 Message-ID: <878rr774ct.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: In-Reply-To: References: 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/27.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] [PATCH v5 0/7] drm/i915: Media freq factor and per-gt enhancements/fixes 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: Jani Nikula Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Wed, 11 May 2022 19:32:13 -0700, Ashutosh Dixit wrote: > > Some recent Intel dGfx platforms allow media IP to work at a different > frequency from the base GT. This patch series exposes sysfs controls for > this functionality in the new per-gt sysfs. Some enhancements and fixes to > previous per-gt functionality are also included to complete the new > functionality: > * Patches 1 and 2 implement basic sysfs controls for media freq > * Patch 3 extends previous pcode functions for multiple gt's > * Patch 4 inits pcode on different gt's > * Patch 5 adds a couple of pcode helpers > * Patch 6 uses the new pcode functions to retrieve media RP0/RPn freq > * Patch 7 fixes memory leaks in the previous per-gt sysfs implementation > and some code refactoring In this v5 I have dropped the last two patches of the v4 series, these ones: [PATCH 7/8] drm/i915/gt: Expose per-gt RPS defaults in sysfs [PATCH 8/8] drm/i915/gt: Expose default value for media_freq_factor in per-gt sysfs Because these need more work based on the review comments. If this series is merged I will submit these patches as a separate series, otherwise I will re-add them to this series and resubmit (due to dependence between this series and those patches). Apart from this, I believe I have addressed all previous review comments on the patches in this series. Thanks for reviewing, Ashutosh