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 3BA38CCF9F0 for ; Thu, 30 Oct 2025 09:31:53 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E97E810E94B; Thu, 30 Oct 2025 09:31:52 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="b4OLUpKi"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.9]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1474C10E982; Thu, 30 Oct 2025 09:31:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1761816711; x=1793352711; h=from:to:cc:subject:in-reply-to:references:date: message-id:mime-version; bh=3FPdTpZR83si+yuH/c402GUFfTFQVmELajVIkuqFlnI=; b=b4OLUpKioDBaO6hW1tBSbycCrwA2Lnz7CLB//qA7jIKAB9Ptumtcvms4 SfA60kGrIYfdcgvHLpaIXAQLdohxu8pyGXjeRduFbObzgoOewmCEpKZZM 3AkGC4pOyUduJYr8r8Spr3TyyDNsTW/bFT/9iJakiaVsQXFwa2HM9Oo/Z hKwhZXH0tMjazBglA9Pm+tNdqyFQ3fuqGSSkNAjHCBiv/hfKROA8UhmwX N09e6qDvQMqjuZtciqBeXYQHXBY/E+CWRGRUrS4fEdxDfao2yOoCYDSu0 kTwXp/XBzwJo7PK5KKM0IwOIY7UmtRkNarNBHKw5v1PyDyMdbFDLWfXp6 Q==; X-CSE-ConnectionGUID: 0GYKGoqlROC2xMq4ToV8rg== X-CSE-MsgGUID: qommbxJFTaKzSK7x+9VpHg== X-IronPort-AV: E=McAfee;i="6800,10657,11597"; a="74628866" X-IronPort-AV: E=Sophos;i="6.19,266,1754982000"; d="scan'208";a="74628866" Received: from orviesa002.jf.intel.com ([10.64.159.142]) by fmvoesa103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Oct 2025 02:31:51 -0700 X-CSE-ConnectionGUID: 3Gs3lrS2QZKB7k9WNWSnnQ== X-CSE-MsgGUID: u41Uudm1RwaJftbedo5Vhw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.19,266,1754982000"; d="scan'208";a="216567392" Received: from ettammin-desk.ger.corp.intel.com (HELO localhost) ([10.245.246.223]) by orviesa002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Oct 2025 02:31:48 -0700 From: Jani Nikula To: Thomas Zimmermann , dri-devel@lists.freedesktop.org, maarten.lankhorst@linux.intel.com, Maxime Ripard , David Airlie , simona.vetter@ffwll.ch Cc: intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org Subject: Re: [PATCH v3 0/4] drm: replace drm_print.h includes from headers with a forward declaration In-Reply-To: <41bb4163-8f5b-47c5-8121-7010147bc5e6@suse.de> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <41bb4163-8f5b-47c5-8121-7010147bc5e6@suse.de> Date: Thu, 30 Oct 2025 11:31:44 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain 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 Wed, 29 Oct 2025, Thomas Zimmermann wrote: > Am 29.10.25 um 11:39 schrieb Jani Nikula: >> v3 of [1] with the series restructured to be able to trivially revert >> the header changes without touching drivers again. >> >> >> [1] https://lore.kernel.org/r/cover.1761126446.git.jani.nikula@intel.com >> >> Jani Nikula (4): >> drm: include drm_print.h where needed >> drm/buddy: replace drm_print.h include with a forward declaration >> drm/mm: replace drm_print.h include with a forward declaration >> drm/ttm: replace drm_print.h include with a forward declaration > > For the series: > > Reviewed-by: Thomas Zimmermann > > Thanks for tidying this up. Thank you for the review! Considering that this touches a lot of drivers, albeit just the include lists and thus highly unlikely to cause functional changes or hard conflicts, can I go ahead and merge this to drm-misc-next? BR, Jani. -- Jani Nikula, Intel