From patchwork Sat Jan 21 20:07:40 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sam Ravnborg via B4 Relay X-Patchwork-Id: 13111266 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 E2857C54EAA for ; Sat, 21 Jan 2023 20:09:46 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4493A10E3F6; Sat, 21 Jan 2023 20:09:44 +0000 (UTC) Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by gabe.freedesktop.org (Postfix) with ESMTPS id 72CEB10E3EB for ; Sat, 21 Jan 2023 20:07:53 +0000 (UTC) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id D3883B807E4; Sat, 21 Jan 2023 20:07:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 7DFB2C433EF; Sat, 21 Jan 2023 20:07:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674331670; bh=GO6nBie9DpyE6O/+p1EvmvRONWTGqIMt2nb7ucMDrG0=; h=From:Date:Subject:References:In-Reply-To:To:Cc:Reply-To:From; b=mTeSzTi5hLnVvi9Ar16DAuvKuRKJWWAFtGJGezFNVj4cM6onYOUU53zUJ1lYoUZXy d9R70cY0ure3dv59jxTjxlC9wdrFDQPTmJ124I+mrOHTgj2ZiwC6fT4R/UZGWBG4S3 w3gOp94yf17wWg4XnkCS2C48KN1ZMocYAiYmSjUwAp84zGVmsWcwedFBUqmeoezDPo Pbbh+9+CGToBoaywAUflHCS3B53Rh1lZqLBu2KGgksxdydAXU8pNfIA7TUbEWoqyMF dtU1jvfolFnafBuaCptoBX8sA9sX/4Uvlg7NcvnronJerGFJ9uvGVMElLrcwdRSLOc bIZr0h/ZFU47A== Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 63C72C52D77; Sat, 21 Jan 2023 20:07:50 +0000 (UTC) From: Sam Ravnborg via B4 Submission Endpoint Date: Sat, 21 Jan 2023 21:07:40 +0100 Subject: [PATCH 02/86] drm/bridge: ite-it6505: Direct include headers from drm_print MIME-Version: 1.0 Message-Id: <20230113-drm-include-v1-v1-2-c5cf72d8a5a2@ravnborg.org> References: <20230113-drm-include-v1-v1-0-c5cf72d8a5a2@ravnborg.org> In-Reply-To: <20230113-drm-include-v1-v1-0-c5cf72d8a5a2@ravnborg.org> To: dri-devel@lists.freedesktop.org X-Mailer: b4 0.12.0 X-Developer-Signature: v=1; a=ed25519-sha256; t=1674331666; l=955; i=sam@ravnborg.org; s=20230107; h=from:subject:message-id; bh=PXjFrIkPGFbhb6CLPdMJXmdce9NEOxxLArs7WJsY1U8=; =?utf-8?q?b=3DpWDFvd4ku/jt?= =?utf-8?q?9cUHFDNzIXfpBhAjRBHlKBzcLGf2ta31BsMn3JqQglFuThVsaM9sjGQxa3gtnQmL?= K8xz4zaxAw09hRcjFx+sDL2Rpi9mbaxFvghrzSeCXA5gSXvH5nZg X-Developer-Key: i=sam@ravnborg.org; a=ed25519; pk=R0+pqV7BRYOAeOIGkyOrSNke7arx5y3LkEuNi37YEyU= X-Endpoint-Received: by B4 Submission Endpoint for sam@ravnborg.org/20230107 with auth_id=22 X-Original-From: Sam Ravnborg X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: sam@ravnborg.org Cc: Sam Ravnborg Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" From: Sam Ravnborg Direct include the headers that otherwise comes indirect from drm_print.h, because drm_print.h will be reduced to include only the minimal set of headers. Signed-off-by: Sam Ravnborg --- drivers/gpu/drm/bridge/ite-it6505.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/bridge/ite-it6505.c b/drivers/gpu/drm/bridge/ite-it6505.c index bc451b2a77c2..ef42cd840958 100644 --- a/drivers/gpu/drm/bridge/ite-it6505.c +++ b/drivers/gpu/drm/bridge/ite-it6505.c @@ -3,6 +3,7 @@ * Copyright (c) 2020, The Linux Foundation. All rights reserved. */ #include +#include #include #include #include @@ -16,6 +17,7 @@ #include #include #include +#include #include #include