public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Add display support on the stm32f746-disco board
@ 2023-06-01 17:03 Dario Binacchi
  2023-06-01 17:03 ` [PATCH 1/6] ARM: dts: stm32: add ltdc support on stm32f746 MCU Dario Binacchi
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Dario Binacchi @ 2023-06-01 17:03 UTC (permalink / raw)
  To: linux-kernel
  Cc: Amarula patchwork, michael, Dario Binacchi, Alexandre Torgue,
	Conor Dooley, Daniel Vetter, David Airlie, Krzysztof Kozlowski,
	Maxime Coquelin, Neil Armstrong, Philippe Cornu,
	Raphael Gallais-Pou, Rob Herring, Sam Ravnborg, Thierry Reding,
	Yannick Fertre, devicetree, dri-devel, linux-arm-kernel,
	linux-stm32

The series adds support for the display on the stm32f746-disco board,
along with a generic patch that adds the "bpp" parameter to the stm-drm
module. The intention is to allow users to size, within certain limits,
the memory footprint required by the framebuffer.


Dario Binacchi (6):
  ARM: dts: stm32: add ltdc support on stm32f746 MCU
  ARM: dts: stm32: add pin map for LTDC on stm32f7
  ARM: dts: stm32: support display on stm32f746-disco board
  dt-bindings: display: simple: add Rocktech RK043FN48H
  drm/panel: simple: add support for Rocktech RK043FN48H panel
  drm/stm: add an option to change FB bpp

 .../bindings/display/panel/panel-simple.yaml  |  2 +
 arch/arm/boot/dts/stm32f7-pinctrl.dtsi        | 35 +++++++++++++
 arch/arm/boot/dts/stm32f746-disco.dts         | 51 +++++++++++++++++++
 arch/arm/boot/dts/stm32f746.dtsi              | 10 ++++
 drivers/gpu/drm/panel/panel-simple.c          | 29 +++++++++++
 drivers/gpu/drm/stm/drv.c                     |  8 ++-
 6 files changed, 134 insertions(+), 1 deletion(-)

-- 
2.32.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-06-01 18:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-01 17:03 [PATCH 0/6] Add display support on the stm32f746-disco board Dario Binacchi
2023-06-01 17:03 ` [PATCH 1/6] ARM: dts: stm32: add ltdc support on stm32f746 MCU Dario Binacchi
2023-06-01 17:03 ` [PATCH 2/6] ARM: dts: stm32: add pin map for LTDC on stm32f7 Dario Binacchi
2023-06-01 17:03 ` [PATCH 3/6] ARM: dts: stm32: support display on stm32f746-disco board Dario Binacchi
2023-06-01 17:03 ` [PATCH 4/6] dt-bindings: display: simple: add Rocktech RK043FN48H Dario Binacchi
2023-06-01 18:15   ` Conor Dooley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox