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 8B76BC433FE for ; Wed, 25 May 2022 12:49:27 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0992A10EBD1; Wed, 25 May 2022 12:49:27 +0000 (UTC) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8D25F10EBFD for ; Wed, 25 May 2022 12:49:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1653482965; x=1685018965; h=date:message-id:from:to:cc:subject:in-reply-to: references:mime-version; bh=yxfuVR7f2ys9YaHmSJdR9SJ3igOqtsUJTVJxPpO8+EE=; b=S+lZ1GUnr1aDcRAzAnUEAX3+5iTKcrLf4FKF+5F2pJkLOKjEEMStf0gG 0hkCJ6HUPbsYovh2KeewhCkbwjfdmbRQxI1mKhzRX1Y7wFEzRtwp5CBwl mugJ/5cpP4B9nGDUhe1+EOdzgiWr2C1OPYybeXfvmdN8GjfjdMh13nZ8e YY6hEBmvrumNdePGLTfa0QDeYbu7avs5ZqTiDgtoDeX9XsazO5LEvdWSk NTM7A+2mGgTA9CXUzcg7bn4duSk4SjJBihAHny+6F9BKPfr2mk/dKWlvq 7ws/VSo+iqn5gwS97nzmopQ70z6yMLYDshsH60prJhs6tqtBjJ2vN66CW w==; X-IronPort-AV: E=McAfee;i="6400,9594,10357"; a="273801248" X-IronPort-AV: E=Sophos;i="5.91,250,1647327600"; d="scan'208";a="273801248" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 May 2022 05:49:25 -0700 X-IronPort-AV: E=Sophos;i="5.91,250,1647327600"; d="scan'208";a="703982814" Received: from adixit-mobl1.amr.corp.intel.com (HELO adixit-arch.intel.com) ([10.212.247.119]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 May 2022 05:49:24 -0700 Date: Wed, 25 May 2022 01:21:06 -0700 Message-ID: <877d6ahvkd.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Tvrtko Ursulin 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/28.1 (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 v6 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: intel-gfx@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Mon, 23 May 2022 01:57:51 -0700, Tvrtko Ursulin wrote: > > On 13/05/2022 02:36, 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 > > Patches 1, 3 and 5 have been merged to drm-intel-next, and then branch > cross-merged into drm-intel-gt-next. > > You can try re-sending the rest of the series now and see if that goes > smoothly. I sent the patches out Mon but am struggling to get a satisfactory CI run from what it looks like are CI issues (CI runs were fine on previous versions). Will update after we have successful CI. Thanks.