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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8F01AC433EF for ; Mon, 15 Nov 2021 15:01:24 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 4D08063211 for ; Mon, 15 Nov 2021 15:01:24 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 4D08063211 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 6EBEB6EAAD; Mon, 15 Nov 2021 15:01:23 +0000 (UTC) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by gabe.freedesktop.org (Postfix) with ESMTPS id B8C636EAAD; Mon, 15 Nov 2021 15:01:19 +0000 (UTC) X-IronPort-AV: E=McAfee;i="6200,9189,10168"; a="257202914" X-IronPort-AV: E=Sophos;i="5.87,236,1631602800"; d="scan'208";a="257202914" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Nov 2021 07:01:19 -0800 X-IronPort-AV: E=Sophos;i="5.87,236,1631602800"; d="scan'208";a="603868528" Received: from smile.fi.intel.com ([10.237.72.184]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Nov 2021 07:01:17 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.95) (envelope-from ) id 1mmdTp-0077l8-Dv; Mon, 15 Nov 2021 17:01:09 +0200 Date: Mon, 15 Nov 2021 17:01:09 +0200 From: Andy Shevchenko To: Jani Nikula Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Subject: Re: [Intel-gfx] [PATCH 0/3] drm/i915, agp/intel-ggt: clean up 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, dri-devel@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Mon, Nov 15, 2021 at 01:53:10PM +0200, Jani Nikula wrote: > Took Andy's patch [1] and expanded on it a bit. Thank you! It's always good to have cleanups in the headers, Acked-by: Andy Shevchenko for your changes (including ones that you've done against my patch). > [1] https://patchwork.freedesktop.org/patch/msgid/20211110102857.59604-1-andriy.shevchenko@linux.intel.com > > Cc: Andy Shevchenko > > Andy Shevchenko (1): > agp/intel-gtt: Replace kernel.h with the necessary inclusions > > Jani Nikula (2): > drm/i915: include intel-gtt.h only where needed > agp/intel-gtt: reduce intel-gtt dependencies more > > drivers/char/agp/intel-gtt.c | 1 + > drivers/gpu/drm/i915/gt/intel_ggtt.c | 2 ++ > drivers/gpu/drm/i915/gt/intel_gt.c | 2 ++ > drivers/gpu/drm/i915/i915_drv.h | 1 - > include/drm/intel-gtt.h | 8 +++++--- > 5 files changed, 10 insertions(+), 4 deletions(-) > > -- > 2.30.2 > -- With Best Regards, Andy Shevchenko