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 6192DFF5134 for ; Tue, 7 Apr 2026 19:39:12 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 246C110E4A7; Tue, 7 Apr 2026 19:39:12 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="dDyGwU8j"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.12]) by gabe.freedesktop.org (Postfix) with ESMTPS id E818D10E4A7; Tue, 7 Apr 2026 19:39:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1775590752; x=1807126752; h=from:to:cc:subject:in-reply-to:references:date: message-id:mime-version:content-transfer-encoding; bh=z7A/ySROSkX4aW0Ri/vEVccpgrLOwsini0+mAhUayZo=; b=dDyGwU8jDwTeqcc7iaoHpCcenct1P+OAnzV+aNRn4CFyAhDoUFxMoeBh GV58OsRTkizlgCuyOkGam2HAft7IYi9QCjPTLUXVuvvJFnhCadUOAmk1z wXJHPB1mZgofXM9o0EX0xe/NrVyzjGH+FTTmbCuYGDsozwQt2JwMQi1oV X08FXrm3SgzGJHIvrYY59yrJyVeD+MTeWYLV3XYrUV8w9zEBRJu6xSEuh cHrHoFE1kmGNioN/25wYBezI38mxOP/vb+MZOdQDeIzKzJgMJPuknSBBW UIQ6YjTxtKzB0322QBRl0KIzw3jQqac+IQzrEmqx0RpvZD/vt7o3kNYHD w==; X-CSE-ConnectionGUID: 7oIDHbh5QAiHfVuyVZr5Kg== X-CSE-MsgGUID: MUeB7cFLRuGCboIDsMZmxQ== X-IronPort-AV: E=McAfee;i="6800,10657,11752"; a="88016643" X-IronPort-AV: E=Sophos;i="6.23,166,1770624000"; d="scan'208";a="88016643" Received: from fmviesa008.fm.intel.com ([10.60.135.148]) by orvoesa104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Apr 2026 12:39:11 -0700 X-CSE-ConnectionGUID: CdTaaMFgTuyMuLZccF29IA== X-CSE-MsgGUID: GYjOHmxtSpOw8BApQmRjrg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.23,166,1770624000"; d="scan'208";a="225502220" Received: from mjarzebo-mobl1.ger.corp.intel.com (HELO localhost) ([10.245.246.244]) by fmviesa008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Apr 2026 12:39:08 -0700 From: Jani Nikula To: Ville =?utf-8?B?U3lyasOkbMOk?= Cc: intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org Subject: Re: [PATCH 2/3] drm/i915/mchbar: move intel_mchbar_regs.h under include/drm/intel In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - c/o Alberga Business Park, 6 krs Bertel Jungin Aukio 5, 02600 Espoo, Finland References: <581eef80fb77b4ab78ca040e60b2a29c844a5232.1775559414.git.jani.nikula@intel.com> Date: Tue, 07 Apr 2026 22:39:05 +0300 Message-ID: <62ecb5604db457e1023ec58c5656239c46816417@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: intel-xe@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Xe graphics driver List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" On Tue, 07 Apr 2026, Ville Syrj=C3=A4l=C3=A4 wrote: > On Tue, Apr 07, 2026 at 01:57:41PM +0300, Jani Nikula wrote: >> drivers/gpu/drm/i915/gt/intel_gt_pm_debugfs.c | 2 +- >> drivers/gpu/drm/i915/gt/uc/intel_guc_slpc.c | 2 +- >> drivers/gpu/drm/i915/gvt/handlers.c | 4 ++-- >> drivers/gpu/drm/i915/intel_gvt_mmio_table.c | 2 +- > > Those four don't seem to need the header anymore. The last one does need it after all. Sent v2 with the cleanup patches. BR, Jani. --=20 Jani Nikula, Intel