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 EFB19C433EF for ; Thu, 17 Feb 2022 07:38:28 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 426AB10E967; Thu, 17 Feb 2022 07:38:28 +0000 (UTC) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id EC85D10E157; Thu, 17 Feb 2022 07:38:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1645083507; x=1676619507; h=from:to:cc:subject:in-reply-to:references:date: message-id:mime-version; bh=95PVtzd8+x4bl4Blz6/cVKLMrONA/5I7Kdokv0tHahc=; b=L6hOhU5MVWYVaj/7zYDXdTW21PEX5S2cye/d/OnTaWdvxsZHnbnDGn1a byuommMck/UIbujNWAd3zqIR2qWIsTJmjORpcX7ns/7Z0Rw9K2ZhpO8wR /M3lUQ7RI9cbvt21iDMvuQOtrSDqot8BRmtcjzNYojRJ1OvzmF1Ck/K+t hVGOvtQ99A0ENGkkIAM+1XmXgoF6IwUgqhY0eV0RSeQWO08j04VFtU/95 zBLdhySoH5LF4Qq1MaRhf8NsOnJcWFwDU/4/2LeTIW6JI2DdgQ98AUZHF ppeAzH5npRAg98Oc/YxIxz4yPNSwid55eluCSCim0VPX/REA9F0kUZklE w==; X-IronPort-AV: E=McAfee;i="6200,9189,10260"; a="238219891" X-IronPort-AV: E=Sophos;i="5.88,375,1635231600"; d="scan'208";a="238219891" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Feb 2022 23:38:26 -0800 X-IronPort-AV: E=Sophos;i="5.88,375,1635231600"; d="scan'208";a="501477825" Received: from acushion-mobl1.ger.corp.intel.com (HELO localhost) ([10.252.21.45]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Feb 2022 23:38:24 -0800 From: Jani Nikula To: "Wang, Zhi A" , "intel-gfx@lists.freedesktop.org" In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <20220215122030.2741656-1-jani.nikula@intel.com> Date: Thu, 17 Feb 2022 09:38:21 +0200 Message-ID: <87a6eq3pua.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Intel-gfx] [PATCH] drm/i915/gvt: #include drm_edid.h for drm_edid_block_valid() 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: Stephen Rothwell , "intel-gvt-dev@lists.freedesktop.org" Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Wed, 16 Feb 2022, "Wang, Zhi A" wrote: > On 2/15/22 12:20 PM, Nikula, Jani wrote: >> As the excessive #includes from i915_drv.h were axed, kvmgt.c build >> started failing. Add the necessary #include where needed. >> >> Reported-by: Stephen Rothwell >> Fixes: 14da21cc4671 ("drm/i915: axe lots of unnecessary includes from i915_drv.h") >> Cc: Tvrtko Ursulin >> Cc: Zhenyu Wang >> Cc: Zhi Wang >> Cc: intel-gvt-dev@lists.freedesktop.org >> Signed-off-by: Jani Nikula >> >> --- >> >> Going to merge this via drm-intel-next along with the regressing commit. >> --- >> drivers/gpu/drm/i915/gvt/kvmgt.c | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/drivers/gpu/drm/i915/gvt/kvmgt.c b/drivers/gpu/drm/i915/gvt/kvmgt.c >> index 20b82fb036f8..e8d6c76e9234 100644 >> --- a/drivers/gpu/drm/i915/gvt/kvmgt.c >> +++ b/drivers/gpu/drm/i915/gvt/kvmgt.c >> @@ -46,6 +46,8 @@ >> >> #include >> >> +#include >> + >> #include "i915_drv.h" >> #include "gvt.h" >> >> > Hi: > > Thanks for the notification! > > Reviewed-by: Zhi Wang Thanks, pushed to drm-intel-next. BR, Jani. -- Jani Nikula, Intel Open Source Graphics Center