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 7D9C0CD6E5A for ; Wed, 11 Oct 2023 11:36:38 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A556B10E714; Wed, 11 Oct 2023 11:36:37 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3BE1C10E712; Wed, 11 Oct 2023 11:36:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1697024195; x=1728560195; h=from:to:cc:subject:in-reply-to:references:date: message-id:mime-version; bh=nGDOfXk8/hL0viVYqPMNYvzitIGkw3ffsjD2bFllPE8=; b=jDslfDp0qbMWk1P7W18ATDlJ3+JnRAa9MPGISptcMd+utwgQ2W+jSB/4 igAKR7LW6Bl/ZyxxXBfoq+u6cJ34v1r7bKZuwPlOguIyNLaCDSO2VGkTB TKQjHTuuyz14rjzEpwCtxgbCddqgax0+N+eZ0NdLvZKj9ECapSnTwdbEx yacX0O/mq7iHrz/w9XYZKFf49saH9pxwUW+g/w9GAU1LlqLwWO0XOVM46 6HAqR6kLElcPQ39u0UK8QDLquU2j5XGZRVK/Rj91JELB1h58ctKD/ycgP fMp+JnfZN+zmf4wrawIJyRRBE56LWxIDxGTCZ6w3HTOkof+PGfBnz3vv2 w==; X-IronPort-AV: E=McAfee;i="6600,9927,10859"; a="448837756" X-IronPort-AV: E=Sophos;i="6.03,214,1694761200"; d="scan'208";a="448837756" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Oct 2023 04:36:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10859"; a="730466430" X-IronPort-AV: E=Sophos;i="6.03,214,1694761200"; d="scan'208";a="730466430" Received: from bjvanakk-mobl.ger.corp.intel.com (HELO localhost) ([10.252.42.111]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Oct 2023 04:36:33 -0700 From: Jani Nikula To: Zhenyu Wang In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <20230926121904.499888-1-jani.nikula@intel.com> <871qeafszw.fsf@intel.com> <878r8963o6.fsf@intel.com> Date: Wed, 11 Oct 2023 14:36:29 +0300 Message-ID: <87lec94chu.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Intel-gfx] [PATCH 1/4] drm/i915/gvt: remove unused to_gvt() and reduce includes 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, intel-gvt-dev@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Wed, 11 Oct 2023, Zhenyu Wang wrote: > On 2023.10.11 10:04:09 +0300, Jani Nikula wrote: >> On Wed, 11 Oct 2023, Zhenyu Wang wrote: >> > On 2023.10.04 15:54:11 +0300, Jani Nikula wrote: >> >> On Tue, 26 Sep 2023, Jani Nikula wrote: >> >> > gvt.h has no need to include i915_drv.h once the unused to_gvt() has >> >> > been removed. >> >> > >> >> > Signed-off-by: Jani Nikula >> >> >> >> Zhenyu, Zhi, ping? >> >> >> > >> > Sorry for late reply, as last week was full holiday here. >> > >> > Reviewed-by: Zhenyu Wang >> > >> > I don't think I need to do extra pick and pull request for this or >> > let me know if you has question. >> >> Did you pick them up to gvt-next or shall I pick them up to >> drm-intel-next? >> >> If the former, I think I'd actually like a pull request, because >> otherwise the trees will be out-of-sync for a long time. >> > > Sorry, I mean it's fine for me if you directly pick them for drm-intel-next. Thanks for the review, pushed to drm-intel-next. BR, Jani. -- Jani Nikula, Intel