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 3B13AC433EF for ; Mon, 15 Nov 2021 14:31:47 +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 0B97261B3F for ; Mon, 15 Nov 2021 14:31:47 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 0B97261B3F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ffwll.ch 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 E55926EE1A; Mon, 15 Nov 2021 14:31:44 +0000 (UTC) Received: from mail-ed1-x529.google.com (mail-ed1-x529.google.com [IPv6:2a00:1450:4864:20::529]) by gabe.freedesktop.org (Postfix) with ESMTPS id F2D376EE14 for ; Mon, 15 Nov 2021 14:31:42 +0000 (UTC) Received: by mail-ed1-x529.google.com with SMTP id w1so6724735edc.6 for ; Mon, 15 Nov 2021 06:31:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=fbcTbLjQBdVoRHk/d84kLo+kIQplSoYyq9eL4kalAIg=; b=a1ddi0dqXM1l2apNRb4Kl0bLUXWz2/I9l7ZoV7oXxeOKVhPgFEI+5s4Q7R8xy5JJ6g /YAEB1aYO949LKPmO5i33ldsEF6m+RPkWE350+UUvzBG3uDSbIuFo1s/SOsFrk4lYw+E FmXIvhzNXp9/ak0FV6sVz5FHL9nWwCHFNx1hc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=fbcTbLjQBdVoRHk/d84kLo+kIQplSoYyq9eL4kalAIg=; b=YyUJXmGPget64l5j8qAY0pyMP5i9v6+XrWtkP8c3nCwGZ+xM61vbRW0uxyJfz1QsWY j2Imvz/Y2Fnikk4sqjAMsWoikjtw22OcTj6wBCY+mPSOcs8LbcGiTP8ttvwlpmx1e7UQ JSv37EFYwfEdBZbPRH51yRirHnHdDjbt4kU5DYIWGWxr15CWFUDZwQC9neJxnuELnUV3 w0HRhWET5Lj0i2+354pBrXqqC58UPUNqwo0Fp58uuA8gtJ4SQtXBMvgOxGjBKetzTn30 PRSEMtj/NPLFObN9dLF6tUcCIaVHO0nzECsqjTGUduVjZeajrLilTjNL6pjRyrnV+Fcq R5fA== X-Gm-Message-State: AOAM533+8mfEskxS3KDrIkiyg+YLRWH2qjZ8vgcZ1P7ieAXA7qUfcGzf rk8XYSeZ/vCR+LN0maPCeKzBv6ePPJAw4Q== X-Google-Smtp-Source: ABdhPJzNJZLm2iPngWfJxS9XRToP3pQBBsidtsIzut6JD0xBcpCQShNXcyl9Mg6LJAp8FykQiSujcA== X-Received: by 2002:a05:6402:3596:: with SMTP id y22mr58217917edc.255.1636986701515; Mon, 15 Nov 2021 06:31:41 -0800 (PST) Received: from phenom.ffwll.local ([2a02:168:57f4:0:efd0:b9e5:5ae6:c2fa]) by smtp.gmail.com with ESMTPSA id lv19sm6965171ejb.54.2021.11.15.06.31.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 15 Nov 2021 06:31:41 -0800 (PST) Date: Mon, 15 Nov 2021 15:31:39 +0100 From: Daniel Vetter To: Jani Nikula Message-ID: References: <87y25p1vm3.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87y25p1vm3.fsf@intel.com> X-Operating-System: Linux phenom 5.10.0-8-amd64 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, Andy Shevchenko , dri-devel@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Mon, Nov 15, 2021 at 01:55:32PM +0200, Jani Nikula wrote: > On Mon, 15 Nov 2021, Jani Nikula wrote: > > Took Andy's patch [1] and expanded on it a bit. > > > > BR, > > Jani. > > > > > > [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 > > Forgot to mention, I replaced the drm/i915 prefix with agp/intel-gtt > here, no other changes to Andy's patch. Acked-by: Daniel Vetter Also feel free to push through drm-intel.git just in case you wondered about that. -Daniel > > > > > 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(-) > > -- > Jani Nikula, Intel Open Source Graphics Center -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch