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 BCEA0C433F5 for ; Fri, 29 Apr 2022 01:21:21 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2AB6E10F5F9; Fri, 29 Apr 2022 01:21:21 +0000 (UTC) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7B29810F5F9 for ; Fri, 29 Apr 2022 01:21:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651195279; x=1682731279; h=date:message-id:from:to:cc:subject:in-reply-to: references:mime-version; bh=8yyLBh1v4384TVEBu57O7HnVuQqMgdS/TQBIyn7alTM=; b=bM9Z7eGRMUozbodq+RpvHR0huJGhPCCUOg/lYjsEY8uq5sPfMjYq3zZF lVEbWfxeB00dmWxWQZdYpPglpUsClPo/WuL376nbgPttEoSV3En7mcDZQ uhX+uF6cdINH2kknRksQxta0iOgfwNXqnECv4NgfABwZ8BqAStQVJoUcn gf4HYKz+WGrK3HD3N8O8mJ6VZx4laSFeQa7to0ChgRf3AxVP5gvWQ8B58 pW/kSjin4NTvq+SwEjUZt5hFADV9cFVY/K8kBF2iLnrMurXYs6mnHV2TI R+2rrHlKlqWkOadiPLy+rMsdZXp8Q9DmuVtK07/NyHImuZBl7F2wf/cFU w==; X-IronPort-AV: E=McAfee;i="6400,9594,10331"; a="291653300" X-IronPort-AV: E=Sophos;i="5.91,296,1647327600"; d="scan'208";a="291653300" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Apr 2022 18:21:19 -0700 X-IronPort-AV: E=Sophos;i="5.91,296,1647327600"; d="scan'208";a="629834538" Received: from adixit-mobl1.amr.corp.intel.com (HELO adixit-arch.intel.com) ([10.209.8.103]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Apr 2022 18:21:19 -0700 Date: Thu, 28 Apr 2022 18:21:18 -0700 Message-ID: <875yms65wx.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Andi Shyti 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 4/9] drm/i915/gt: Convert callers to user per-gt pcode functions 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 Sun, 24 Apr 2022 14:54:22 -0700, Andi Shyti wrote: > > Hi Ashutosh, > > On Tue, Apr 19, 2022 at 11:25:04PM -0700, Ashutosh Dixit wrote: > > Convert appropriate callers to use per-gt pcode functions. Callers using > > pcode functions at "global scope", including *all* display functions are > > not converted, they continue to use the legacy pcode interface. > > > > Cc: Andi Shyti > > Cc: Jani Nikula > > Cc: Rodrigo Vivi > > Signed-off-by: Ashutosh Dixit > > Reviewed-by: Andi Shyti Retaining the R-b since change in v3 is just s/gt/gt->uncore/.