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 5B08BC433EF for ; Sun, 24 Apr 2022 21:54:28 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E4C6510E21B; Sun, 24 Apr 2022 21:54:27 +0000 (UTC) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by gabe.freedesktop.org (Postfix) with ESMTPS id 862FF10E21B for ; Sun, 24 Apr 2022 21:54:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650837267; x=1682373267; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=8Z3AbwezrA/LcMu8j7HNFp4wr2vPGCQIRXtWj/jPGCo=; b=ili6IiJb+jmqd1WID8hnc8eUhzpEeJOktYMlyZCWLhzzR9dzvDjmD1wQ ncPpDBmVqflV3QaT8F+PMpGo7IfXow+vwQKU437qgkPCuSCl0joVseSzs EYtFysKHMsBVSc7ahW+F7pwK7ADfA9PtQDvw6joo4UUlJZK+m9z/jZ2DL wIG8+BQtdfw3YQ8oO2ptcfSfvPHvqAnmib8HLCoD//ayWgNP4DQpScjjs Bo22JwkTqhsJooZLDeN9mLttFkhGKh+tdNGX8hVD5o1WHyKPVXVh8zlpz Dexnes7vtJ2gYg1uYoUJATzcJxMDLhwSn3RGQ/NqnZeih/AXt4ohOuPe4 w==; X-IronPort-AV: E=McAfee;i="6400,9594,10327"; a="328021136" X-IronPort-AV: E=Sophos;i="5.90,287,1643702400"; d="scan'208";a="328021136" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Apr 2022 14:54:27 -0700 X-IronPort-AV: E=Sophos;i="5.90,287,1643702400"; d="scan'208";a="729431092" Received: from fmihut-mobl1.ger.corp.intel.com (HELO intel.com) ([10.252.47.38]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Apr 2022 14:54:25 -0700 Date: Sun, 24 Apr 2022 23:54:22 +0200 From: Andi Shyti To: Ashutosh Dixit Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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" 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 Thanks, Andi