From patchwork Sat Jan 21 20:08:09 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: 13111306 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 4CA89C54EAA for ; Sat, 21 Jan 2023 20:10:49 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 09CE410E415; Sat, 21 Jan 2023 20:10:16 +0000 (UTC) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id BF88910E3CB for ; Sat, 21 Jan 2023 20:07:52 +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 dfw.source.kernel.org (Postfix) with ESMTPS id 9BE9060B7B; Sat, 21 Jan 2023 20:07:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id E2A8AC43323; Sat, 21 Jan 2023 20:07:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674331671; bh=hLwuqyWtVjhYdpbdvWnKkNFEe9VY9of2RG+XKbzsW0I=; h=From:Date:Subject:References:In-Reply-To:To:Cc:Reply-To:From; b=EHhvVy+qDMy5fP5IxAWzQUbT9PANjCYQiusY/xJXxAgS1c8TTllemJQo+OHl0hw2U U/CRy3+oBZlVLCBXis69Gxd9vnqo2nA+SO1VxT3GZ+eGhZCVKiaSFSVcLRL4dx8N3n oxUu2GaZ0NmQOjcGXg+AQHIMYdHsQexSZjgeoKIjAF0lkb0Q/Ve0ZJ6lCHcwXzWRf/ crANcupoA6EMwGlRNz3vg72FGqCdV1BiPjBe1Fvnx4Y9U24KU1iR2NZyE+xAB5dhx9 HkH0T3OH0/DadICqYeOtRbhvlBkhoCKDEiKioIpBzIBYRlbAxv00VG7q8506OappwZ IztvujYfLe7UA== 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 D2F4AC38A23; Sat, 21 Jan 2023 20:07:51 +0000 (UTC) From: Sam Ravnborg via B4 Submission Endpoint Date: Sat, 21 Jan 2023 21:08:09 +0100 Subject: [PATCH 31/86] drm/bridge: fsl-ldb: Direct include headers from drm_atomic_helper MIME-Version: 1.0 Message-Id: <20230113-drm-include-v1-v1-31-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=1674331667; l=734; i=sam@ravnborg.org; s=20230107; h=from:subject:message-id; bh=+NAzLP8uzIEBqjWb27BVyqfXxaxgqnr02cU2Xbb9VBw=; =?utf-8?q?b=3D0F6ayEr0u2nm?= =?utf-8?q?nHOhfKXtxd195caEyIYHHY1OgyU03JqNua9F4eMlIBZo5tGE89L9JraieIhVcFhy?= g9p/OhHdDCKjVxBtN1Z+tEmLeEkXLNz5PjGaMxThKlkggk/B4I1p 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_atomic_helper, because drm_atomic_helper will be reduced to include only the minimal set of headers. Signed-off-by: Sam Ravnborg --- drivers/gpu/drm/bridge/fsl-ldb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/bridge/fsl-ldb.c b/drivers/gpu/drm/bridge/fsl-ldb.c index 9bcba8fc57e7..0950052a4182 100644 --- a/drivers/gpu/drm/bridge/fsl-ldb.c +++ b/drivers/gpu/drm/bridge/fsl-ldb.c @@ -14,6 +14,7 @@ #include #include +#include #include #include #include