dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [RESEND PATCH v2 0/6] Add display support on the stm32f746-disco board
@ 2023-06-07  6:31 Dario Binacchi
  2023-06-07  6:31 ` [RESEND PATCH v2 1/6] ARM: dts: stm32: add ltdc support on stm32f746 MCU Dario Binacchi
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Dario Binacchi @ 2023-06-07  6:31 UTC (permalink / raw)
  To: linux-kernel
  Cc: Neil Armstrong, Conor Dooley, Dario Binacchi, Krzysztof Kozlowski,
	Raphael Gallais-Pou, Yannick Fertre, Alexandre Torgue, dri-devel,
	Sam Ravnborg, devicetree, Rob Herring, Thierry Reding,
	Philippe Cornu, Maxime Coquelin, michael, Amarula patchwork,
	linux-stm32, linux-arm-kernel

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 v2:
- Add 'Acked-by' tag of Conor Dooley.
- Fix build warning reported by kernel test robot.
- Add 'Reported-by' tag of kernel test robot.

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] 16+ messages in thread

end of thread, other threads:[~2023-06-12  7:36 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-07  6:31 [RESEND PATCH v2 0/6] Add display support on the stm32f746-disco board Dario Binacchi
2023-06-07  6:31 ` [RESEND PATCH v2 1/6] ARM: dts: stm32: add ltdc support on stm32f746 MCU Dario Binacchi
2023-06-07  6:31 ` [RESEND PATCH v2 2/6] ARM: dts: stm32: add pin map for LTDC on stm32f7 Dario Binacchi
2023-06-08 12:42   ` Alexandre TORGUE
2023-06-09  6:21     ` Dario Binacchi
2023-06-12  7:35       ` Alexandre TORGUE
2023-06-07  6:31 ` [RESEND PATCH v2 3/6] ARM: dts: stm32: support display on stm32f746-disco board Dario Binacchi
2023-06-07  6:42   ` Jagan Teki
2023-06-07 12:49     ` Dario Binacchi
2023-06-07  6:31 ` [RESEND PATCH v2 4/6] dt-bindings: display: simple: add Rocktech RK043FN48H Dario Binacchi
2023-06-07  6:40   ` Jagan Teki
2023-06-07  7:16   ` Raphael Gallais-Pou
2023-06-07  6:31 ` [RESEND PATCH v2 5/6] drm/panel: simple: add support for Rocktech RK043FN48H panel Dario Binacchi
2023-06-07  6:39   ` Jagan Teki
2023-06-07  6:31 ` [RESEND PATCH v2 6/6] drm/stm: add an option to change FB bpp Dario Binacchi
2023-06-07  8:15 ` (subset) [RESEND PATCH v2 0/6] Add display support on the stm32f746-disco board Neil Armstrong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).