public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v4 0/6] Add display support on the stm32f746-disco board
@ 2023-06-19 16:55 Dario Binacchi
  2023-06-19 16:55 ` [PATCH v4 1/6] ARM: dts: stm32: add ltdc support on stm32f746 MCU Dario Binacchi
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Dario Binacchi @ 2023-06-19 16:55 UTC (permalink / raw)
  To: linux-kernel
  Cc: Philippe Cornu, Raphael Gallais-Pou, Amarula patchwork, michael,
	Dario Binacchi, Alexandre Torgue, Conor Dooley, Daniel Vetter,
	David Airlie, Krzysztof Kozlowski, Maxime Coquelin, Rob Herring,
	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.

Changes in v4:
- Use DTS property instead of module parameter to set the framebuffer bit depth.

Changes in v3:
- rename ltdc-pins-a-0 to ltdc-0.
- drop [4/6] dt-bindings: display: simple: add Rocktech RK043FN48H
  Applied to https://anongit.freedesktop.org/git/drm/drm-misc.git (drm-misc-next):
  https://cgit.freedesktop.org/drm/drm-misc/commit/?id=c42a37a27c777d63961dd634a30f7c887949491a
- drop [5/6] drm/panel: simple: add support for Rocktech RK043FN48H panel
  Applied to https://anongit.freedesktop.org/git/drm/drm-misc.git (drm-misc-next)
  https://cgit.freedesktop.org/drm/drm-misc/commit/?id=13cdd12a9f934158f4ec817cf048fcb4384aa9dc

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: stm32-ltdc: add optional st,fb-bpp property
  ARM: dts: stm32: set framebuffer bit depth on stm32f746-disco
  drm/stm: set framebuffer bit depth through DTS property

 .../bindings/display/st,stm32-ltdc.yaml       |  6 +++
 arch/arm/boot/dts/stm32f7-pinctrl.dtsi        | 35 +++++++++++++
 arch/arm/boot/dts/stm32f746-disco.dts         | 52 +++++++++++++++++++
 arch/arm/boot/dts/stm32f746.dtsi              | 10 ++++
 drivers/gpu/drm/stm/drv.c                     |  6 ++-
 5 files changed, 108 insertions(+), 1 deletion(-)

-- 
2.32.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2023-06-19 22:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-19 16:55 [PATCH v4 0/6] Add display support on the stm32f746-disco board Dario Binacchi
2023-06-19 16:55 ` [PATCH v4 1/6] ARM: dts: stm32: add ltdc support on stm32f746 MCU Dario Binacchi
2023-06-19 16:55 ` [PATCH v4 2/6] ARM: dts: stm32: add pin map for LTDC on stm32f7 Dario Binacchi
2023-06-19 16:55 ` [PATCH v4 3/6] ARM: dts: stm32: support display on stm32f746-disco board Dario Binacchi
2023-06-19 16:55 ` [PATCH v4 4/6] dt-bindings: display: stm32-ltdc: add optional st,fb-bpp property Dario Binacchi
2023-06-19 17:17   ` Rob Herring
2023-06-19 20:18   ` Conor Dooley
2023-06-19 22:11     ` Rob Herring
2023-06-19 16:55 ` [PATCH v4 5/6] ARM: dts: stm32: set framebuffer bit depth on stm32f746-disco Dario Binacchi
2023-06-19 16:55 ` [PATCH v4 6/6] drm/stm: set framebuffer bit depth through DTS property Dario Binacchi

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