From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 02 Feb 2022 10:57:41 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nFCOT-003b2A-CX for lore@lore.pengutronix.de; Wed, 02 Feb 2022 10:57:41 +0100 Received: from bombadil.infradead.org ([2607:7c80:54:e::133]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nFCOQ-0003S1-Vl for lore@pengutronix.de; Wed, 02 Feb 2022 10:57:40 +0100 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=UI4xQ9KJTHqflZQk6/gq8+3YNUWXfFpTzkUIwf8EQbg=; b=OXUGVKgnfE4gP4 gO0lZUpo7TXkg4f/MEWYYFGQ3P6qFsYTMge678F26HOEnSetrq/Z1t8CHCktqVni4zb1bG0trNIBs BEoiLS5eo2y9LnPxpyqZtMauzai3ARK/uVX68niNfuOqsizggQgNMFbWYeZfBsTT4amQTBU9S/G0P bmCot+yoOoCX5NRA+HMrroje0zX11eATv8PCgkHvjVJRDnqak4RdIhZ5V7oqCNXX+dc2dc9lm2C6l lTa+aWyAvlqSapvRCqCwGl5xgFFz5p1oJSRfwNbwZ9R04iQci9mHJ5xv+gKj++XK8kt0BDn8+AXfu P7QALe84r4+SzeFwWOGw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nFCMy-00Ephs-6G; Wed, 02 Feb 2022 09:56:08 +0000 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nFCMo-00Epfo-Bn for barebox@lists.infradead.org; Wed, 02 Feb 2022 09:56:02 +0000 Received: from dude.hi.pengutronix.de ([2001:67c:670:100:1d::7]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nFCMm-00036Z-36; Wed, 02 Feb 2022 10:55:56 +0100 Received: from afa by dude.hi.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1nFCMl-004dGs-G6; Wed, 02 Feb 2022 10:55:55 +0100 From: Ahmad Fatoum To: barebox@lists.infradead.org Cc: Ahmad Fatoum Date: Wed, 2 Feb 2022 10:55:52 +0100 Message-Id: <20220202095554.1103016-3-a.fatoum@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220202095554.1103016-1-a.fatoum@pengutronix.de> References: <20220202095554.1103016-1-a.fatoum@pengutronix.de> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220202_015558_756050_1B95C6FD X-CRM114-Status: GOOD ( 27.33 ) X-BeenThere: barebox@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" X-SA-Exim-Connect-IP: 2607:7c80:54:e::133 X-SA-Exim-Mail-From: barebox-bounces+lore=pengutronix.de@lists.infradead.org X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.ext.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-4.7 required=4.0 tests=AWL,BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_NONE,SPF_NONE, T_SCC_BODY_TEXT_LINE autolearn=unavailable autolearn_force=no version=3.4.2 Subject: [PATCH 2/4] video: add driver for STM32 LCD-TFT Display Controller X-SA-Exim-Version: 4.2.1 (built Wed, 08 May 2019 21:11:16 +0000) X-SA-Exim-Scanned: Yes (on metis.ext.pengutronix.de) This driver has been tested on a STM32F429 connected to an Ilitek 9341 Display for which support is added in a follow-up commit. The same driver can be used (but wasn't tested) for the STM32MP1 as well. The official ST evaluation kits all use MIPI-DSI for which we still lack support. The LXA MC-1 has a parallel display connected to the LTDC, but I didn't have one readily available to test. Signed-off-by: Ahmad Fatoum --- drivers/video/Kconfig | 8 + drivers/video/Makefile | 1 + drivers/video/stm32_ltdc.c | 336 +++++++++++++++++++++++++++++++++++++ drivers/video/stm32_ltdc.h | 130 ++++++++++++++ 4 files changed, 475 insertions(+) create mode 100644 drivers/video/stm32_ltdc.c create mode 100644 drivers/video/stm32_ltdc.h diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index cfbd541a956e..1b8672fdea82 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -59,6 +59,14 @@ config DRIVER_VIDEO_STM Say 'Y' here to enable framebuffer and splash screen support for i.MX23 and i.MX28 based systems. +config DRIVER_VIDEO_STM32_LTDC + bool "STM32 LTDC framebuffer driver" + select VIDEO_VPL + depends on ARCH_STM32 || COMPILE_TEST + help + Say 'Y' here to enable framebuffer and splash screen support for + STM32 and STM32MP1. + config DRIVER_VIDEO_S3C24XX bool "S3C244x framebuffer driver" depends on ARCH_S3C24xx diff --git a/drivers/video/Makefile b/drivers/video/Makefile index 8344bdd2af2a..7f4429278987 100644 --- a/drivers/video/Makefile +++ b/drivers/video/Makefile @@ -13,6 +13,7 @@ obj-$(CONFIG_DRIVER_VIDEO_SIMPLE_PANEL) += simple-panel.o obj-$(CONFIG_DRIVER_VIDEO_ATMEL) += atmel_lcdfb.o atmel_lcdfb_core.o obj-$(CONFIG_DRIVER_VIDEO_ATMEL_HLCD) += atmel_hlcdfb.o atmel_lcdfb_core.o obj-$(CONFIG_DRIVER_VIDEO_STM) += stm.o +obj-$(CONFIG_DRIVER_VIDEO_STM32_LTDC) += stm32_ltdc.o obj-$(CONFIG_DRIVER_VIDEO_IMX) += imx.o obj-$(CONFIG_DRIVER_VIDEO_IMX_IPU) += imx-ipu-fb.o obj-$(CONFIG_DRIVER_VIDEO_S3C24XX) += s3c24xx.o diff --git a/drivers/video/stm32_ltdc.c b/drivers/video/stm32_ltdc.c new file mode 100644 index 000000000000..645c20b5545f --- /dev/null +++ b/drivers/video/stm32_ltdc.c @@ -0,0 +1,336 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * Copyright (C) 2017-2018 STMicroelectronics - All Rights Reserved + * Author(s): Philippe Cornu for STMicroelectronics. + * Yannick Fertre for STMicroelectronics. + * Ahmad Fatoum + */ + +#include +#include +#include +#include +#include +#include +#include +#include